mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Use the released gem version of puma instead of the git repo.
This commit is contained in:
@@ -184,10 +184,7 @@ gem "rails-i18n", "~> 7.0.0"
|
||||
gem "sprockets", "~> 3.7.2" # lock sprockets below 4.0
|
||||
gem "sprockets-rails", "~> 3.5.1"
|
||||
|
||||
# waiting for a release of puma to fix an issue with current rackup update
|
||||
# see https://github.com/puma/puma/pull/3532
|
||||
# gem "puma", "~> 6.4"
|
||||
gem "puma", github: "puma/puma", branch: "master"
|
||||
gem "puma", "~> 6.5"
|
||||
gem "puma-plugin-statsd", "~> 2.0"
|
||||
gem "rack-timeout", "~> 0.7.0", require: "rack/timeout/base"
|
||||
|
||||
|
||||
+3
-9
@@ -58,14 +58,6 @@ GIT
|
||||
parallel_tests (>= 3.3.0, < 5)
|
||||
rspec (>= 3.10)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/puma/puma.git
|
||||
revision: 6a87b708a0862e559ab549259bd54bc13c090734
|
||||
branch: master
|
||||
specs:
|
||||
puma (6.5.0)
|
||||
nio4r (~> 2.0)
|
||||
|
||||
PATH
|
||||
remote: modules/auth_plugins
|
||||
specs:
|
||||
@@ -887,6 +879,8 @@ GEM
|
||||
eventmachine_httpserver
|
||||
http_parser.rb (~> 0.6.0)
|
||||
multi_json
|
||||
puma (6.5.0)
|
||||
nio4r (~> 2.0)
|
||||
puma-plugin-statsd (2.6.0)
|
||||
puma (>= 5.0, < 7)
|
||||
raabro (1.4.0)
|
||||
@@ -1340,7 +1334,7 @@ DEPENDENCIES
|
||||
pry-rails (~> 0.3.6)
|
||||
pry-rescue (~> 1.6.0)
|
||||
puffing-billy (~> 4.0.0)
|
||||
puma!
|
||||
puma (~> 6.5)
|
||||
puma-plugin-statsd (~> 2.0)
|
||||
rack-attack (~> 6.7.0)
|
||||
rack-cors (~> 2.0.2)
|
||||
|
||||
Reference in New Issue
Block a user