Skip to content

Commit

Permalink
Fix: Failing CI (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
chepsi authored Nov 5, 2024
1 parent cc8047b commit c55be11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
ruby-version: '3.3'
bundler-cache: true

- name: Install Dependencies
run: gem install bundler && bundle install
Expand Down

0 comments on commit c55be11

Please sign in to comment.