Skip to content

Commit

Permalink
Merge pull request rails#106 from toshimaru/depends-on-rdoc5
Browse files Browse the repository at this point in the history
Set rdoc version same as gemspec runtime_dependency
  • Loading branch information
Zachary Scott authored Mar 8, 2017
2 parents 9c7f83c + 498243b commit 8fb1ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdoc/discover.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
begin
gem 'rdoc', '~> 4.0.0'
gem 'rdoc', '~> 5.0'
require File.join(File.dirname(__FILE__), '/../sdoc')
rescue Gem::LoadError
end

0 comments on commit 8fb1ff7

Please sign in to comment.