From 37529cfe51c2faa51a37d743cfe07908947988c8 Mon Sep 17 00:00:00 2001 From: kidhab Date: Wed, 21 Jun 2023 22:41:16 +0200 Subject: [PATCH 1/3] Suppress net protocol errors --- Gemfile | 2 ++ Gemfile.lock | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/Gemfile b/Gemfile index 4cc600b09..3555f5369 100644 --- a/Gemfile +++ b/Gemfile @@ -30,6 +30,8 @@ gem 'ice_cube' gem 'inherited_resources' gem 'kaminari' gem 'mysql2' +gem 'net-ftp' +gem 'net-http' gem 'prawn' gem 'prawn-table' gem 'puma' diff --git a/Gemfile.lock b/Gemfile.lock index debba0f23..a89525f93 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -329,6 +329,11 @@ GEM mustermann (3.0.0) ruby2_keywords (~> 0.0.1) mysql2 (0.5.4) + net-ftp (0.2.0) + net-protocol + time + net-http (0.3.2) + uri net-imap (0.3.4) date net-protocol @@ -561,6 +566,8 @@ GEM rack (>= 1.0.0) thor (1.2.2) tilt (2.0.11) + time (0.2.2) + date timeout (0.3.1) ttfunk (1.7.0) twitter-bootstrap-rails (2.2.8) @@ -577,6 +584,7 @@ GEM unf_ext (0.0.8.2) unicode-display_width (2.4.2) uniform_notifier (1.16.0) + uri (0.12.1) web-console (4.2.0) actionview (>= 6.0.0) activemodel (>= 6.0.0) @@ -645,6 +653,8 @@ DEPENDENCIES midi-smtp-server mime-types mysql2 + net-ftp + net-http prawn prawn-table pry-rescue From 3853ee8493bd495ff640fa742e1674054d201ce5 Mon Sep 17 00:00:00 2001 From: kidhab Date: Mon, 18 Sep 2023 22:32:17 +0200 Subject: [PATCH 2/3] decrease version --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b3cfb562e..34f39e503 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -586,7 +586,7 @@ GEM unf_ext (0.0.8.2) unicode-display_width (2.4.2) uniform_notifier (1.16.0) - uri (0.12.1) + uri (0.10.0) web-console (4.2.0) actionview (>= 6.0.0) activemodel (>= 6.0.0) From b5cc7453366ac49a0a10a3f00c58ee89ce2e3b80 Mon Sep 17 00:00:00 2001 From: kidhab Date: Mon, 18 Sep 2023 22:32:17 +0200 Subject: [PATCH 3/3] Set exact version --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 34f39e503..41e24a3e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -586,7 +586,7 @@ GEM unf_ext (0.0.8.2) unicode-display_width (2.4.2) uniform_notifier (1.16.0) - uri (0.10.0) + uri (0.10.0.2) web-console (4.2.0) actionview (>= 6.0.0) activemodel (>= 6.0.0)