Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 29, 2020
1 parent 2534339 commit 6b37e60
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 @@ -11,7 +11,7 @@ end
gem 'rails', '~> 5.2.0'

# Use Puma as the app server
gem 'puma', '~> 3.0'
gem 'puma', '~> 3.12'

gem 'deprecation'
gem 'honeybadger'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ GEM
parallel (1.19.1)
parser (2.7.0.2)
ast (~> 2.4.0)
puma (3.12.2)
puma (3.12.3)
rack (2.2.2)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -238,7 +238,7 @@ DEPENDENCIES
equivalent-xml (>= 0.6.0)
honeybadger
listen (~> 3.0.5)
puma (~> 3.0)
puma (~> 3.12)
rails (~> 5.2.0)
roo (>= 2.7.1)
rspec-rails (~> 3.5)
Expand Down

0 comments on commit 6b37e60

Please sign in to comment.