Skip to content

Commit

Permalink
Relax ActiveResource version requirement.
Browse files Browse the repository at this point in the history
As far as I can tell, this works fine in Rails 3.
  • Loading branch information
justinweiss committed Jan 28, 2011
1 parent 88c1d22 commit 5dd7a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/reactive_resource/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ReactiveResource
# The current version of ReactiveResource
VERSION = "0.5.0"
VERSION = "0.5.1"
end
2 changes: 1 addition & 1 deletion reactive_resource.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|

s.rubyforge_project = "reactive_resource"

s.add_dependency "activeresource", '~> 2.3.10'
s.add_dependency "activeresource", '>= 2.3.10'
s.add_development_dependency "shoulda", '~> 2.11.3'
s.add_development_dependency "webmock", '~> 1.6.1'

Expand Down

0 comments on commit 5dd7a24

Please sign in to comment.