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 e14cd6c commit a51bf1fCopy full SHA for a51bf1f
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- webpacker (6.0.0.rc.5)
+ webpacker (6.0.0.rc.6)
5
activesupport (>= 5.2)
6
rack-proxy (>= 0.6.1)
7
railties (>= 5.2)
@@ -180,4 +180,4 @@ DEPENDENCIES
180
webpacker!
181
182
BUNDLED WITH
183
- 2.2.25
+ 2.2.30
lib/webpacker/version.rb
@@ -1,4 +1,4 @@
module Webpacker
# Change the version in package.json too, please!
- VERSION = "6.0.0.rc.5".freeze
+ VERSION = "6.0.0.rc.6".freeze
end
package.json
@@ -1,6 +1,6 @@
{
"name": "@rails/webpacker",
- "version": "6.0.0-rc.5",
+ "version": "6.0.0-rc.6",
"description": "Use webpack to manage app-like JavaScript modules in Rails",
"main": "package/index.js",
"files": [
0 commit comments