mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Merge pull request #888 from indentlabs/dependabot/bundler/puma-5.2.2
Bump puma from 5.1.1 to 5.2.2
This commit is contained in:
commit
c7cfa2bc4e
2
Gemfile
2
Gemfile
@ -3,7 +3,7 @@ ruby "~> 2.6"
|
||||
|
||||
# Server
|
||||
gem 'rails'
|
||||
gem 'puma', '~> 5.1'
|
||||
gem 'puma', '~> 5.2'
|
||||
gem 'puma-heroku'
|
||||
# gem 'bootsnap', require: false
|
||||
gem 'sprockets', '~> 3.7.2'
|
||||
|
||||
@ -1262,7 +1262,7 @@ GEM
|
||||
nenv (0.3.0)
|
||||
nested_form (0.3.2)
|
||||
newrelic_rpm (6.15.0)
|
||||
nio4r (2.5.4)
|
||||
nio4r (2.5.5)
|
||||
nokogiri (1.11.1)
|
||||
mini_portile2 (~> 2.5.0)
|
||||
racc (~> 1.4)
|
||||
@ -1307,7 +1307,7 @@ GEM
|
||||
coderay (~> 1.1)
|
||||
method_source (~> 1.0)
|
||||
public_suffix (4.0.6)
|
||||
puma (5.1.1)
|
||||
puma (5.2.2)
|
||||
nio4r (~> 2.0)
|
||||
puma-heroku (2.0.0)
|
||||
puma (>= 5.0, < 6.0)
|
||||
@ -1588,7 +1588,7 @@ DEPENDENCIES
|
||||
paypal_client
|
||||
pg (~> 1.2)
|
||||
pry
|
||||
puma (~> 5.1)
|
||||
puma (~> 5.2)
|
||||
puma-heroku
|
||||
rack-mini-profiler
|
||||
rails
|
||||
|
||||
Loading…
Reference in New Issue
Block a user