Skip to content

Commit

Permalink
Update debug gem
Browse files Browse the repository at this point in the history
The previous version of this gem was struggling with reline.
  • Loading branch information
jherdman authored and rosa committed Dec 3, 2024
1 parent be8f367 commit 2e9eab1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ GEM
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
debug (1.7.1)
irb (>= 1.5.0)
reline (>= 0.3.1)
date (3.4.1)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
drb (2.2.1)
erubi (1.13.0)
et-orbi (1.2.11)
Expand Down Expand Up @@ -95,7 +96,8 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.4)
psych (5.2.0)
psych (5.2.1)
date
stringio
puma (6.4.3)
nio4r (~> 2.0)
Expand Down

0 comments on commit 2e9eab1

Please sign in to comment.