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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user