From bca4576b0f15c5dc2073560b26ea7642382cfada Mon Sep 17 00:00:00 2001 From: kidhab <32387157+kidhab@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:54:04 +0200 Subject: [PATCH] Suppress net protocol errors (#1015) --- Gemfile | 2 ++ Gemfile.lock | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/Gemfile b/Gemfile index 50c9d0b64..5dc923692 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 b45a3e0eb..7665a67f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -332,6 +332,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 @@ -562,6 +567,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) @@ -578,6 +585,7 @@ GEM unf_ext (0.0.8.2) unicode-display_width (2.4.2) uniform_notifier (1.16.0) + uri (0.10.0.2) web-console (4.2.0) actionview (>= 6.0.0) activemodel (>= 6.0.0) @@ -646,6 +654,8 @@ DEPENDENCIES midi-smtp-server mime-types mysql2 + net-ftp + net-http prawn prawn-table pry-rescue