mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Bump puma from 4.3.6 to 5.0.0
Bumps [puma](https://github.com/puma/puma) from 4.3.6 to 5.0.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v4.3.6...v5.0.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e661cef493
commit
01223eb9ec
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -33,7 +33,7 @@ gem "acts_as_list"
|
||||||
gem "aasm", '~> 5.1.1'
|
gem "aasm", '~> 5.1.1'
|
||||||
gem "htmlentities"
|
gem "htmlentities"
|
||||||
gem "rails_autolink"
|
gem "rails_autolink"
|
||||||
gem 'puma', '~> 4.3'
|
gem 'puma', '~> 5.0'
|
||||||
gem 'paperclip'
|
gem 'paperclip'
|
||||||
|
|
||||||
# To use ActiveModel has_secure_password
|
# To use ActiveModel has_secure_password
|
||||||
|
|
|
||||||
|
|
@ -151,7 +151,7 @@ GEM
|
||||||
minitest-stub-const (0.6)
|
minitest-stub-const (0.6)
|
||||||
mocha (1.11.2)
|
mocha (1.11.2)
|
||||||
mysql2 (0.5.3)
|
mysql2 (0.5.3)
|
||||||
nio4r (2.5.3)
|
nio4r (2.5.4)
|
||||||
nokogiri (1.10.10)
|
nokogiri (1.10.10)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
nokogumbo (2.0.2)
|
nokogumbo (2.0.2)
|
||||||
|
|
@ -166,7 +166,7 @@ GEM
|
||||||
parser (2.7.1.4)
|
parser (2.7.1.4)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
pg (1.2.3)
|
pg (1.2.3)
|
||||||
puma (4.3.6)
|
puma (5.0.0)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
rack (2.2.3)
|
rack (2.2.3)
|
||||||
rack-mini-profiler (2.1.0)
|
rack-mini-profiler (2.1.0)
|
||||||
|
|
@ -328,7 +328,7 @@ DEPENDENCIES
|
||||||
mysql2 (~> 0.5.3)
|
mysql2 (~> 0.5.3)
|
||||||
paperclip
|
paperclip
|
||||||
pg (~> 1.2.3)
|
pg (~> 1.2.3)
|
||||||
puma (~> 4.3)
|
puma (~> 5.0)
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails (~> 6.0.3)
|
rails (~> 6.0.3)
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue