Skip to content

Commit

Permalink
Downgrade rack
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Jan 16, 2024
1 parent a71ecf1 commit 13bb150
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ group :rails do
gem("railties", "~> 7.1.2")
end

# fix for unicorn 6.1.0 not being able to deal with current rack 3 yet
# delete when unicorn updated to 7
gem("rack", "~>2")
# gem irb now depends on psych, but version 5 will not bundle currently
gem("psych", "~> 4")
# importmap for js module handling
Expand Down
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,14 @@ GEM
stringio
public_suffix (5.0.4)
racc (1.7.3)
rack (3.0.8)
rack-session (2.0.0)
rack (>= 3.0.0)
rack (2.2.8)
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-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
Expand Down Expand Up @@ -377,6 +377,7 @@ DEPENDENCIES
newrelic_rpm
nokogiri (>= 1.13.10)
psych (~> 4)
rack (~> 2)
rails-controller-testing
rails-html-sanitizer (>= 1.4.4)
railties (~> 7.1.2)
Expand Down

0 comments on commit 13bb150

Please sign in to comment.