Skip to content

Commit

Permalink
updated dependency on couchrest to 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
langalex committed May 4, 2009
1 parent d026f40 commit 335f486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -31,7 +31,7 @@ begin
s.files = FileList["[A-Z]*.*", "{lib,spec,rails}/**/*", "init.rb"]
s.add_dependency 'json'
s.add_dependency 'validatable'
s.add_dependency 'jchris-couchrest', '0.9.12'
s.add_dependency 'couchrest', '>=0.24'
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
Expand Down

0 comments on commit 335f486

Please sign in to comment.