Skip to content

Commit

Permalink
Updated Gemfile to require >= 2.0.0 of Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesalmond committed May 9, 2011
1 parent 95d0a80 commit 3f4662b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "http://rubygems.org"

group :development do
gem "rspec"
gem "rspec", ">= 2.0.0"
gem "rake"
end

0 comments on commit 3f4662b

Please sign in to comment.