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