We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d8471 commit 53f1901Copy full SHA for 53f1901
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- cssbundling-rails (0.2.4)
+ cssbundling-rails (0.2.5)
5
railties (>= 6.0.0)
6
7
GEM
@@ -168,6 +168,7 @@ GEM
168
169
PLATFORMS
170
arm64-darwin-20
171
+ arm64-darwin-21
172
x86_64-darwin-20
173
x86_64-linux
174
@@ -184,4 +185,4 @@ DEPENDENCIES
184
185
webdrivers
186
187
BUNDLED WITH
- 2.2.28
188
+ 2.2.30
lib/cssbundling/version.rb
@@ -1,3 +1,3 @@
module Cssbundling
- VERSION = "0.2.4"
+ VERSION = "0.2.5"
end
0 commit comments