Skip to content

Commit

Permalink
Merge pull request #27 from bustikiller/dependabot/bundler/puma-3.11.3
Browse files Browse the repository at this point in the history
Bump puma from 3.9.1 to 3.11.3
  • Loading branch information
bustikiller committed Mar 16, 2018
2 parents 108d0ab + f8ba430 commit 0d5ab53
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 @@ -15,7 +15,7 @@ gem 'jquery-rails'
gem 'jquery-ui-rails'
gem 'mysql2', '>= 0.3.18', '< 0.5'
gem 'pg'
gem 'puma', '~> 3.7'
gem 'puma', '~> 3.11'
gem 'rails', '~> 5.1.1'
gem 'rails-i18n'
gem 'rails_bootstrap_navbar'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -168,7 +168,7 @@ GEM
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
puma (3.9.1)
puma (3.11.3)
rack (2.0.4)
rack-protection (2.0.1)
rack
Expand Down Expand Up @@ -309,7 +309,7 @@ DEPENDENCIES
mysql2 (>= 0.3.18, < 0.5)
pg
pry
puma (~> 3.7)
puma (~> 3.11)
rails (~> 5.1.1)
rails-i18n
rails_bootstrap_navbar
Expand Down

0 comments on commit 0d5ab53

Please sign in to comment.