Skip to content

Commit

Permalink
Merge pull request #122 from wawawatataru/dependabot/bundler/puma-4.3.0
Browse files Browse the repository at this point in the history
Bump puma from 3.12.1 to 4.3.0
  • Loading branch information
shimewtr committed Nov 21, 2019
2 parents 181ab8c + 021a4e7 commit 6cabcbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ ruby "2.6.5"

gem "rails", "~> 6.0.0"
gem "pg"
gem "puma", "~> 3.11"
gem "puma", "~> 4.3"
gem "sass-rails", "~> 5"
gem "webpacker", "~> 4.2"
gem "turbolinks", "~> 5"
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Expand Up @@ -120,7 +120,8 @@ GEM
ast (~> 2.4.0)
pg (1.1.4)
public_suffix (4.0.1)
puma (3.12.1)
puma (4.3.0)
nio4r (~> 2.0)
rack (2.0.7)
rack-proxy (0.6.5)
rack
Expand Down Expand Up @@ -254,7 +255,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.3)
meta-tags
pg
puma (~> 3.11)
puma (~> 4.3)
rails (~> 6.0.0)
rubocop
rubocop-performance
Expand Down

0 comments on commit 6cabcbc

Please sign in to comment.