Skip to content

Commit

Permalink
[ruby/irb] New IRB needs Ruby 2.5 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Dec 7, 2019
1 parent ad6837d commit 2e595c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/irb/irb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.required_ruby_version = Gem::Requirement.new(">= 2.4")
spec.required_ruby_version = Gem::Requirement.new(">= 2.5")

spec.add_dependency "reline", ">= 0.0.1"
spec.add_development_dependency "bundler"
Expand Down

0 comments on commit 2e595c2

Please sign in to comment.