Skip to content

Commit

Permalink
Bump puma from 4.3.5 to 5.0.2 (#765)
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 4.3.5 to 5.0.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.0.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 1, 2020
1 parent 7f5c252 commit 3bb7e8a
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 @@ -14,7 +14,7 @@ gem 'httparty'
gem 'jwt', '~> 2.2'
gem 'rails', '~> 6.0.3.3'
gem 'pg', '~> 1.2'
gem 'puma', '~> 4.3'
gem 'puma', '~> 5.0'
gem 'rack-cors', :require => 'rack/cors'
gem 'resque'
gem 'resque-heroku-signals'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ GEM
multipart-post (2.1.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.3)
nio4r (2.5.4)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
oj (3.10.14)
Expand All @@ -190,7 +190,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
puma (4.3.5)
puma (5.0.2)
nio4r (~> 2.0)
pundit (2.1.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -359,7 +359,7 @@ DEPENDENCIES
pg (~> 1.2)
postmark-rails
pry-rails
puma (~> 4.3)
puma (~> 5.0)
pundit
rack-cors
rails (~> 6.0.3.3)
Expand Down

0 comments on commit 3bb7e8a

Please sign in to comment.