Skip to content

Commit

Permalink
Require Reline 0.3.8+ to avoid frozen issue
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Sep 14, 2023
1 parent 4ec9d7a commit 06d597a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
spec.extensions = ['ext/debug/extconf.rb']

spec.add_dependency "irb", ">= 1.5.0" # for binding.irb(show_code: false)
spec.add_dependency "reline", ">= 0.3.1"
spec.add_dependency "reline", ">= 0.3.8"
end

0 comments on commit 06d597a

Please sign in to comment.