diff --git a/Gemfile b/Gemfile index 927ac924..3bc8d577 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rack', '~> 3.0.11' # DB & Cache gem 'pg', '>= 0.18', '< 2.0' -gem "solid_cache", "~> 1.0.6" +gem "solid_cache", "~> 1.0.7" # Logger gem 'lograge', '~> 0.14.0' diff --git a/Gemfile.lock b/Gemfile.lock index 3be15271..f6d6267f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM erubi (>= 1.0.0) rack (>= 0.9.0) rouge (>= 1.0.0) - bigdecimal (3.1.8) + bigdecimal (3.1.9) bindata (2.5.0) bindex (0.8.1) binding_of_caller (1.0.1) @@ -132,8 +132,8 @@ GEM childprocess (5.0.0) chunky_png (1.4.0) coderay (1.1.3) - concurrent-ruby (1.3.4) - connection_pool (2.4.1) + concurrent-ruby (1.3.5) + connection_pool (2.5.0) crass (1.0.6) cssbundling-rails (1.4.1) railties (>= 6.0.0) @@ -228,7 +228,7 @@ GEM hashie (5.0.0) health_check (3.1.0) railties (>= 5.0) - i18n (1.14.6) + i18n (1.14.7) concurrent-ruby (~> 1.0) icns (0.2.0) image_processing (1.12.2) @@ -238,7 +238,8 @@ GEM interception (0.5) io-console (0.8.0) iostruct (0.2.0) - irb (1.14.3) + irb (1.15.1) + pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jb (0.8.2) @@ -285,13 +286,13 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.4) + logger (1.6.5) lograge (0.14.0) actionpack (>= 4) activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.23.1) + loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -324,18 +325,18 @@ GEM net-protocol nio4r (2.7.4) nkf (0.2.0) - nokogiri (1.17.2) + nokogiri (1.18.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.17.2-aarch64-linux) + nokogiri (1.18.2-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.17.2-arm-linux) + nokogiri (1.18.2-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.17.2-arm64-darwin) + nokogiri (1.18.2-arm64-darwin) racc (~> 1.4) - nokogiri (1.17.2-x86_64-darwin) + nokogiri (1.18.2-x86_64-darwin) racc (~> 1.4) - nokogiri (1.17.2-x86_64-linux) + nokogiri (1.18.2-x86_64-linux-gnu) racc (~> 1.4) oauth2 (1.4.11) faraday (>= 0.17.3, < 3.0) @@ -396,6 +397,9 @@ GEM pghero (3.6.1) activerecord (>= 6.1) plist (3.7.1) + pp (0.6.2) + prettyprint + prettyprint (0.2.0) propshaft (1.1.0) actionpack (>= 7.0.0) activesupport (>= 7.0.0) @@ -409,7 +413,7 @@ GEM pry-rescue (1.6.0) interception (>= 0.5) pry (>= 0.12.0) - psych (5.2.2) + psych (5.2.3) date stringio public_suffix (6.0.1) @@ -433,9 +437,10 @@ GEM rack-protection (4.0.0) base64 (>= 0.1.0) rack (>= 3.0.0, < 4) - rack-session (2.0.0) + rack-session (2.1.0) + base64 (>= 0.1.0) rack (>= 3.0.0) - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) rackup (2.2.1) rack (>= 3) @@ -479,7 +484,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (6.10.0) + rdoc (6.12.0) psych (>= 4.0.0) regexp_parser (2.10.0) reline (0.6.0) @@ -564,7 +569,7 @@ GEM actionpack (>= 3.1) railties (>= 3.1) slim (>= 3.0, < 6.0, != 5.0.0) - solid_cache (1.0.6) + solid_cache (1.0.7) activejob (>= 7.2) activerecord (>= 7.2) railties (>= 7.2) @@ -582,7 +587,7 @@ GEM temple (0.10.3) thor (1.3.2) tilt (2.4.0) - timeout (0.4.2) + timeout (0.4.3) tiny_appstore_connect (0.1.12) CFPropertyList (>= 2.3.4, < 3.1.0) faraday (>= 1.10.0, < 3.0) @@ -702,7 +707,7 @@ DEPENDENCIES sentry-ruby (~> 5.22.0) simple_form (~> 5.3) slim-rails (~> 3.6.3) - solid_cache (~> 1.0.6) + solid_cache (~> 1.0.7) stimulus-rails (~> 1.3.4) sys-filesystem (~> 1.5.3) tiny_appstore_connect (~> 0.1.12)