Skip to content

Commit 4c9cfc4

Browse files
committed
Upgrade sprockets-rails to remove deprecations
1 parent cfba941 commit 4c9cfc4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ GEM
183183
cgi (0.4.1)
184184
chef-utils (18.3.0)
185185
concurrent-ruby
186-
concurrent-ruby (1.3.1)
186+
concurrent-ruby (1.3.3)
187187
connection_pool (2.4.1)
188188
crack (0.4.5)
189189
rexml
@@ -210,7 +210,7 @@ GEM
210210
dotenv (2.8.1)
211211
drb (2.2.1)
212212
ed25519 (1.3.0)
213-
erubi (1.12.0)
213+
erubi (1.13.0)
214214
et-orbi (1.2.7)
215215
tzinfo
216216
event_emitter (0.2.6)
@@ -347,7 +347,7 @@ GEM
347347
mini_magick (4.12.0)
348348
mini_mime (1.1.5)
349349
mini_portile2 (2.8.7)
350-
minitest (5.23.1)
350+
minitest (5.24.1)
351351
minitest-bisect (1.7.0)
352352
minitest-server (~> 1.0)
353353
path_expander (~> 1.1)
@@ -385,12 +385,12 @@ GEM
385385
net-protocol
386386
net-ssh (7.2.3)
387387
nio4r (2.7.0)
388-
nokogiri (1.16.5)
388+
nokogiri (1.16.7)
389389
mini_portile2 (~> 2.8.2)
390390
racc (~> 1.4)
391-
nokogiri (1.16.5-x86_64-darwin)
391+
nokogiri (1.16.7-x86_64-darwin)
392392
racc (~> 1.4)
393-
nokogiri (1.16.5-x86_64-linux)
393+
nokogiri (1.16.7-x86_64-linux)
394394
racc (~> 1.4)
395395
os (1.1.4)
396396
parallel (1.24.0)
@@ -414,8 +414,8 @@ GEM
414414
queue_classic (4.0.0)
415415
pg (>= 1.1, < 2.0)
416416
raabro (1.4.0)
417-
racc (1.8.0)
418-
rack (3.1.3)
417+
racc (1.8.1)
418+
rack (3.1.7)
419419
rack-cache (1.15.0)
420420
rack (>= 0.4)
421421
rack-session (2.0.0)
@@ -549,7 +549,7 @@ GEM
549549
sprockets (4.2.1)
550550
concurrent-ruby (~> 1.0)
551551
rack (>= 2.2.4, < 4)
552-
sprockets-rails (3.5.1)
552+
sprockets-rails (3.5.2)
553553
actionpack (>= 6.1)
554554
activesupport (>= 6.1)
555555
sprockets (>= 3.0.0)

0 commit comments

Comments
 (0)