mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Merge pull request #400 from indentlabs/dependabot/bundler/puma-3.12.1
Bump puma from 3.12.0 to 3.12.1
This commit is contained in:
commit
9051101856
2
Gemfile
2
Gemfile
@ -2,7 +2,7 @@ source 'https://rubygems.org'
|
||||
ruby "~> 2.5"
|
||||
|
||||
gem 'rails', '~> 5.2'
|
||||
gem 'puma', '~> 3.7'
|
||||
gem 'puma', '~> 3.12'
|
||||
gem 'puma-heroku'
|
||||
|
||||
# Storage
|
||||
|
||||
@ -997,7 +997,7 @@ GEM
|
||||
method_source (~> 0.9.0)
|
||||
psych (3.1.0)
|
||||
public_suffix (3.1.0)
|
||||
puma (3.12.0)
|
||||
puma (3.12.1)
|
||||
puma-heroku (1.0.0)
|
||||
puma (~> 3.0)
|
||||
pundit (2.0.1)
|
||||
@ -1272,7 +1272,7 @@ DEPENDENCIES
|
||||
paranoia
|
||||
pg (~> 1.1)
|
||||
pry
|
||||
puma (~> 3.7)
|
||||
puma (~> 3.12)
|
||||
puma-heroku
|
||||
rack-mini-profiler
|
||||
rails (~> 5.2)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user