Skip to content

Commit

Permalink
Update version of rspec and add rake dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbx6spp committed Jun 17, 2011
1 parent e4a13a5 commit bda9403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
@@ -1,13 +1,14 @@
source :gemcutter

gem "oauth", ">=0.4.1"
gem "rake"

if RUBY_VERSION < "1.9.0"
gem "json", ">=1.1.1"
end

group :test do
gem "rspec", "2.0.0.beta.20"
gem "rspec", "2.4.0"
gem "ZenTest"
gem "code_statistics"
if RUBY_VERSION < "1.9.0"
Expand Down

0 comments on commit bda9403

Please sign in to comment.