Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 11, 2021
1 parent 17eb812 commit 9567808
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ ruby '2.6.3'

gem 'rails', '~> 6.1.0'
gem 'mysql2', '>= 0.4.4', '< 0.6.0'
gem 'puma', '~> 3.12'
gem 'puma', '~> 5.2'
gem 'sass-rails', '~> 6.0'
gem 'uglifier', '>= 1.3.0'
gem 'turbolinks', '~> 5'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Expand Up @@ -151,7 +151,8 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
puma (3.12.6)
puma (5.2.2)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
rack-test (1.1.0)
Expand Down Expand Up @@ -291,7 +292,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.2)
mysql2 (>= 0.4.4, < 0.6.0)
pry-rails
puma (~> 3.12)
puma (~> 5.2)
rails (~> 6.1.0)
rails-controller-testing
rspec-rails (~> 4.0.2)
Expand Down

0 comments on commit 9567808

Please sign in to comment.