Skip to content

Commit 863e07b

Browse files
committed
6.0.0-beta.7
1 parent d2c27f9 commit 863e07b

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.beta.6)
4+
webpacker (6.0.0.beta.7)
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.1.4
183+
2.2.3

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.beta.6".freeze
3+
VERSION = "6.0.0.beta.7".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-beta.6",
3+
"version": "6.0.0-beta.7",
44
"description": "Use webpack to manage app-like JavaScript modules in Rails",
55
"main": "package/index.js",
66
"files": [

0 commit comments

Comments
 (0)