Skip to content

Commit d3189ec

Browse files
committed
final fix?
1 parent 8a2f701 commit d3189ec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ jobs:
105105
with:
106106
bundler: 2.4.9
107107
ruby-version: ${{ matrix.ruby }}
108+
- run: bundle config set --local path 'test/dummy/vendor/bundle'
108109
- run: ./test/bin/create-fake-js-package-managers ${{ matrix.js_package_manager.installer }}
109110
- name: Save dummy app ruby gems to cache
110111
uses: actions/cache@v3
111112
with:
112-
path: test/dummy/vendor/bundle
113113
key: dummy-app-gem-cache-${{ hashFiles(format('{0}/gemfiles/{1}.gemfile.lock', github.workspace, matrix.gemfile)) }}
114114
- name: Install Ruby Gems for dummy app
115115
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

lib/assets/javascripts/react_ujs.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)