Skip to content

Commit

Permalink
Upgrade pry to latest version 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 8e56e7e commit 67bb8be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,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 All @@ -320,9 +320,9 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pg (1.4.2)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
psych (5.1.0)
Expand Down

0 comments on commit 67bb8be

Please sign in to comment.