diff --git a/Gemfile b/Gemfile index 026139ab..9b14b83c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ source "https://rubygems.org" gem 'rails', '2.0.2' +gem 'rake', '0.8.7' gem 'mysql', '2.9.0' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 4e6413b6..412808ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GEM activeresource (= 2.0.2) activesupport (= 2.0.2) rake (>= 0.7.2) - rake (10.0.3) + rake (0.8.7) PLATFORMS ruby @@ -26,3 +26,4 @@ PLATFORMS DEPENDENCIES mysql (= 2.9.0) rails (= 2.0.2) + rake (= 0.8.7)