We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f12d21 commit e665a25Copy full SHA for e665a25
Rakefile
@@ -13,6 +13,7 @@ Hoe.spec 'rails_autolink' do
13
self.readme_file = 'README.rdoc'
14
self.history_file = 'CHANGELOG.rdoc'
15
self.extra_rdoc_files = FileList['*.rdoc']
16
+ self.extra_deps << ['rails', '~> 3.1.0']
17
end
18
19
# vim: syntax=ruby
0 commit comments