Bump dependencies #9
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.1.2
|
||||
ruby-version: 3.3.5
|
||||
- run: |
|
||||
gem install bundler
|
||||
bundle install
|
||||
|
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.1.2
|
||||
ruby-version: 3.3.5
|
||||
- run: |
|
||||
gem install bundler
|
||||
bundle install
|
||||
|
|
Loading…
Reference in a new issue