Skip to content

Commit

Permalink
gem updates
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcollison committed Jan 14, 2012
1 parent 58705ef commit 1309d9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
source "http://rubygems.org"

gem 'eventmachine', '>= 0.12.10'
gem 'daemons', '>= 1.1.4'
gem 'json_pure', '>= 1.6.1', :require => 'json'
gem 'daemons', '>= 1.1.5'
gem 'json_pure', '>= 1.6.4', :require => 'json'
gem 'thin', '>= 1.3.1'

group :test do
gem 'rake'
gem 'rspec', '>= 2.6.0'
gem 'rspec', '>= 2.8.0'
gem 'nats', :path => '.'
end

0 comments on commit 1309d9d

Please sign in to comment.