Skip to content

Commit

Permalink
Downgrade Rack because parsing is incompatible with our forms in vers…
Browse files Browse the repository at this point in the history
…ion >3
  • Loading branch information
fosterfarrell9 committed Apr 29, 2024
1 parent c52eda9 commit e39c0f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -718,7 +718,7 @@ DEPENDENCIES
progress_bar
prometheus_exporter
puma (< 7)
rack
rack (< 3)
rails (~> 7.1.3)
rails-erd
rails-i18n
Expand Down

0 comments on commit e39c0f6

Please sign in to comment.