Skip to content

Commit 165ff75

Browse files
authored
Merge pull request #2529 from ruby/dependabot/bundler/rake-13.3.0
Bump rake from 13.2.1 to 13.3.0
2 parents 5f7a8f5 + 563c548 commit 165ff75

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
echo "NO_MINITEST=true" >> $GITHUB_ENV
5656
bundle config set --local without 'minitest'
5757
if: ${{ contains(matrix.ruby, 'head') }}
58+
- name: bundle config set force_ruby_platform true if head
59+
if: ${{ contains(matrix.ruby, 'head') }}
60+
run: |
61+
bundle config set force_ruby_platform true
5862
- name: Skip installing type checkers
5963
if: ${{ ! contains(matrix.job, 'typecheck_test') }}
6064
run: |

Gemfile.lock

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ GEM
9090
timeout (~> 0.4)
9191
racc (1.8.1)
9292
rainbow (3.1.1)
93-
rake (13.2.1)
93+
rake (13.3.0)
9494
rake-compiler (1.3.0)
9595
rake
9696
rb-fsevent (0.11.2)
@@ -175,8 +175,6 @@ GEM
175175
zlib (3.2.1)
176176

177177
PLATFORMS
178-
arm64-darwin
179-
arm64-darwin-24
180178
x86_64-linux
181179

182180
DEPENDENCIES

0 commit comments

Comments
 (0)