Skip to content

Commit

Permalink
Bump puma from 5.2.2 to 5.3.1 (#9617)
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 5.2.2 to 5.3.1.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.2.2...v5.3.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored May 11, 2021
1 parent b03d391 commit a1b415c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ group :test, :development do
gem 'minitest-reporters', '~> 1.4.3'
gem 'openssl', '~> 2.2.0'
gem 'phantomjs'
gem 'puma', '~> 5.2'
gem 'puma', '~> 5.3'
gem 'rails-perftest'
gem 'rake', '~> 13.0.3'
gem 'rest-client'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ GEM
naught (1.1.0)
netrc (0.11.0)
nifty-generators (0.4.6)
nio4r (2.5.5)
nio4r (2.5.7)
nokogiri (1.11.3)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
Expand Down Expand Up @@ -364,7 +364,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
puma (5.2.2)
puma (5.3.1)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down Expand Up @@ -653,7 +653,7 @@ DEPENDENCIES
phantomjs
php-serialize
pry-rails
puma (~> 5.2)
puma (~> 5.3)
rack-cors
rack-openid
rack-test (= 1.1.0)
Expand Down

0 comments on commit a1b415c

Please sign in to comment.