Skip to content

Commit d2836d2

Browse files
Judahmeekjustin808
authored andcommitted
update webpacker
1 parent 7a33716 commit d2836d2

File tree

5 files changed

+15
-22
lines changed

5 files changed

+15
-22
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ end
4747
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
4848
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
4949

50-
# gem "webpacker", "~> 6"
51-
gem "webpacker", github: "shakacode/webpacker", branch: "justin808/fix-debug-webpacker"
50+
gem "webpacker", "6.0.0.beta.6"
5251

5352
gem "react_on_rails", "12.0.4"
5453

Gemfile.lock

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
GIT
2-
remote: https://github.com/shakacode/webpacker.git
3-
revision: 6bd9a4735fe5f2039fa27dad4ee07660df866dc9
4-
branch: justin808/fix-debug-webpacker
5-
specs:
6-
webpacker (6.0.0.beta.2)
7-
activesupport (>= 5.2)
8-
rack-proxy (>= 0.6.1)
9-
railties (>= 5.2)
10-
semantic_range (>= 2.3.0)
11-
121
GEM
132
remote: https://rubygems.org/
143
specs:
@@ -168,7 +157,7 @@ GEM
168157
selenium-webdriver (3.142.7)
169158
childprocess (>= 0.5, < 4.0)
170159
rubyzip (>= 1.2.2)
171-
semantic_range (2.3.1)
160+
semantic_range (3.0.0)
172161
spring (2.1.1)
173162
spring-watcher-listen (2.0.1)
174163
listen (>= 2.7, < 4.0)
@@ -194,6 +183,11 @@ GEM
194183
nokogiri (~> 1.6)
195184
rubyzip (>= 1.3.0)
196185
selenium-webdriver (>= 3.0, < 4.0)
186+
webpacker (6.0.0.beta.6)
187+
activesupport (>= 5.2)
188+
rack-proxy (>= 0.6.1)
189+
railties (>= 5.2)
190+
semantic_range (>= 2.3.0)
197191
websocket-driver (0.7.3)
198192
websocket-extensions (>= 0.1.0)
199193
websocket-extensions (0.1.5)
@@ -221,10 +215,10 @@ DEPENDENCIES
221215
tzinfo-data
222216
web-console (>= 3.3.0)
223217
webdrivers
224-
webpacker!
218+
webpacker (= 6.0.0.beta.6)
225219

226220
RUBY VERSION
227221
ruby 2.7.2p137
228222

229223
BUNDLED WITH
230-
2.1.4
224+
2.2.14

app/views/layouts/hello_world.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>ReactOnRailsWithWebpacker</title>
55
<%= csrf_meta_tags %>
6-
<%= javascript_packs_with_chunks_tag 'hello-world-bundle' %>
6+
<%= javascript_pack_tag 'hello-world-bundle' %>
77
</head>
88

99
<body>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"@babel/preset-react": "^7.12.5",
44
"@babel/preset-typescript": "^7.12.1",
5-
"@rails/webpacker": "^6.0.0-beta.2",
5+
"@rails/webpacker": "^6.0.0-beta.6",
66
"@types/react": "^16.9.56",
77
"@types/react-dom": "^16.9.9",
88
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,10 +1086,10 @@
10861086
schema-utils "^2.6.5"
10871087
source-map "^0.7.3"
10881088

1089-
"@rails/webpacker@^6.0.0-beta.2":
1090-
version "6.0.0-beta.2"
1091-
resolved "https://registry.yarnpkg.com/@rails/webpacker/-/webpacker-6.0.0-beta.2.tgz#8b090b1d2fc39b677630b97758a225c97c9bddae"
1092-
integrity sha512-4y4PtrvDHfwF9z8LatwU58TmsJSfBaxR+3Vs95yOldoWURIOIOI/rXKnlisbJ/mVVsNceBy4an0FHInPDEjpbA==
1089+
"@rails/webpacker@^6.0.0-beta.6":
1090+
version "6.0.0-beta.6"
1091+
resolved "https://registry.yarnpkg.com/@rails/webpacker/-/webpacker-6.0.0-beta.6.tgz#180d3297d466168b15a0bc089f5de8c4977a00c3"
1092+
integrity sha512-rM99yqoBwSZtH4KgWtG1mIZaNQFAPYR/eI+8/COXkbA0taEd0vmAZ70TkLT+gxFenrjLHW32v0/42HEKICzO/w==
10931093
dependencies:
10941094
"@babel/core" "^7.12.9"
10951095
"@babel/plugin-proposal-class-properties" "^7.12.1"

0 commit comments

Comments
 (0)