We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fa431 commit 8800d39Copy full SHA for 8800d39
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- jsbundling-rails (0.2.2)
+ jsbundling-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/jsbundling/version.rb
@@ -1,3 +1,3 @@
module Jsbundling
- VERSION = "0.2.2"
+ VERSION = "1.0.0"
end
0 commit comments