Skip to content

Commit afcc745

Browse files
authored
Merge pull request #207 from joyofrails/chore/upgrade-solid-cache
Upgrade solid cache to address NoMethodError
2 parents 072b8dc + 582c3d7 commit afcc745

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ GEM
280280
logfmt (>= 0.0.10)
281281
sqlite3
282282
logfmt (0.0.10)
283-
logger (1.6.0)
283+
logger (1.6.1)
284284
loofah (2.22.0)
285285
crass (~> 1.0.2)
286286
nokogiri (>= 1.12.0)
@@ -299,7 +299,7 @@ GEM
299299
mini_magick (4.13.2)
300300
mini_mime (1.1.5)
301301
mini_portile2 (2.8.7)
302-
minitest (5.24.1)
302+
minitest (5.25.1)
303303
mission_control-jobs (0.2.1)
304304
importmap-rails
305305
rails (~> 7.1)
@@ -317,9 +317,9 @@ GEM
317317
net-smtp (0.5.0)
318318
net-protocol
319319
nio4r (2.7.3)
320-
nokogiri (1.16.6-arm64-darwin)
320+
nokogiri (1.16.7-arm64-darwin)
321321
racc (~> 1.4)
322-
nokogiri (1.16.6-x86_64-linux)
322+
nokogiri (1.16.7-x86_64-linux)
323323
racc (~> 1.4)
324324
openssl (3.2.0)
325325
parallel (1.25.1)
@@ -346,7 +346,7 @@ GEM
346346
puma (6.4.2)
347347
nio4r (~> 2.0)
348348
raabro (1.4.0)
349-
racc (1.8.0)
349+
racc (1.8.1)
350350
rack (3.1.7)
351351
rack-mini-profiler (3.3.1)
352352
rack (>= 1.2.0)
@@ -480,10 +480,10 @@ GEM
480480
sitepress-core (= 4.0.2)
481481
sprockets-rails (>= 2.0.0)
482482
smart_properties (1.17.0)
483-
solid_cache (0.6.0)
484-
activejob (>= 7)
485-
activerecord (>= 7)
486-
railties (>= 7)
483+
solid_cache (1.0.2)
484+
activejob (>= 7.2)
485+
activerecord (>= 7.2)
486+
railties (>= 7.2)
487487
solid_queue (0.3.4)
488488
activejob (>= 7.1)
489489
activerecord (>= 7.1)
@@ -517,7 +517,7 @@ GEM
517517
railties (>= 6.0.0)
518518
stringio (3.1.1)
519519
strscan (3.1.0)
520-
thor (1.3.1)
520+
thor (1.3.2)
521521
timeout (0.4.1)
522522
turbo-rails (2.0.6)
523523
actionpack (>= 6.0.0)
@@ -561,7 +561,7 @@ GEM
561561
websocket-extensions (0.1.5)
562562
xpath (3.2.0)
563563
nokogiri (~> 1.8)
564-
zeitwerk (2.6.16)
564+
zeitwerk (2.6.18)
565565

566566
PLATFORMS
567567
arm64-darwin-22

0 commit comments

Comments
 (0)