Bump dependencies #9

Merged
atomaka merged 4 commits from bump-dependencies into master 2024-11-06 23:16:40 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a26018285f - Show all commits

View file

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: 3.1.2 ruby-version: 3.3.5
- run: | - run: |
gem install bundler gem install bundler
bundle install bundle install

View file

@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: 3.1.2 ruby-version: 3.3.5
- run: | - run: |
gem install bundler gem install bundler
bundle install bundle install