Skip to content

Commit df3d847

Browse files
Update dependency pry to '~> 0.16.0'
1 parent 66b634a commit df3d847

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ gem 'tucana', '0.0.53'
8383

8484
gem 'code0-identities', '~> 0.0.3'
8585

86-
gem 'pry', '~> 0.15.0'
86+
gem 'pry', '~> 0.16.0'
8787
gem 'pry-byebug', '~> 3.10'
8888

8989
gem 'code0-zero_track', '0.0.6'

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ GEM
8484
bootsnap (1.20.1)
8585
msgpack (~> 1.2)
8686
builder (3.3.0)
87-
byebug (12.0.0)
87+
byebug (13.0.0)
88+
reline (>= 0.6.0)
8889
code0-identities (0.0.3)
8990
base64 (~> 0.3.0)
9091
httparty (~> 0.22)
@@ -216,12 +217,13 @@ GEM
216217
parser
217218
rouge
218219
unparser
219-
pry (0.15.2)
220+
pry (0.16.0)
220221
coderay (~> 1.1)
221222
method_source (~> 1.0)
222-
pry-byebug (3.11.0)
223-
byebug (~> 12.0)
224-
pry (>= 0.13, < 0.16)
223+
reline (>= 0.6.0)
224+
pry-byebug (3.12.0)
225+
byebug (~> 13.0)
226+
pry (>= 0.13, < 0.17)
225227
psych (5.3.1)
226228
date
227229
stringio
@@ -413,7 +415,7 @@ DEPENDENCIES
413415
json-schema (~> 6.0)
414416
lograge (~> 0.14.0)
415417
pg (~> 1.1)
416-
pry (~> 0.15.0)
418+
pry (~> 0.16.0)
417419
pry-byebug (~> 3.10)
418420
puma (>= 5.0)
419421
rails (~> 8.0.0)

0 commit comments

Comments
 (0)