Skip to content

Commit 1df5340

Browse files
Update dependency debug to v1.9.1
1 parent b65a4b1 commit 1df5340

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

Gemfile.lock

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ 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+
debug (1.9.1)
89+
irb (~> 1.10)
90+
reline (>= 0.3.8)
9191
digest (3.1.0)
9292
erubi (1.11.0)
9393
globalid (1.0.0)
@@ -97,9 +97,10 @@ GEM
9797
importmap-rails (1.1.5)
9898
actionpack (>= 6.0.0)
9999
railties (>= 6.0.0)
100-
io-console (0.5.11)
101-
irb (1.4.1)
102-
reline (>= 0.3.0)
100+
io-console (0.7.1)
101+
irb (1.11.0)
102+
rdoc
103+
reline (>= 0.3.8)
103104
jbuilder (2.11.5)
104105
actionview (>= 5.0.0)
105106
activesupport (>= 5.0.0)
@@ -131,6 +132,10 @@ GEM
131132
nio4r (2.5.8)
132133
nokogiri (1.13.8-x86_64-darwin)
133134
racc (~> 1.4)
135+
nokogiri (1.13.8-x86_64-linux)
136+
racc (~> 1.4)
137+
psych (5.1.2)
138+
stringio
134139
public_suffix (5.0.0)
135140
puma (5.6.5)
136141
nio4r (~> 2.0)
@@ -165,9 +170,11 @@ GEM
165170
thor (~> 1.0)
166171
zeitwerk (~> 2.5)
167172
rake (13.0.6)
173+
rdoc (6.6.2)
174+
psych (>= 4.0.0)
168175
redis (4.8.0)
169176
regexp_parser (2.5.0)
170-
reline (0.3.1)
177+
reline (0.4.1)
171178
io-console (~> 0.5)
172179
rexml (3.2.5)
173180
rubyzip (2.3.2)
@@ -188,8 +195,10 @@ GEM
188195
activesupport (>= 5.2)
189196
sprockets (>= 3.0.0)
190197
sqlite3 (1.5.0-x86_64-darwin)
198+
sqlite3 (1.5.0-x86_64-linux)
191199
stimulus-rails (1.1.0)
192200
railties (>= 6.0.0)
201+
stringio (3.1.0)
193202
strscan (3.0.4)
194203
thor (1.2.1)
195204
timeout (0.3.0)
@@ -218,6 +227,7 @@ GEM
218227

219228
PLATFORMS
220229
x86_64-darwin-21
230+
x86_64-linux
221231

222232
DEPENDENCIES
223233
bootsnap

0 commit comments

Comments
 (0)