pull/11870/head
ulferts 2 years ago
parent afe3c658f6
commit 14fd90313a
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 2
      Gemfile
  2. 4
      Gemfile.lock

@ -177,7 +177,7 @@ gem 'rails-i18n', '~> 7.0.0'
gem 'sprockets', '~> 3.7.2' # lock sprockets below 4.0
gem 'sprockets-rails', '~> 3.4.2'
gem 'puma', '~> 5.6'
gem 'puma', '~> 6.0'
gem 'puma-plugin-statsd', '~> 2.0'
gem 'rack-timeout', '~> 0.6.3', require: "rack/timeout/base"

@ -726,7 +726,7 @@ GEM
eventmachine_httpserver
http_parser.rb (~> 0.6.0)
multi_json
puma (5.6.5)
puma (6.0.2)
nio4r (~> 2.0)
puma-plugin-statsd (2.4.0)
puma (>= 5.0, < 7)
@ -1102,7 +1102,7 @@ DEPENDENCIES
pry-rails (~> 0.3.6)
pry-rescue (~> 1.5.2)
puffing-billy (~> 3.0.0)
puma (~> 5.6)
puma (~> 6.0)
puma-plugin-statsd (~> 2.0)
rack-attack (~> 6.6.0)
rack-cors (~> 1.1.1)

Loading…
Cancel
Save