Updating Gemfile to latest versions of libraries:
* updating deprecated require 'rake/rdoctask' with 'rdoc/task' * preparing to remove deprecated ActiveRecord set_table_name with self.table_name=
This commit is contained in:
parent
b500ebe5a1
commit
a1a183e43d
4 changed files with 39 additions and 26 deletions
2
Rakefile
2
Rakefile
|
@ -63,7 +63,7 @@ rescue LoadError
|
|||
end
|
||||
end
|
||||
|
||||
require 'rake/rdoctask'
|
||||
require 'rdoc/task'
|
||||
Rake::RDocTask.new do |rdoc|
|
||||
version = File.exist?('VERSION') ? File.read('VERSION') : ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue