fix location of tasks to silence deprecation warning
This commit is contained in:
parent
4ce16b80b7
commit
035b8168e6
@ -1,4 +1,4 @@
|
||||
$:.unshift(File.dirname(__FILE__) + "/../lib")
|
||||
$:.unshift(File.dirname(__FILE__) + "/../../lib")
|
||||
require 'routes_upgrader'
|
||||
require 'gemfile_generator'
|
||||
require 'application_checker'
|
||||
@ -72,4 +72,4 @@ namespace :rails do
|
||||
puts
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user