Skip to content

Commit

Permalink
build(deps): bump puma from 4.3.5 to 5.2.2
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 4.3.5 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@v4.3.5...v5.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Apr 22, 2021
1 parent eb0aeac commit 8fab7b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ruby '2.7.3'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.3'
# Use Puma as the app server
gem 'puma', '~> 4.3'
gem 'puma', '~> 5.2'

gem 'bootsnap', '~> 1.4.6'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GEM
racc (~> 1.4)
nokogiri (1.11.3-x86_64-linux)
racc (~> 1.4)
puma (4.3.7)
puma (5.2.2)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down Expand Up @@ -164,7 +164,7 @@ DEPENDENCIES
byebug
dotenv-rails
listen (>= 3.0.5, < 3.3)
puma (~> 4.3)
puma (~> 5.2)
rack-cors
rails (~> 6.0.3)
rails-controller-testing
Expand Down

0 comments on commit 8fab7b6

Please sign in to comment.