Skip to content

Commit bc002d2

Browse files
Bump debug from 1.10.0 to 1.11.0
Bumps [debug](https://github.com/ruby/debug) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/ruby/debug/releases) - [Commits](ruby/debug@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: debug dependency-version: 1.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c459bdf commit bc002d2

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

Gemfile.lock

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ GEM
8888
bootsnap (1.18.6)
8989
msgpack (~> 1.2)
9090
builder (3.3.0)
91+
cgi (0.5.0)
9192
childprocess (5.0.0)
9293
coderay (1.1.3)
9394
concurrent-ruby (1.3.4)
@@ -108,14 +109,16 @@ GEM
108109
database_cleaner-core (~> 2.0.0)
109110
database_cleaner-core (2.0.1)
110111
date (3.4.1)
111-
debug (1.10.0)
112+
debug (1.11.0)
112113
irb (~> 1.10)
113114
reline (>= 0.3.8)
114115
diff-lcs (1.5.1)
115116
diffy (3.4.4)
116117
dockerfile-rails (1.7.2)
117118
rails (>= 3.0.0)
118119
dotenv (3.1.8)
120+
erb (4.0.4)
121+
cgi (>= 0.3.3)
119122
erubi (1.13.1)
120123
execjs (2.10.0)
121124
factory_bot (6.5.0)
@@ -154,7 +157,8 @@ GEM
154157
i18n (1.14.6)
155158
concurrent-ruby (~> 1.0)
156159
io-console (0.8.0)
157-
irb (1.14.3)
160+
irb (1.15.2)
161+
pp (>= 0.6.0)
158162
rdoc (>= 4.0.0)
159163
reline (>= 0.4.2)
160164
jmespath (1.6.2)
@@ -216,6 +220,8 @@ GEM
216220
nenv (~> 0.1)
217221
shellany (~> 0.0)
218222
pg (1.5.9)
223+
pp (0.6.2)
224+
prettyprint
219225
premailer (1.21.0)
220226
addressable
221227
css_parser (>= 1.12.0)
@@ -224,10 +230,11 @@ GEM
224230
actionmailer (>= 3)
225231
net-smtp
226232
premailer (~> 1.7, >= 1.7.9)
233+
prettyprint (0.2.0)
227234
pry (0.14.2)
228235
coderay (~> 1.1)
229236
method_source (~> 1.0)
230-
psych (5.2.2)
237+
psych (5.2.6)
231238
date
232239
stringio
233240
public_suffix (6.0.1)
@@ -276,9 +283,10 @@ GEM
276283
rb-fsevent (0.11.2)
277284
rb-inotify (0.10.1)
278285
ffi (~> 1.0)
279-
rdoc (6.10.0)
286+
rdoc (6.14.1)
287+
erb
280288
psych (>= 4.0.0)
281-
reline (0.6.0)
289+
reline (0.6.1)
282290
io-console (~> 0.5)
283291
rexml (3.4.1)
284292
rspec (3.13.0)
@@ -329,7 +337,7 @@ GEM
329337
actionpack (>= 6.1)
330338
activesupport (>= 6.1)
331339
sprockets (>= 3.0.0)
332-
stringio (3.1.2)
340+
stringio (3.1.7)
333341
terser (1.2.5)
334342
execjs (>= 0.3.0, < 3)
335343
thor (1.3.2)

0 commit comments

Comments
 (0)