Skip to content

Commit d7ac60d

Browse files
Update dependency debug to v1.11.0
1 parent b65a4b1 commit d7ac60d

1 file changed

Lines changed: 27 additions & 7 deletions

File tree

Gemfile.lock

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,18 @@ GEM
8181
rack-test (>= 0.6.3)
8282
regexp_parser (>= 1.5, < 3.0)
8383
xpath (~> 3.2)
84+
cgi (0.5.0)
8485
childprocess (4.1.0)
8586
concurrent-ruby (1.1.10)
8687
connection_pool (2.2.5)
8788
crass (1.0.6)
88-
debug (1.6.2)
89-
irb (>= 1.3.6)
90-
reline (>= 0.3.1)
89+
date (3.4.1)
90+
debug (1.11.0)
91+
irb (~> 1.10)
92+
reline (>= 0.3.8)
9193
digest (3.1.0)
94+
erb (4.0.4)
95+
cgi (>= 0.3.3)
9296
erubi (1.11.0)
9397
globalid (1.0.0)
9498
activesupport (>= 5.0)
@@ -97,9 +101,11 @@ GEM
97101
importmap-rails (1.1.5)
98102
actionpack (>= 6.0.0)
99103
railties (>= 6.0.0)
100-
io-console (0.5.11)
101-
irb (1.4.1)
102-
reline (>= 0.3.0)
104+
io-console (0.8.1)
105+
irb (1.15.2)
106+
pp (>= 0.6.0)
107+
rdoc (>= 4.0.0)
108+
reline (>= 0.4.2)
103109
jbuilder (2.11.5)
104110
actionview (>= 5.0.0)
105111
activesupport (>= 5.0.0)
@@ -131,6 +137,14 @@ GEM
131137
nio4r (2.5.8)
132138
nokogiri (1.13.8-x86_64-darwin)
133139
racc (~> 1.4)
140+
nokogiri (1.13.8-x86_64-linux)
141+
racc (~> 1.4)
142+
pp (0.6.2)
143+
prettyprint
144+
prettyprint (0.2.0)
145+
psych (5.2.6)
146+
date
147+
stringio
134148
public_suffix (5.0.0)
135149
puma (5.6.5)
136150
nio4r (~> 2.0)
@@ -165,9 +179,12 @@ GEM
165179
thor (~> 1.0)
166180
zeitwerk (~> 2.5)
167181
rake (13.0.6)
182+
rdoc (6.14.2)
183+
erb
184+
psych (>= 4.0.0)
168185
redis (4.8.0)
169186
regexp_parser (2.5.0)
170-
reline (0.3.1)
187+
reline (0.6.2)
171188
io-console (~> 0.5)
172189
rexml (3.2.5)
173190
rubyzip (2.3.2)
@@ -188,8 +205,10 @@ GEM
188205
activesupport (>= 5.2)
189206
sprockets (>= 3.0.0)
190207
sqlite3 (1.5.0-x86_64-darwin)
208+
sqlite3 (1.5.0-x86_64-linux)
191209
stimulus-rails (1.1.0)
192210
railties (>= 6.0.0)
211+
stringio (3.1.7)
193212
strscan (3.0.4)
194213
thor (1.2.1)
195214
timeout (0.3.0)
@@ -218,6 +237,7 @@ GEM
218237

219238
PLATFORMS
220239
x86_64-darwin-21
240+
x86_64-linux
221241

222242
DEPENDENCIES
223243
bootsnap

0 commit comments

Comments
 (0)