Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Bump solid_cache from 0.5.3 to 0.6.0 #172

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down