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 1bfd137 commit bf14715Copy full SHA for bf14715
Gemfile
@@ -1,7 +1,7 @@
1
source 'https://rubygems.org'
2
3
gem 'rake', '< 11'
4
-gem 'rdoc', '>= 3.9'
+gem 'rdoc', '~> 4.2.2' # This is to support Ruby 1.8 and 1.9
5
6
group :development do
7
gem 'guard-rspec'
0 commit comments