We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e783fda commit 002656eCopy full SHA for 002656e
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- solid_cache (1.0.7)
+ solid_cache (1.0.8)
5
activejob (>= 7.2)
6
activerecord (>= 7.2)
7
railties (>= 7.2)
@@ -166,9 +166,9 @@ GEM
166
actionpack (>= 5.2)
167
activesupport (>= 5.2)
168
sprockets (>= 3.0.0)
169
- sqlite3 (1.7.0-arm64-darwin)
170
- sqlite3 (1.7.0-x86_64-darwin)
171
- sqlite3 (1.7.0-x86_64-linux)
+ sqlite3 (2.7.4-arm64-darwin)
+ sqlite3 (2.7.4-x86_64-darwin)
+ sqlite3 (2.7.4-x86_64-linux-gnu)
172
stringio (3.1.2)
173
thor (1.3.2)
174
timeout (0.4.3)
lib/solid_cache/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SolidCache
- VERSION = "1.0.7"
+ VERSION = "1.0.8"
end
0 commit comments