We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cbecd commit ce499d9Copy full SHA for ce499d9
.github/workflows/ruby.yml
@@ -114,6 +114,6 @@ jobs:
114
- name: Install Ruby Gems for dummy app
115
run: bundle lock --add-platform 'x86_64-linux' && bundle check --path=test/dummy/vendor/bundle || bundle _2.4.9_ install --frozen --path=test/dummy/vendor/bundle --jobs=4 --retry=3
116
- run: cd test/dummy && yalc add react_ujs && ${{ matrix.js_package_manager.installer }} install
117
- - run: bundle exec rake routes
+ - run: ls gemfiles
118
env:
119
NODE_OPTIONS: --openssl-legacy-provider
0 commit comments