Skip to content

Commit 53f1901

Browse files
committed
Bump version for 0.2.5
1 parent 15d8471 commit 53f1901

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile.lock

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cssbundling-rails (0.2.4)
4+
cssbundling-rails (0.2.5)
55
railties (>= 6.0.0)
66

77
GEM
@@ -168,6 +168,7 @@ GEM
168168

169169
PLATFORMS
170170
arm64-darwin-20
171+
arm64-darwin-21
171172
x86_64-darwin-20
172173
x86_64-linux
173174

@@ -184,4 +185,4 @@ DEPENDENCIES
184185
webdrivers
185186

186187
BUNDLED WITH
187-
2.2.28
188+
2.2.30

lib/cssbundling/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Cssbundling
2-
VERSION = "0.2.4"
2+
VERSION = "0.2.5"
33
end

0 commit comments

Comments
 (0)