Skip to content

Commit

Permalink
Making the rake tasks load properly
Browse files Browse the repository at this point in the history
  • Loading branch information
hamchapman committed Dec 19, 2014
1 parent b480631 commit 7ff45b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ gem 'rails', '3.0.7'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'rake', '0.8.7'

gem 'pg'

gem 'pusher'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GEM
rake (>= 0.8.7)
thor (~> 0.14.4)
raindrops (0.13.0)
rake (10.4.2)
rake (0.8.7)
signature (0.1.7)
thor (0.14.6)
treetop (1.4.15)
Expand All @@ -88,4 +88,5 @@ DEPENDENCIES
pg
pusher
rails (= 3.0.7)
rake (= 0.8.7)
unicorn
6 changes: 1 addition & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@
require File.expand_path('../config/application', __FILE__)
require 'rake'

begin
Todos::Application.load_tasks
rescue
require 'rdoc/task'
end
Todos::Application.load_tasks

0 comments on commit 7ff45b0

Please sign in to comment.