Skip to content

Commit

Permalink
Merge pull request #12 from trineo/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
Aupajo committed Dec 6, 2019
2 parents 710f0d3 + dd93427 commit bf2ce26
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 @@ -11,7 +11,7 @@ gem 'rails', '~> 6.0.0'
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'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ GEM
ast (~> 2.4.0)
pg (1.1.4)
public_suffix (4.0.1)
puma (3.12.1)
puma (3.12.2)
rack (2.0.7)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -225,7 +225,7 @@ DEPENDENCIES
capybara
overcommit
pg (>= 0.18, < 2.0)
puma (~> 3.11)
puma (~> 3.12)
rails (~> 6.0.0)
rspec-rails
rubocop
Expand Down

0 comments on commit bf2ce26

Please sign in to comment.