Skip to content

Commit

Permalink
Bump puma from 4.3.1 to 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 3, 2020
1 parent 894cb95 commit 47ba8f4
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 @@ -10,7 +10,7 @@ gem 'rails', '~> 6.0.1'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server
gem 'puma', '~> 4.1'
gem 'puma', '~> 4.3'
# Use Redis adapter to run Action Cable in production
gem 'redis', '~> 4.0'
# Use Active Model has_secure_password
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.1)
puma (4.3.1)
puma (4.3.3)
nio4r (~> 2.0)
rack (2.0.8)
rack-cors (1.1.0)
Expand Down Expand Up @@ -276,7 +276,7 @@ DEPENDENCIES
pry
pry-doc
pry-rails
puma (~> 4.1)
puma (~> 4.3)
rack-cors
rails (~> 6.0.1)
redis (~> 4.0)
Expand Down

0 comments on commit 47ba8f4

Please sign in to comment.