Skip to content

Commit

Permalink
upgrade to rake 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Jun 1, 2011
1 parent 2f13a93 commit 1064357
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -18,7 +18,7 @@ gem 'travis-ci-em-pusher', '~> 0.1.1'
gem 'unobtrusive_flash', '~> 0.0.2'
gem 'yajl-ruby', '~> 0.8.2'
# gem 'rails_admin', :git => 'git://github.com/sferik/rails_admin.git'
gem 'rake', '~> 0.9.0'
gem 'rake', '~> 0.9.1'

group :test do
gem 'database_cleaner'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -175,7 +175,7 @@ GEM
activesupport (= 3.0.7)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.9.0)
rake (0.9.1)
redis (2.2.0)
redis-namespace (1.0.3)
redis (< 3.0.0)
Expand Down Expand Up @@ -280,7 +280,7 @@ DEPENDENCIES
pg (~> 0.11.0)
pusher (~> 0.8.0)
rails (~> 3.0.7)
rake (~> 0.9.0)
rake (~> 0.9.1)
refraction (~> 0.2.0)
resque (~> 1.17.0)
resque-meta (~> 1.0.3)
Expand Down

0 comments on commit 1064357

Please sign in to comment.