Skip to content

Commit

Permalink
ci: relax rake version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed May 21, 2011
1 parent b193ae0 commit 17df39b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Expand Up @@ -10,9 +10,8 @@ source "http://rubygems.org"
end
end


### dev dependencies
gem "rake", "0.8.7"
gem "rake", "~> 0.8"
gem "cucumber", "~> 0.10.2"
gem "aruba", "~> 0.3.6"
gem "rcov", "0.9.9", :platforms => :mri
Expand Down

0 comments on commit 17df39b

Please sign in to comment.