Skip to content

Commit a51bf1f

Browse files
committed
Bump for v6.0.0.rc.6
1 parent e14cd6c commit a51bf1f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
webpacker (6.0.0.rc.5)
4+
webpacker (6.0.0.rc.6)
55
activesupport (>= 5.2)
66
rack-proxy (>= 0.6.1)
77
railties (>= 5.2)
@@ -180,4 +180,4 @@ DEPENDENCIES
180180
webpacker!
181181

182182
BUNDLED WITH
183-
2.2.25
183+
2.2.30

lib/webpacker/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Webpacker
22
# Change the version in package.json too, please!
3-
VERSION = "6.0.0.rc.5".freeze
3+
VERSION = "6.0.0.rc.6".freeze
44
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/webpacker",
3-
"version": "6.0.0-rc.5",
3+
"version": "6.0.0-rc.6",
44
"description": "Use webpack to manage app-like JavaScript modules in Rails",
55
"main": "package/index.js",
66
"files": [

0 commit comments

Comments
 (0)