Skip to content

Commit 3d3ec79

Browse files
committed
Bump version for 0.2.0
1 parent 939c6de commit 3d3ec79

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

Gemfile.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
solid_cache (0.1.0)
14+
solid_cache (0.2.0)
1515
rails (>= 7)
1616

1717
GEM
@@ -129,7 +129,6 @@ GEM
129129
net-smtp
130130
marcel (1.0.2)
131131
mini_mime (1.1.5)
132-
mini_portile2 (2.8.5)
133132
minitest (5.20.0)
134133
mocha (2.1.0)
135134
ruby2_keywords (>= 0.0.5)
@@ -145,8 +144,11 @@ GEM
145144
net-smtp (0.4.0)
146145
net-protocol
147146
nio4r (2.5.9)
148-
nokogiri (1.15.4)
149-
mini_portile2 (~> 2.8.2)
147+
nokogiri (1.15.4-arm64-darwin)
148+
racc (~> 1.4)
149+
nokogiri (1.15.4-x86_64-darwin)
150+
racc (~> 1.4)
151+
nokogiri (1.15.4-x86_64-linux)
150152
racc (~> 1.4)
151153
parallel (1.23.0)
152154
parser (3.2.2.4)
@@ -232,8 +234,9 @@ GEM
232234
actionpack (>= 5.2)
233235
activesupport (>= 5.2)
234236
sprockets (>= 3.0.0)
235-
sqlite3 (1.6.8)
236-
mini_portile2 (~> 2.8.0)
237+
sqlite3 (1.6.8-arm64-darwin)
238+
sqlite3 (1.6.8-x86_64-darwin)
239+
sqlite3 (1.6.8-x86_64-linux)
237240
stringio (3.0.9)
238241
thor (1.3.0)
239242
timeout (0.4.1)

lib/solid_cache/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SolidCache
2-
VERSION = "0.1.0"
2+
VERSION = "0.2.0"
33
end

0 commit comments

Comments
 (0)