Skip to content

Commit

Permalink
Upgrade to ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelroudnitski committed Feb 1, 2024
1 parent 55182eb commit 1af1cdb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.7
- name: rubocop
uses: reviewdog/action-rubocop@v2
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/rspec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 2.7.7
- name: Setup Database
env:
RAILS_ENV: test
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3
1 change: 0 additions & 1 deletion spec/dummy/.ruby-version

This file was deleted.

0 comments on commit 1af1cdb

Please sign in to comment.