Skip to content

Commit

Permalink
Use older Rake
Browse files Browse the repository at this point in the history
  • Loading branch information
jage committed Feb 24, 2013
1 parent 70d888b commit 4778bbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source "https://rubygems.org"

gem 'rails', '2.0.2'
gem 'rake', '0.8.7'
gem 'mysql', '2.9.0'
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ GEM
activeresource (= 2.0.2)
activesupport (= 2.0.2)
rake (>= 0.7.2)
rake (10.0.3)
rake (0.8.7)

PLATFORMS
ruby

DEPENDENCIES
mysql (= 2.9.0)
rails (= 2.0.2)
rake (= 0.8.7)

0 comments on commit 4778bbe

Please sign in to comment.