Skip to content

Commit

Permalink
build: bump puma from 3.11.2 to 3.11.3 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and ybiquitous committed Mar 22, 2018
1 parent 07c4660 commit f4e770b
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 @@ -12,7 +12,7 @@ gem 'rails', '~> 5.1.4'
# Use mysql as the database for Active Record
gem 'mysql2', '>= 0.3.18', '< 0.5'
# Use Puma as the app server
gem 'puma', '~> 3.7'
gem 'puma', '~> 3.11'
# 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 @@ -130,7 +130,7 @@ GEM
pry-rails (0.3.6)
pry (>= 0.10.4)
public_suffix (3.0.1)
puma (3.11.2)
puma (3.11.3)
rack (2.0.4)
rack-test (0.8.2)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -249,7 +249,7 @@ DEPENDENCIES
mysql2 (>= 0.3.18, < 0.5)
pry-byebug
pry-rails
puma (~> 3.7)
puma (~> 3.11)
railroady
rails (~> 5.1.4)
rails_best_practices
Expand Down

0 comments on commit f4e770b

Please sign in to comment.