Skip to content

Commit 8731438

Browse files
committed
Changes auto-committed by Conductor
1 parent d054855 commit 8731438

File tree

5 files changed

+23
-14
lines changed

5 files changed

+23
-14
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
source "https://rubygems.org"
44
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

6-
ruby "3.4.6"
6+
ruby "3.4.3"
77

88
gem "react_on_rails", "16.1.1"
9-
gem "shakapacker", "9.3.0.beta.2"
9+
gem "shakapacker", github: "shakacode/shakapacker", branch: "justin808/early-hints"
1010

1111
# Bundle edge Rails instead: gem "rails", github: "rails/rails"
1212
gem "listen"

Gemfile.lock

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
GIT
2+
remote: https://github.com/shakacode/shakapacker.git
3+
revision: 6bf6bf5c21388a402362c516370606529d6cfecd
4+
branch: justin808/early-hints
5+
specs:
6+
shakapacker (9.3.0.beta.2)
7+
activesupport (>= 5.2)
8+
package_json
9+
rack-proxy (>= 0.6.1)
10+
railties (>= 5.2)
11+
semantic_range (>= 2.3.0)
12+
113
GEM
214
remote: https://rubygems.org/
315
specs:
@@ -386,12 +398,6 @@ GEM
386398
websocket (~> 1.0)
387399
semantic_range (3.1.0)
388400
sexp_processor (4.17.1)
389-
shakapacker (9.3.0.beta.2)
390-
activesupport (>= 5.2)
391-
package_json
392-
rack-proxy (>= 0.6.1)
393-
railties (>= 5.2)
394-
semantic_range (>= 2.3.0)
395401
simplecov (0.21.2)
396402
docile (~> 1.1)
397403
simplecov-html (~> 0.11)
@@ -496,7 +502,7 @@ DEPENDENCIES
496502
scss_lint
497503
sdoc
498504
selenium-webdriver (~> 4)
499-
shakapacker (= 9.3.0.beta.2)
505+
shakapacker!
500506
spring
501507
spring-commands-rspec
502508
stimulus-rails (~> 1.3)
@@ -505,7 +511,7 @@ DEPENDENCIES
505511
web-console
506512

507513
RUBY VERSION
508-
ruby 3.4.6p32
514+
ruby 3.4.3p32
509515

510516
BUNDLED WITH
511517
2.4.17

config/shakapacker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,7 @@ production:
6363

6464
# Cache manifest.json for performance
6565
cache_manifest: true
66+
67+
# Early hints configuration
68+
early_hints:
69+
enabled: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"sass": "^1.58.3",
9393
"sass-loader": "^13.3.2",
9494
"sass-resources-loader": "^2.2.5",
95-
"shakapacker": "9.3.0-beta.2",
95+
"shakapacker": "shakacode/shakapacker#justin808/early-hints",
9696
"stimulus": "^3.0.1",
9797
"style-loader": "^3.3.1",
9898
"swc-loader": "^0.2.6",

yarn.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9135,10 +9135,9 @@ [email protected]:
91359135
resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz"
91369136
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
91379137

9138-
shakapacker@9.3.0-beta.2:
9138+
shakapacker@shakacode/shakapacker#justin808/early-hints:
91399139
version "9.3.0-beta.2"
9140-
resolved "https://registry.npmjs.org/shakapacker/-/shakapacker-9.3.0-beta.2.tgz#32d8c2b1009d81ea572c0e647deb5f295a22e591"
9141-
integrity sha512-c2v26Tie0szh+34PZBpcL+luVgVFxtvtu8GtXK6+9DDcI2BJ2h/o9iyGemIHIHo48v7+vdTiicbqkYDq/EpQtA==
9140+
resolved "https://codeload.github.com/shakacode/shakapacker/tar.gz/6bf6bf5c21388a402362c516370606529d6cfecd"
91429141
dependencies:
91439142
js-yaml "^4.1.0"
91449143
path-complete-extname "^1.0.0"

0 commit comments

Comments
 (0)