We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5729b4 commit 4117715Copy full SHA for 4117715
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- solid_cache (1.0.6)
+ solid_cache (1.0.7)
5
activejob (>= 7.2)
6
activerecord (>= 7.2)
7
railties (>= 7.2)
@@ -183,6 +183,7 @@ PLATFORMS
183
arm64-darwin-21
184
arm64-darwin-22
185
arm64-darwin-23
186
+ arm64-darwin-24
187
x86_64-darwin-20
188
x86_64-darwin-22
189
x86_64-linux
lib/solid_cache/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SolidCache
- VERSION = "1.0.6"
+ VERSION = "1.0.7"
end
0 commit comments