mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Bump puma from 4.0.1 to 4.1.1
Bumps [puma](https://github.com/puma/puma) from 4.0.1 to 4.1.1. - [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.0.1...v4.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
0639b8e485
commit
70d9f41868
2 changed files with 4 additions and 4 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', '~> 4.0'
|
||||
gem 'puma', '~> 4.1'
|
||||
gem 'paperclip'
|
||||
|
||||
# To use ActiveModel has_secure_password
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ GEM
|
|||
mocha (1.9.0)
|
||||
metaclass (~> 0.0.1)
|
||||
mysql2 (0.5.2)
|
||||
nio4r (2.3.1)
|
||||
nio4r (2.5.1)
|
||||
nokogiri (1.10.4)
|
||||
mini_portile2 (~> 2.4.0)
|
||||
nokogumbo (2.0.1)
|
||||
|
|
@ -147,7 +147,7 @@ GEM
|
|||
parallel (1.17.0)
|
||||
parser (2.6.3.0)
|
||||
ast (~> 2.4.0)
|
||||
puma (4.0.1)
|
||||
puma (4.1.1)
|
||||
nio4r (~> 2.0)
|
||||
rack (2.0.7)
|
||||
rack-mini-profiler (1.0.2)
|
||||
|
|
@ -291,7 +291,7 @@ DEPENDENCIES
|
|||
mocha
|
||||
mysql2 (~> 0.5.2)
|
||||
paperclip
|
||||
puma (~> 4.0)
|
||||
puma (~> 4.1)
|
||||
rack-mini-profiler
|
||||
rails (~> 5.2.3)
|
||||
rails-controller-testing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue