diff --git a/Gemfile b/Gemfile index e5a3ca4..1b1e3b8 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ group :test do end # Use Solid Cache, which uses the database, as the cache store -gem "solid_cache", "~> 0.5.3" +gem "solid_cache", "~> 0.6.0" # Use Solid Queue (database) and Mission Control dashboard as the backend for Active Job gem "solid_queue", "~> 0.2.2" diff --git a/Gemfile.lock b/Gemfile.lock index 7f7e9e5..a0516ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -226,7 +226,7 @@ GEM puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) - rack (3.0.9.1) + rack (3.0.10) rack-protection (4.0.0) base64 (>= 0.1.0) rack (>= 3.0.0, < 4) @@ -246,14 +246,14 @@ GEM nokogiri (~> 1.14) rainbow (3.1.1) rake (13.1.0) - rdoc (6.6.2) + rdoc (6.6.3.1) psych (>= 4.0.0) redis (5.1.0) redis-client (>= 0.17.0) redis-client (0.19.1) connection_pool regexp_parser (2.9.0) - reline (0.4.3) + reline (0.5.0) io-console (~> 0.5) rexml (3.2.6) rspec-core (3.13.0) @@ -301,7 +301,7 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - solid_cache (0.5.3) + solid_cache (0.6.0) activejob (>= 7) activerecord (>= 7) railties (>= 7) @@ -369,7 +369,7 @@ DEPENDENCIES redis (>= 4.0.1) rspec-rails selenium-webdriver - solid_cache (~> 0.5.3) + solid_cache (~> 0.6.0) solid_queue (~> 0.2.2) spring sqlite3 (~> 1.7)