Skip to content

Commit

Permalink
Update Puma
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanbibat committed Nov 13, 2014
1 parent 98d8790 commit ea49ffb
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 @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rails', '4.1.7'

gem 'pg'
gem 'puma', '2.9.1'
gem 'puma', '~> 2.9.1'

gem 'sass-rails', '~> 4.0.0'
gem 'coffee-rails', '~> 4.1.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -207,7 +207,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
puma (2.9.1)
puma (2.9.2)
rack (>= 1.1, < 2.0)
quiet_assets (1.0.3)
railties (>= 3.1, < 5.0)
Expand Down Expand Up @@ -367,7 +367,7 @@ DEPENDENCIES
mina
pg
pry
puma (= 2.9.1)
puma (~> 2.9.1)
quiet_assets
rails (= 4.1.7)
rails_admin
Expand Down

0 comments on commit ea49ffb

Please sign in to comment.