Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #31 from eduqg/dependabot/bundler/puma-3.12.2
Browse files Browse the repository at this point in the history
Bump puma from 3.12.1 to 3.12.2
  • Loading branch information
eduqg committed Dec 31, 2019
2 parents 87d15c6 + fb46079 commit 3d4b95e
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 @@ -33,7 +33,7 @@ gem 'travis'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server
gem 'puma', '~> 3.11'
gem 'puma', '~> 3.12'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ GEM
thor
toml
public_suffix (4.0.1)
puma (3.12.1)
puma (3.12.2)
puma_worker_killer (0.1.1)
get_process_mem (~> 0.2)
puma (>= 2.7, < 5)
Expand Down Expand Up @@ -387,7 +387,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.2)
pg (>= 0.18, < 2.0)
popper (~> 0.5.0)
puma (~> 3.11)
puma (~> 3.12)
puma_worker_killer
rails (~> 5.2.1)
rails-controller-testing
Expand Down

0 comments on commit 3d4b95e

Please sign in to comment.