Skip to content

Commit

Permalink
Drop rdoc's version requirement (#704)
Browse files Browse the repository at this point in the history
1. The newer versions of rdoc requires pysch 4.0+, which could break apps
   using Ruby 3.0 or 2.7. #703 has more detailed explanation on this.
2. We actually don't use any version-specific rdoc APIs. So having a version
    requirement is not necessary atm.
  • Loading branch information
st0012 authored Aug 31, 2023
1 parent 9b8c56b commit 3e6ba78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = Gem::Requirement.new(">= 2.7")

spec.add_dependency "reline", ">= 0.3.8"
spec.add_dependency "rdoc", "~> 6.5"
spec.add_dependency "rdoc"
end

0 comments on commit 3e6ba78

Please sign in to comment.