Skip to content

Commit

Permalink
Merge pull request #414 from CLOSER-Cohorts/dependabot/bundler/puma-3…
Browse files Browse the repository at this point in the history
….12.4

Bump puma from 3.12.3 to 3.12.4
  • Loading branch information
spuddybike committed Mar 4, 2020
2 parents 7c62acc + d5e0dfd commit 2dfc736
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -44,7 +44,7 @@ gem 'pg', '0.21.0'
# Heroku email service
gem 'postmark-rails', '0.15.0'
# Use Puma as the web server
gem 'puma', '3.12.3'
gem 'puma', '3.12.4'
# Use Pundit for authorization
gem 'pundit', '1.1.0'
# Limits processing time in rack layer for added loading protection
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -159,7 +159,7 @@ GEM
method_source (~> 0.9.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
puma (3.12.3)
puma (3.12.4)
pundit (1.1.0)
activesupport (>= 3.0.0)
rack (2.0.8)
Expand Down Expand Up @@ -322,7 +322,7 @@ DEPENDENCIES
pg (= 0.21.0)
postmark-rails (= 0.15.0)
pry-rails (~> 0.3.6)
puma (= 3.12.3)
puma (= 3.12.4)
pundit (= 1.1.0)
rack-timeout (= 0.4.2)
rails (= 5.0.7.2)
Expand Down

0 comments on commit 2dfc736

Please sign in to comment.