mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 01:08:50 +01:00
Merge pull request #2267 from TracksApp/dependabot/bundler/puma-4.0.1
This commit is contained in:
commit
5dd0b32950
2 changed files with 4 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -32,7 +32,7 @@ gem "acts_as_list"
|
|||
gem "aasm", '~> 3.4.0'
|
||||
gem "htmlentities"
|
||||
gem "rails_autolink"
|
||||
gem 'puma', '~> 3.12'
|
||||
gem 'puma', '~> 4.0'
|
||||
gem 'paperclip'
|
||||
|
||||
# To use ActiveModel has_secure_password
|
||||
|
|
|
|||
|
|
@ -147,7 +147,8 @@ GEM
|
|||
parallel (1.17.0)
|
||||
parser (2.6.3.0)
|
||||
ast (~> 2.4.0)
|
||||
puma (3.12.1)
|
||||
puma (4.0.1)
|
||||
nio4r (~> 2.0)
|
||||
rack (2.0.7)
|
||||
rack-mini-profiler (1.0.2)
|
||||
rack (>= 1.2.0)
|
||||
|
|
@ -291,7 +292,7 @@ DEPENDENCIES
|
|||
mocha
|
||||
mysql2 (~> 0.5.2)
|
||||
paperclip
|
||||
puma (~> 3.12)
|
||||
puma (~> 4.0)
|
||||
rack-mini-profiler
|
||||
rails (~> 5.2.3)
|
||||
rails-controller-testing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue