Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Commit

Permalink
Upgrade outdated gems
Browse files Browse the repository at this point in the history
  • Loading branch information
frodenas committed Jan 29, 2012
1 parent e17a58f commit 6f3b911
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cloudfoundry.gemspec
Expand Up @@ -14,13 +14,13 @@ Gem::Specification.new do |s|
s.licenses = ["MIT"]

s.add_development_dependency("rake", ">= 0.9.2.2")
s.add_development_dependency("activesupport", ">= 3.1.3")
s.add_development_dependency("rspec", ">= 2.7.0")
s.add_development_dependency("webmock", ">= 1.7.8")
s.add_development_dependency("vcr", ">= 2.0.0.beta2")
s.add_development_dependency("activesupport", ">= 3.2.1")
s.add_development_dependency("rspec", ">= 2.8.0")
s.add_development_dependency("webmock", ">= 1.7.10")
s.add_development_dependency("vcr", ">= 2.0.0.rc1")

s.add_runtime_dependency("faraday", ">= 0.7.5")
s.add_runtime_dependency("json_pure", ">= 1.6.2")
s.add_runtime_dependency("faraday", ">= 0.7.6")
s.add_runtime_dependency("json_pure", ">= 1.6.5")

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- spec/*`.split("\n")
Expand Down

0 comments on commit 6f3b911

Please sign in to comment.