Skip to content

Commit 9fc5bfc

Browse files
authored
Merge pull request #313 from DeployGate/work/update-rubygems
update RubyGems in Github Workflow
2 parents 0039703 + 42b17a4 commit 9fc5bfc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ jobs:
1818
with:
1919
ruby-version: ${{ matrix.ruby_version }}
2020
bundler-cache: true
21-
- run: bundle exec rake
21+
- run: gem update --system
22+
- run: bundle exec rake

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: ruby/setup-ruby@v1
1414
with:
1515
bundler-cache: true
16+
- run: gem update --system
1617
- run: bundle exec rake build
1718
- id: gem
1819
run: echo "result=$(find pkg -name 'deploygate-*.gem' -type f | head -1)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)