Skip to content

Commit

Permalink
Bump puma from 3.11.4 to 3.12.0 (#333)
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 3.11.4 to 3.12.0.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v3.11.4...v3.12.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and srt32 committed Jul 25, 2018
1 parent 3b54981 commit 3bbb17c
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 @@ -19,7 +19,7 @@ gem 'honeybadger'
gem 'jbuilder', '~> 2.5'
gem 'jquery-rails'
gem 'pg', '~> 0.18'
gem 'puma', '~> 3.11'
gem 'puma', '~> 3.12'
gem 'rack-cors', require: 'rack/cors'
gem 'rails', '~> 5.2.0'
gem 'rails_12factor', group: :production
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ GEM
pry-rails (0.3.6)
pry (>= 0.10.4)
public_suffix (3.0.2)
puma (3.11.4)
puma (3.12.0)
rack (2.0.5)
rack-cors (1.0.2)
rack-test (1.0.0)
Expand Down Expand Up @@ -337,7 +337,7 @@ DEPENDENCIES
phantomjs
poltergeist
pry-rails
puma (~> 3.11)
puma (~> 3.12)
rack-cors
rails (~> 5.2.0)
rails_12factor
Expand Down

0 comments on commit 3bbb17c

Please sign in to comment.