Skip to content

Commit aa1c890

Browse files
chore(deps): update dependency pry-byebug to v3.12.0
1 parent f7f6849 commit aa1c890

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

Gemfile.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
resend (1.0.0)
4+
resend (1.0.1)
55
httparty (>= 0.21.0)
66

77
GEM
@@ -74,7 +74,8 @@ GEM
7474
tzinfo (~> 2.0)
7575
ast (2.4.3)
7676
builder (3.2.4)
77-
byebug (11.1.3)
77+
byebug (13.0.0)
78+
reline (>= 0.6.0)
7879
coderay (1.1.3)
7980
concurrent-ruby (1.1.10)
8081
crass (1.0.6)
@@ -88,6 +89,7 @@ GEM
8889
multi_xml (>= 0.5.2)
8990
i18n (1.12.0)
9091
concurrent-ruby (~> 1.0)
92+
io-console (0.8.2)
9193
json (2.18.1)
9294
language_server-protocol (3.17.0.5)
9395
lint_roller (1.1.0)
@@ -100,7 +102,7 @@ GEM
100102
net-pop
101103
net-smtp
102104
marcel (1.0.2)
103-
method_source (1.0.0)
105+
method_source (1.1.0)
104106
mini_mime (1.1.2)
105107
mini_portile2 (2.8.1)
106108
minitest (5.16.3)
@@ -123,12 +125,13 @@ GEM
123125
ast (~> 2.4.1)
124126
racc
125127
prism (1.9.0)
126-
pry (0.14.2)
128+
pry (0.16.0)
127129
coderay (~> 1.1)
128130
method_source (~> 1.0)
129-
pry-byebug (3.10.1)
130-
byebug (~> 11.0)
131-
pry (>= 0.13, < 0.15)
131+
reline (>= 0.6.0)
132+
pry-byebug (3.12.0)
133+
byebug (~> 13.0)
134+
pry (>= 0.13, < 0.17)
132135
racc (1.8.1)
133136
rack (2.2.5)
134137
rack-test (2.0.2)
@@ -162,6 +165,8 @@ GEM
162165
rainbow (3.1.1)
163166
rake (13.3.1)
164167
regexp_parser (2.11.3)
168+
reline (0.6.3)
169+
io-console (~> 0.5)
165170
rspec (3.13.2)
166171
rspec-core (~> 3.13.0)
167172
rspec-expectations (~> 3.13.0)

0 commit comments

Comments
 (0)