Skip to content

Commit e6fe609

Browse files
committed
Use Ruby 3.4 for sync_default_gems.rb
``` tool/sync_default_gems.rb:177:in `block in <module:SyncDefaultGems>': undefined local variable or method `it' for SyncDefaultGems:Module (NameError) it.exclude << "lib/open3/jruby_windows.rb" ^^ from <internal:kernel>:90:in `tap' from tool/sync_default_gems.rb:176:in `<module:SyncDefaultGems>' from tool/sync_default_gems.rb:10:in `<main>' ```
1 parent f979ef1 commit e6fe609

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/sync_default_gems.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
with:
3333
token: ${{ github.repository == 'ruby/ruby' && secrets.MATZBOT_AUTO_UPDATE_TOKEN || secrets.GITHUB_TOKEN }}
3434

35+
- uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # v1.265.0
36+
with:
37+
ruby-version: '3.4'
38+
bundler: none
39+
3540
- name: Run tool/sync_default_gems.rb
3641
id: sync
3742
run: |

0 commit comments

Comments
 (0)