Skip to content

Commit 93e72bb

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

1 file changed

Lines changed: 29 additions & 7 deletions

File tree

Gemfile.lock

Lines changed: 29 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.5.0)
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.3)
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.3)
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,13 @@ GEM
165179
thor (~> 1.0)
166180
zeitwerk (~> 2.5)
167181
rake (13.0.6)
182+
rdoc (6.15.1)
183+
erb
184+
psych (>= 4.0.0)
185+
tsort
168186
redis (4.8.0)
169187
regexp_parser (2.5.0)
170-
reline (0.3.1)
188+
reline (0.6.3)
171189
io-console (~> 0.5)
172190
rexml (3.2.5)
173191
rubyzip (2.3.2)
@@ -188,11 +206,14 @@ GEM
188206
activesupport (>= 5.2)
189207
sprockets (>= 3.0.0)
190208
sqlite3 (1.5.0-x86_64-darwin)
209+
sqlite3 (1.5.0-x86_64-linux)
191210
stimulus-rails (1.1.0)
192211
railties (>= 6.0.0)
212+
stringio (3.1.8)
193213
strscan (3.0.4)
194214
thor (1.2.1)
195215
timeout (0.3.0)
216+
tsort (0.2.0)
196217
turbo-rails (1.1.1)
197218
actionpack (>= 6.0.0)
198219
activejob (>= 6.0.0)
@@ -218,6 +239,7 @@ GEM
218239

219240
PLATFORMS
220241
x86_64-darwin-21
242+
x86_64-linux
221243

222244
DEPENDENCIES
223245
bootsnap

0 commit comments

Comments
 (0)