Skip to content

Commit 002656e

Browse files
committed
Bump version for 1.0.8
1 parent e783fda commit 002656e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
solid_cache (1.0.7)
4+
solid_cache (1.0.8)
55
activejob (>= 7.2)
66
activerecord (>= 7.2)
77
railties (>= 7.2)
@@ -166,9 +166,9 @@ GEM
166166
actionpack (>= 5.2)
167167
activesupport (>= 5.2)
168168
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)
169+
sqlite3 (2.7.4-arm64-darwin)
170+
sqlite3 (2.7.4-x86_64-darwin)
171+
sqlite3 (2.7.4-x86_64-linux-gnu)
172172
stringio (3.1.2)
173173
thor (1.3.2)
174174
timeout (0.4.3)

lib/solid_cache/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SolidCache
4-
VERSION = "1.0.7"
4+
VERSION = "1.0.8"
55
end

0 commit comments

Comments
 (0)