Skip to content

Commit

Permalink
build(deps): bump puma from 3.12.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 3.12.0 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@v3.12.0...v4.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Aug 9, 2019
1 parent 94971e1 commit 09c58b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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 'coveralls', require: false
gem 'pg'

# Use Puma as the app server
gem 'puma', '~> 3.12'
gem 'puma', '~> 4.1'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ GEM
orm_adapter (0.5.0)
pg (1.1.3)
public_suffix (3.0.3)
puma (3.12.0)
puma (4.1.0)
nio4r (~> 2.0)
rack (2.0.6)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -264,7 +265,7 @@ DEPENDENCIES
letter_opener
listen (>= 3.0.5, < 3.2)
pg
puma (~> 3.12)
puma (~> 4.1)
rails (~> 5.2.2)
rails_real_favicon
sass-rails (~> 5.0)
Expand Down

0 comments on commit 09c58b8

Please sign in to comment.