Skip to content

Commit

Permalink
pin rackup until puma is released
Browse files Browse the repository at this point in the history
  • Loading branch information
klaustopher committed Nov 19, 2024
1 parent 1f85491 commit d81a5a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ gem "puma", "~> 6.4"
gem "puma-plugin-statsd", "~> 2.0"
gem "rack-timeout", "~> 0.7.0", require: "rack/timeout/base"

# pinned version until a new version of puma is released
# see https://github.com/puma/puma/pull/3532
gem "rackup", "= 1.0.0"

gem "nokogiri", "~> 1.16.0"

gem "carrierwave", "~> 1.3.4"
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ GEM
rack_session_access (0.2.0)
builder (>= 2.0.0)
rack (>= 1.0.0)
rackup (1.0.1)
rackup (1.0.0)
rack (< 3)
webrick
rails (7.1.5)
Expand Down Expand Up @@ -1342,6 +1342,7 @@ DEPENDENCIES
rack-test (~> 2.1.0)
rack-timeout (~> 0.7.0)
rack_session_access
rackup (= 1.0.0)
rails (~> 7.1.3)
rails-controller-testing (~> 1.0.2)
rails-i18n (~> 7.0.0)
Expand Down

0 comments on commit d81a5a6

Please sign in to comment.