Skip to content

Commit

Permalink
upgrades unicorn gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoorai2000 committed Nov 18, 2015
1 parent 0557300 commit 4ad3d91
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 @@ -38,7 +38,7 @@ gem 'ckeditor'
gem 'cancancan'
gem 'social-share-button', git: 'https://github.com/huacnlee/social-share-button.git', ref: 'e46a6a3e82b86023bc'
gem 'initialjs-rails', '0.2.0.1'
gem 'unicorn'
gem 'unicorn', '~> 5.0.1'
gem 'paranoia'
gem 'rinku', require: 'rails_rinku'
gem 'savon'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
unicorn (5.0.0)
unicorn (5.0.1)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
Expand Down Expand Up @@ -480,7 +480,7 @@ DEPENDENCIES
spring
turbolinks
uglifier (>= 1.3.0)
unicorn
unicorn (~> 5.0.1)
web-console (~> 2.0)
whenever

Expand Down

0 comments on commit 4ad3d91

Please sign in to comment.