Upgrade to Ruby 3.2 (#30)

* Upgrade to Ruby 3.2

* Upgrade and fix rubocop linting

* Bundle exec the parse issue command

* Go back to manually installing dependencies for issue ops
This commit is contained in:
Chase S
2023-08-14 14:13:37 +00:00
committed by GitHub
parent 090d41bc3b
commit 65b029a677
12 changed files with 86 additions and 66 deletions
+1 -3
View File
@@ -54,12 +54,10 @@ jobs:
})
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.1
# ImageOs must be configured to match the OS of the runner when using self-hosted runners.
# env:
# ImageOS: ubuntu22
- name: Install dependencies
- name: Install Dependencies
run: bundle install
env:
BUNDLE_WITHOUT: development