Skip to content

Commit

Permalink
fixed rake version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
panterch committed Dec 29, 2011
1 parent 8363fd9 commit 866eb5a
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,6 +1,7 @@
source 'http://rubygems.org'

gem 'rails', '3.1.3'
gem 'rake', '0.9.2'

# Rails 3.1 - Asset Pipeline
gem 'json', '1.6.4'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
rake (0.9.2.2)
rake (0.9.2)
rb-fsevent (0.4.3.1)
rbx-require-relative (0.0.5)
rdoc (3.12)
Expand Down Expand Up @@ -233,6 +233,7 @@ DEPENDENCIES
paperclip (= 2.4.1)
pg (= 0.11.0)
rails (= 3.1.3)
rake (= 0.9.2)
rb-fsevent
rspec-rails
ruby-debug
Expand Down

0 comments on commit 866eb5a

Please sign in to comment.