Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Update puma
Browse files Browse the repository at this point in the history
A new version was shipped and so I should be able to use the latest
version of puma

puma/puma#1477
  • Loading branch information
edwardloveall committed Jul 29, 2018
1 parent 7a645b1 commit 96144d3
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 @@ -17,7 +17,7 @@ gem 'normalize-rails'
gem 'oath'
gem 'paperclip', '~> 5.0'
gem 'pg'
gem 'puma', '~> 3.10.0'
gem 'puma'
gem 'rails', '~> 5.2'
gem 'redcarpet'
gem 'rouge'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ GEM
pry-rails (0.3.6)
pry (>= 0.10.4)
public_suffix (3.0.2)
puma (3.10.0)
puma (3.12.0)
rack (2.0.5)
rack-test (1.0.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -344,7 +344,7 @@ DEPENDENCIES
pg
pry-byebug
pry-rails
puma (~> 3.10.0)
puma
rails (~> 5.2)
redcarpet
rouge
Expand Down

0 comments on commit 96144d3

Please sign in to comment.