Skip to content

Commit 34e2c9f

Browse files
committed
run react/ujs:update
1 parent ae55df8 commit 34e2c9f

File tree

6 files changed

+391
-389
lines changed

6 files changed

+391
-389
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: ruby/setup-ruby@v1
2020
with:
21+
bundler: 2.4.9
2122
ruby-version: ${{ matrix.ruby }}
2223
- uses: actions/setup-node@v3
2324
- run: bundle install
@@ -55,6 +56,7 @@ jobs:
5556
- run: cd test/dummy && yalc add react_ujs && yarn
5657
- uses: ruby/setup-ruby@v1
5758
with:
59+
bundler: 2.4.9
5860
ruby-version: ${{ matrix.ruby }}
5961
# TODO: Impalement caching
6062
# bundler-cache: true

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
react-rails (2.7.0.rc.2)
4+
react-rails (2.6.2)
55
babel-transpiler (>= 0.7.0)
66
connection_pool
77
execjs

lib/assets/javascripts/react_ujs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)