Skip to content

Commit 4056210

Browse files
authored
Merge pull request #608 from alphagov/dependabot/bundler/pry-byebug-3.12.0
2 parents 1aa8d04 + 9b02c67 commit 4056210

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Gemfile.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ GEM
4747
bunny (2.24.0)
4848
amq-protocol (~> 2.3)
4949
sorted_set (~> 1, >= 1.0.2)
50-
byebug (12.0.0)
50+
byebug (13.0.0)
51+
reline (>= 0.6.0)
5152
capybara (3.40.0)
5253
addressable
5354
matrix
@@ -398,12 +399,13 @@ GEM
398399
base64
399400
prometheus_exporter (2.3.1)
400401
webrick
401-
pry (0.15.2)
402+
pry (0.16.0)
402403
coderay (~> 1.1)
403404
method_source (~> 1.0)
404-
pry-byebug (3.11.0)
405-
byebug (~> 12.0)
406-
pry (>= 0.13, < 0.16)
405+
reline (>= 0.6.0)
406+
pry-byebug (3.12.0)
407+
byebug (~> 13.0)
408+
pry (>= 0.13, < 0.17)
407409
psych (5.3.1)
408410
date
409411
stringio

0 commit comments

Comments
 (0)