Skip to content

Commit

Permalink
Bump rake version with Rakefile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Harper committed May 24, 2011
1 parent 3b4dcb0 commit ae3b71d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +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'

group :test do
gem 'capybara'
Expand All @@ -27,7 +28,6 @@ group :test do
gem 'factory_girl_rails', :git => 'https://github.com/thoughtbot/factory_girl_rails.git'
gem 'fakeweb'
gem 'mocha'
gem 'rake', '~> 0.8.7'
gem 'test_declarative'
gem 'web-socket-ruby'
gem 'fakeredis'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ GEM
activesupport (= 3.0.7)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
rake (0.9.0)
redis (2.2.0)
redis-namespace (1.0.3)
redis (< 3.0.0)
Expand Down Expand Up @@ -273,7 +273,7 @@ DEPENDENCIES
pusher (~> 0.8.0)
rails (~> 3.0.7)
rails_admin!
rake (~> 0.8.7)
rake (~> 0.9.0)
refraction (~> 0.2.0)
resque (~> 1.16.0)
resque-meta (~> 1.0.3)
Expand Down
10 changes: 10 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,14 @@
require File.expand_path('../config/application', __FILE__)
require 'resque/tasks'

module ::TravisCi
class Application
include Rake::DSL
end
end

module ::RakeFileUtils
extend Rake::FileUtilsExt
end

TravisCi::Application.load_tasks

0 comments on commit ae3b71d

Please sign in to comment.