Skip to content

Commit

Permalink
Bump puma from 4.0.1 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v4.0.1...v4.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Aug 9, 2019
1 parent c4cd857 commit 4da5b34
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 @@ -15,7 +15,7 @@ gem 'jbuilder', '~> 2.9'
gem 'jquery-rails'
gem 'paginate'
gem 'pg', '>= 0.18', '< 2.0'
gem 'puma', '~> 4.0'
gem 'puma', '~> 4.1'
gem 'rails', '~> 5.2.3'
gem 'redis', '~> 4.1'
gem 'rolify'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
spoon (~> 0.0)
puma (4.0.1)
puma (4.1.0)
nio4r (~> 2.0)
puma (4.0.1-java)
puma (4.1.0-java)
nio4r (~> 2.0)
rack (2.0.7)
rack-test (1.1.0)
Expand Down Expand Up @@ -334,7 +334,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.2)
paginate
pg (>= 0.18, < 2.0)
puma (~> 4.0)
puma (~> 4.1)
rails (~> 5.2.3)
redis (~> 4.1)
rolify
Expand Down

0 comments on commit 4da5b34

Please sign in to comment.