Skip to content

Commit

Permalink
bump version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ryan committed Jan 14, 2012
1 parent fa3a669 commit a551b76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ source "http://rubygems.org"
gemspec

group :development, :test do
gem 'rspec', '>= 2.6.0'
gem "webmock", ">= 1.6.2"
gem 'rspec', '>= 2.8.0'
gem "webmock", ">= 1.7.10"
gem "timecop", ">= 0.3.5"
gem 'fakefs', '>= 0.3.2'
gem 'guard', '>= 0.6.2'
gem 'guard-rspec', '>= 0.4.2'
gem 'guard-spork', '>= 0.2.1'
gem 'spork', '>= 0.9.0.rc8'
gem 'guard', '>= 0.10.0'
gem 'guard-rspec', '>= 0.6.0'
gem 'guard-spork', '>= 0.5.1'
gem 'spork', '>= 0.9.0.rc9'
gem 'rb-fsevent', '>= 0.4.3.1'
gem 'growl', '>= 1.0.3'
end
Expand Down
2 changes: 1 addition & 1 deletion spice.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.add_dependency "rake", ">= 0.9.2"
s.add_dependency "rest-client", '>= 1.6.6'
s.add_dependency "mixlib-authentication", '>= 1.1.4'
s.add_dependency "yajl-ruby", '>= 0.8.3'
s.add_dependency "yajl-ruby", '>= 1.1.0'

s.add_development_dependency 'rspec', '>= 2.6.0'
s.add_development_dependency "webmock", ">= 1.6.2"
Expand Down

0 comments on commit a551b76

Please sign in to comment.