Skip to content

Commit

Permalink
updated the rails-dependency to 4 (this dependency is really quite a …
Browse files Browse the repository at this point in the history
…nuisance...)
  • Loading branch information
mugwump committed Mar 7, 2013
1 parent 489baf6 commit d9c14d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freebase_rb.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"] gem.require_paths = ["lib"]


gem.add_dependency "httparty", "~> 0.10.2" gem.add_dependency "httparty", "~> 0.10.2"
gem.add_dependency "activesupport", "~> 3.2.12" gem.add_dependency "activesupport", "~> 4.0.0.beta1"
gem.add_development_dependency "rspec", "~> 2.13" gem.add_development_dependency "rspec", "~> 2.13"
end end

0 comments on commit d9c14d5

Please sign in to comment.