Skip to content

Commit 99d574c

Browse files
Update dependency debug to v1.11.1
1 parent b65a4b1 commit 99d574c

1 file changed

Lines changed: 31 additions & 7 deletions

File tree

Gemfile.lock

Lines changed: 31 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.1)
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.5.1)
90+
debug (1.11.1)
91+
irb (~> 1.10)
92+
reline (>= 0.3.8)
9193
digest (3.1.0)
94+
erb (4.0.4.1)
95+
cgi (>= 0.3.3)
9296
erubi (1.11.0)
9397
globalid (1.0.0)
9498
activesupport (>= 5.0)
@@ -97,9 +101,12 @@ 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.2)
105+
irb (1.18.0)
106+
pp (>= 0.6.0)
107+
prism (>= 1.3.0)
108+
rdoc (>= 4.0.0)
109+
reline (>= 0.4.2)
103110
jbuilder (2.11.5)
104111
actionview (>= 5.0.0)
105112
activesupport (>= 5.0.0)
@@ -131,6 +138,15 @@ GEM
131138
nio4r (2.5.8)
132139
nokogiri (1.13.8-x86_64-darwin)
133140
racc (~> 1.4)
141+
nokogiri (1.13.8-x86_64-linux)
142+
racc (~> 1.4)
143+
pp (0.6.3)
144+
prettyprint
145+
prettyprint (0.2.0)
146+
prism (1.9.0)
147+
psych (5.3.1)
148+
date
149+
stringio
134150
public_suffix (5.0.0)
135151
puma (5.6.5)
136152
nio4r (~> 2.0)
@@ -165,9 +181,13 @@ GEM
165181
thor (~> 1.0)
166182
zeitwerk (~> 2.5)
167183
rake (13.0.6)
184+
rdoc (7.2.0)
185+
erb
186+
psych (>= 4.0.0)
187+
tsort
168188
redis (4.8.0)
169189
regexp_parser (2.5.0)
170-
reline (0.3.1)
190+
reline (0.6.3)
171191
io-console (~> 0.5)
172192
rexml (3.2.5)
173193
rubyzip (2.3.2)
@@ -188,11 +208,14 @@ GEM
188208
activesupport (>= 5.2)
189209
sprockets (>= 3.0.0)
190210
sqlite3 (1.5.0-x86_64-darwin)
211+
sqlite3 (1.5.0-x86_64-linux)
191212
stimulus-rails (1.1.0)
192213
railties (>= 6.0.0)
214+
stringio (3.2.0)
193215
strscan (3.0.4)
194216
thor (1.2.1)
195217
timeout (0.3.0)
218+
tsort (0.2.0)
196219
turbo-rails (1.1.1)
197220
actionpack (>= 6.0.0)
198221
activejob (>= 6.0.0)
@@ -218,6 +241,7 @@ GEM
218241

219242
PLATFORMS
220243
x86_64-darwin-21
244+
x86_64-linux
221245

222246
DEPENDENCIES
223247
bootsnap

0 commit comments

Comments
 (0)