Skip to content

Commit f7cb7f2

Browse files
Update dependency debug to v1.10.0
1 parent b65a4b1 commit f7cb7f2

1 file changed

Lines changed: 19 additions & 7 deletions

File tree

Gemfile.lock

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ GEM
8585
concurrent-ruby (1.1.10)
8686
connection_pool (2.2.5)
8787
crass (1.0.6)
88-
debug (1.6.2)
89-
irb (>= 1.3.6)
90-
reline (>= 0.3.1)
88+
date (3.4.1)
89+
debug (1.10.0)
90+
irb (~> 1.10)
91+
reline (>= 0.3.8)
9192
digest (3.1.0)
9293
erubi (1.11.0)
9394
globalid (1.0.0)
@@ -97,9 +98,10 @@ GEM
9798
importmap-rails (1.1.5)
9899
actionpack (>= 6.0.0)
99100
railties (>= 6.0.0)
100-
io-console (0.5.11)
101-
irb (1.4.1)
102-
reline (>= 0.3.0)
101+
io-console (0.8.0)
102+
irb (1.14.3)
103+
rdoc (>= 4.0.0)
104+
reline (>= 0.4.2)
103105
jbuilder (2.11.5)
104106
actionview (>= 5.0.0)
105107
activesupport (>= 5.0.0)
@@ -131,6 +133,11 @@ GEM
131133
nio4r (2.5.8)
132134
nokogiri (1.13.8-x86_64-darwin)
133135
racc (~> 1.4)
136+
nokogiri (1.13.8-x86_64-linux)
137+
racc (~> 1.4)
138+
psych (5.2.2)
139+
date
140+
stringio
134141
public_suffix (5.0.0)
135142
puma (5.6.5)
136143
nio4r (~> 2.0)
@@ -165,9 +172,11 @@ GEM
165172
thor (~> 1.0)
166173
zeitwerk (~> 2.5)
167174
rake (13.0.6)
175+
rdoc (6.10.0)
176+
psych (>= 4.0.0)
168177
redis (4.8.0)
169178
regexp_parser (2.5.0)
170-
reline (0.3.1)
179+
reline (0.6.0)
171180
io-console (~> 0.5)
172181
rexml (3.2.5)
173182
rubyzip (2.3.2)
@@ -188,8 +197,10 @@ GEM
188197
activesupport (>= 5.2)
189198
sprockets (>= 3.0.0)
190199
sqlite3 (1.5.0-x86_64-darwin)
200+
sqlite3 (1.5.0-x86_64-linux)
191201
stimulus-rails (1.1.0)
192202
railties (>= 6.0.0)
203+
stringio (3.1.2)
193204
strscan (3.0.4)
194205
thor (1.2.1)
195206
timeout (0.3.0)
@@ -218,6 +229,7 @@ GEM
218229

219230
PLATFORMS
220231
x86_64-darwin-21
232+
x86_64-linux
221233

222234
DEPENDENCIES
223235
bootsnap

0 commit comments

Comments
 (0)