File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
react_on_rails_pro/spec/dummy Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 66 byebug (~> 11.0 )
77 pry (>= 0.13 , < 0.15 )
88
9- PATH
10- remote: ../..
11- specs:
12- react_on_rails_pro (4.0.0 )
13- addressable
14- connection_pool
15- execjs (~> 2.9 )
16- httpx (~> 1.5 )
17- rainbow
18- react_on_rails (>= 16.0.0 )
19-
209PATH
2110 remote: ../../..
2211 specs:
2817 rainbow (~> 3.0 )
2918 shakapacker (>= 6.0 )
3019
20+ PATH
21+ remote: ../..
22+ specs:
23+ react_on_rails_pro (4.0.0 )
24+ addressable
25+ connection_pool
26+ execjs (~> 2.9 )
27+ httpx (~> 1.5 )
28+ rainbow
29+ react_on_rails (>= 16.0.0 )
30+
3131GEM
3232 remote: https://rubygems.org/
3333 specs:
Original file line number Diff line number Diff line change 9696 "test" : " yarn run build:test && yarn run lint && rspec" ,
9797 "lint" : " cd ../.. && nps lint" ,
9898 "preinstall" : " yarn run link-source && yalc add --link react-on-rails && yalc add --link @shakacode-tools/react-on-rails-pro-node-renderer" ,
99- "link-source" : " cd ../.. && yarn && yarn run nps build && cd packages/react-on-rails && yalc publish" ,
99+ "link-source" : " cd ../.. && yarn && yarn run nps build && cd ../ packages/react-on-rails && yalc publish" ,
100100 "postinstall" : " test -f post-yarn-install.local && ./post-yarn-install.local || true" ,
101101 "build:test" : " rm -rf public/webpack/test && rm -rf ssr-generated && RAILS_ENV=test NODE_ENV=test bin/shakapacker" ,
102102 "build:dev" : " rm -rf public/webpack/development && rm -rf ssr-generated && RAILS_ENV=development NODE_ENV=development bin/shakapacker" ,
You can’t perform that action at this time.
0 commit comments