Skip to content

Commit c249505

Browse files
author
David Heinemeier Hansson
committed
Bump for rc.3
1 parent b116953 commit c249505

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
webpacker (6.0.0.rc.2)
4+
webpacker (6.0.0.rc.3)
55
activesupport (>= 5.2)
66
rack-proxy (>= 0.6.1)
77
railties (>= 5.2)

docs/v6_upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Example going to a specific version:
2626

2727
```ruby
2828
# Gemfile
29-
gem 'webpacker', '6.0.0.rc.2'
29+
gem 'webpacker', '6.0.0.rc.3'
3030
```
3131

3232
```bash
3333
bundle install
3434
```
3535

3636
```bash
37-
yarn add @rails/webpacker@6.0.0-rc.2 --exact
37+
yarn add @rails/webpacker@6.0.0-rc.3 --exact
3838
```
3939

4040
```bash

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

0 commit comments

Comments
 (0)