Skip to content

Commit 35ceff0

Browse files
Update Gemfile and package.json for local development setup at execjs-compatible-dummy app
1 parent ca3b781 commit 35ceff0

File tree

4 files changed

+23
-16
lines changed

4 files changed

+23
-16
lines changed

react_on_rails_pro/spec/execjs-compatible-dummy/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ end
6363

6464
gem "shakapacker", "= 8.0"
6565

66-
gem "react_on_rails", "15.0.0.rc.2"
66+
gem "react_on_rails", path: "../../.."
6767
gem "react_on_rails_pro", path: "../.."

react_on_rails_pro/spec/execjs-compatible-dummy/Gemfile.lock

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
1+
PATH
2+
remote: ../../..
3+
specs:
4+
react_on_rails (16.1.1)
5+
addressable
6+
connection_pool
7+
execjs (~> 2.5)
8+
rails (>= 5.2)
9+
rainbow (~> 3.0)
10+
shakapacker (>= 6.0)
11+
112
PATH
213
remote: ../..
314
specs:
4-
react_on_rails_pro (4.0.0.rc.14)
15+
react_on_rails_pro (4.0.0)
516
addressable
617
connection_pool
718
execjs (~> 2.9)
8-
httpx (= 1.3.4)
19+
httpx (~> 1.5)
920
rainbow
10-
react_on_rails (>= 14.1.0)
21+
react_on_rails (>= 16.0.0)
1122

1223
GEM
1324
remote: https://rubygems.org/
@@ -115,7 +126,7 @@ GEM
115126
globalid (1.2.1)
116127
activesupport (>= 6.1)
117128
http-2 (1.0.2)
118-
httpx (1.3.4)
129+
httpx (1.6.2)
119130
http-2 (>= 1.0.0)
120131
i18n (1.14.7)
121132
concurrent-ruby (~> 1.0)
@@ -225,12 +236,6 @@ GEM
225236
rake (13.2.1)
226237
rdoc (6.12.0)
227238
psych (>= 4.0.0)
228-
react_on_rails (15.0.0.rc.2)
229-
addressable
230-
connection_pool
231-
execjs (~> 2.5)
232-
rails (>= 5.2)
233-
rainbow (~> 3.0)
234239
regexp_parser (2.9.2)
235240
reline (0.6.0)
236241
io-console (~> 0.5)
@@ -300,7 +305,7 @@ DEPENDENCIES
300305
pry-nav
301306
puma (>= 5.0)
302307
rails (~> 7.1, >= 7.1.3.2)
303-
react_on_rails (= 15.0.0.rc.2)
308+
react_on_rails!
304309
react_on_rails_pro!
305310
selenium-webdriver
306311
shakapacker (= 8.0)

react_on_rails_pro/spec/execjs-compatible-dummy/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
"webpack-cli": "4",
3939
"webpack-merge": "5"
4040
},
41+
"scripts": {
42+
"preinstall": "cd ../../.. && yarn && yalc publish && cd ../react_on_rails_pro/spec/execjs-compatible-dummy && yalc add --link react-on-rails"
43+
},
4144
"devDependencies": {
4245
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
4346
"react-refresh": "^0.14.2",

react_on_rails_pro/spec/execjs-compatible-dummy/yarn.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3365,10 +3365,9 @@ react-is@^16.13.1:
33653365
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
33663366
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
33673367

3368-
3369-
version "15.0.0"
3370-
resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-15.0.0.tgz#8edc78670129394cd92293842ae88c62d4cb030b"
3371-
integrity sha512-Uht8HWm8ZVN8OeDz03b3YLtprzHXhFTw7hb0jl8IpOjbig91DBuurBVxr4tfuymuemGwdjhQpscho33Cnw9Atg==
3368+
"react-on-rails@link:.yalc/react-on-rails":
3369+
version "0.0.0"
3370+
uid ""
33723371

33733372
react-refresh@^0.14.2:
33743373
version "0.14.2"

0 commit comments

Comments
 (0)