Skip to content

Commit

Permalink
Updated pry to support ruby 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pschijven committed Sep 11, 2023
1 parent f7b1220 commit 5a6ee04
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ GEM
marcel (1.0.2)
maruku (0.7.3)
matrix (0.4.2)
method_source (0.9.2)
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
Expand Down Expand Up @@ -329,12 +329,12 @@ GEM
nokogiri (1.15.4-java)
racc (~> 1.4)
pg (1.4.2)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry (0.12.2-java)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry (0.14.2-java)
coderay (~> 1.1)
method_source (~> 1.0)
spoon (~> 0.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
Expand Down

0 comments on commit 5a6ee04

Please sign in to comment.