From 90341ec6f52b9ff2c5050f2d7fb2b1e5c9fa1f38 Mon Sep 17 00:00:00 2001 From: Bernard Banta Date: Tue, 30 Jan 2024 15:17:22 +0300 Subject: [PATCH 1/3] Disable activesupport gem --- Gemfile | 2 +- Gemfile.lock | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index 271900a..7cfedeb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' ruby '3.0.2' -gem "activesupport", require: "active_support/inflector" +# gem "activesupport", require: "active_support/inflector" gem "createsend", "1.0.4" gem "compass" gem "json" diff --git a/Gemfile.lock b/Gemfile.lock index 8b35bdf..6e10dfb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,18 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3) - base64 - bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) - connection_pool (>= 2.2.5) - drb - i18n (>= 1.6, < 2) - minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) base64 (0.2.0) - bigdecimal (3.1.6) capistrano (3.4.1) i18n rake (>= 10.0.0) @@ -36,14 +25,11 @@ GEM compass-import-once (1.0.5) sass (>= 3.2, < 3.5) concurrent-ruby (1.2.3) - connection_pool (2.4.1) createsend (1.0.4) hashie (~> 1.0) httparty (~> 0.8) json date (3.3.4) - drb (2.2.0) - ruby2_keywords ffi (1.16.3) haml (6.3.0) temple (>= 0.8.2) @@ -62,7 +48,6 @@ GEM net-pop net-smtp mini_mime (1.1.5) - minitest (5.21.2) multi_json (1.15.0) multi_xml (0.6.0) mustermann (3.0.0) @@ -120,8 +105,6 @@ GEM thor (1.3.0) tilt (2.3.0) timeout (0.4.1) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) webrick (1.8.1) zurb-foundation (4.3.2) sass (>= 3.2.0) @@ -131,7 +114,6 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport capistrano (~> 3.4.0) capistrano-asdf capistrano-bundler From 0bcf71503df24d8a619b3e1262229b5d0b806e9e Mon Sep 17 00:00:00 2001 From: Bernard Banta Date: Tue, 30 Jan 2024 15:21:32 +0300 Subject: [PATCH 2/3] Remove base64 dependency --- Gemfile.lock | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6e10dfb..15272ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,6 @@ GEM remote: https://rubygems.org/ specs: - base64 (0.2.0) capistrano (3.4.1) i18n rake (>= 10.0.0) From 7176e500ad9717edc56e5772a9714a4a9d657453 Mon Sep 17 00:00:00 2001 From: Bernard Banta Date: Tue, 30 Jan 2024 15:26:32 +0300 Subject: [PATCH 3/3] Change base64 version --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 7cfedeb..c2c284f 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +10,7 @@ gem "pony" gem "sinatra" gem "zurb-foundation" gem "rackup" +gem "base64", "0.1.0" # Deploy with capistrano gem 'capistrano', '~> 3.4.0', group: :development diff --git a/Gemfile.lock b/Gemfile.lock index 15272ad..dfab3b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,7 @@ GEM remote: https://rubygems.org/ specs: + base64 (0.1.0) capistrano (3.4.1) i18n rake (>= 10.0.0) @@ -113,6 +114,7 @@ PLATFORMS x86_64-linux DEPENDENCIES + base64 (= 0.1.0) capistrano (~> 3.4.0) capistrano-asdf capistrano-bundler