Skip to content

Commit

Permalink
Bump puma from 4.3.6 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.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@v4.3.6...v5.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and double-beep committed May 4, 2021
1 parent 52c7240 commit b8f35a3
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 @@ -6,7 +6,7 @@ gem 'rails'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 4.3'
gem 'puma', '~> 5.2'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 6.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ GEM
parallel (1.20.1)
parser (3.0.1.1)
ast (~> 2.4.1)
puma (4.3.6)
puma (5.2.2)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down Expand Up @@ -311,7 +311,7 @@ DEPENDENCIES
jbuilder (~> 2.5)
jquery-rails
mysql2
puma (~> 4.3)
puma (~> 5.2)
rack-cors
rails
rolify
Expand Down

0 comments on commit b8f35a3

Please sign in to comment.