Skip to content

Commit

Permalink
Update rubygem and bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Jun 3, 2024
1 parent 290120c commit dd0dba8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@ jobs:
- uses: actions/checkout@v4
- name: Ruby version
run: ruby -v
- name: Update gem
run: gem update --system 3.3.26
- name: Gem version
run: gem -v
- name: Update Bundler
run: gem install bundler -v '~> 2.3'
- name: Bundler version
run: bundle -v
- name: Install dependencies
Expand Down

0 comments on commit dd0dba8

Please sign in to comment.