Skip to content

Commit

Permalink
JRuby in 1.8 mode doesn't play nicely with rdoc v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tjschuck committed Feb 21, 2014
1 parent c53946e commit a5b7bfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -12,7 +12,7 @@ GEM
rake (10.1.0)
rake-compiler (0.9.2)
rake
rdoc (4.0.1)
rdoc (3.12.2)
json (~> 1.4)
rspec (2.14.1)
rspec-core (~> 2.14.0)
Expand All @@ -30,5 +30,5 @@ PLATFORMS
DEPENDENCIES
bcrypt!
rake-compiler (~> 0.9.2)
rdoc
rdoc (~> 3.12)
rspec
2 changes: 1 addition & 1 deletion bcrypt.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|

s.add_development_dependency 'rake-compiler', '~> 0.9.2'
s.add_development_dependency 'rspec'
s.add_development_dependency 'rdoc'
s.add_development_dependency 'rdoc', '~> 3.12'

s.has_rdoc = true
s.rdoc_options += ['--title', 'bcrypt-ruby', '--line-numbers', '--inline-source', '--main', 'README.md']
Expand Down

0 comments on commit a5b7bfb

Please sign in to comment.