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 3a56487 commit f6c6ccaCopy full SHA for f6c6cca
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- jsbundling-rails (0.1.9)
+ jsbundling-rails (0.2.0)
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/jsbundling/version.rb
@@ -1,3 +1,3 @@
module Jsbundling
- VERSION = "0.1.9"
+ VERSION = "0.2.0"
end
0 commit comments