From dce05c3eeb3775716946a471e5b133222dc385a9 Mon Sep 17 00:00:00 2001 From: fosterfarrell9 <28628554+fosterfarrell9@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:50:19 +0200 Subject: [PATCH] Downgrade Rack because parsing is incompatible with our forms in version >3 (#632) --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index da68ea8e6..0e7992715 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem "jbuilder" # Reduces boot times through caching; required in config/boot.rb gem "active_model_serializers" gem "bootsnap", ">= 1.4.2", require: false -gem "rack" +gem "rack", "<3" # Use CoffeeScript for .coffee assets and views gem "coffee-rails", "~> 5.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index 8330339dc..5f84967f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -408,16 +408,16 @@ GEM activesupport (>= 3.0.0) raabro (1.4.0) racc (1.7.3) - rack (3.0.10) + rack (2.2.9) rack-proxy (0.7.7) rack - rack-session (2.0.0) - rack (>= 3.0.0) + rack-session (1.0.2) + rack (< 3) rack-test (2.1.0) rack (>= 1.3) - rackup (2.1.0) - rack (>= 3) - webrick (~> 1.8) + rackup (1.0.0) + rack (< 3) + webrick rails (7.1.3.2) actioncable (= 7.1.3.2) actionmailbox (= 7.1.3.2) @@ -718,7 +718,7 @@ DEPENDENCIES progress_bar prometheus_exporter puma (< 7) - rack + rack (< 3) rails (~> 7.1.3) rails-erd rails-i18n