Skip to content

Commit

Permalink
Merge pull request #384 from timfel/1.2.x
Browse files Browse the repository at this point in the history
Stick to RDoc < 3.10
  • Loading branch information
rkh committed Oct 11, 2011
2 parents a25bff1 + 1b72c7c commit 2165ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if RUBY_VERSION > '1.8.6'
gem 'nokogiri'
end
gem 'coffee-script', '>= 2.0', :group => 'coffee-script'
gem 'rdoc', :group => 'rdoc'
gem 'rdoc', '< 3.10', :group => 'rdoc'
end

platforms :ruby do
Expand Down

0 comments on commit 2165ac0

Please sign in to comment.