Skip to content

Commit

Permalink
Merge pull request #7 from mercyoseni/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
mercyoseni authored Dec 11, 2019
2 parents 3c276de + 665a8d3 commit 536df6a
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 @@ -5,7 +5,7 @@ ruby '2.6.3'

gem 'rails', '~> 5.2.3'
gem 'pg', '>= 0.18', '< 2.0'
gem 'puma', '~> 3.11'
gem 'puma', '~> 3.12'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
gem 'jquery-rails'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (3.1.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 @@ -254,7 +254,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.2)
pg (>= 0.18, < 2.0)
pry
puma (~> 3.11)
puma (~> 3.12)
rails (~> 5.2.3)
rails-controller-testing
rspec-rails (~> 3.6)
Expand Down

0 comments on commit 536df6a

Please sign in to comment.