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:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -5,8 +5,7 @@ on:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
ruby_version: 2.7.1
|
||||
# env:
|
||||
# ImageOs must be configured to match the OS of the runner when using self-hosted runners.
|
||||
# ImageOS: ubuntu22
|
||||
|
||||
@@ -16,8 +15,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ env.ruby_version }}
|
||||
- name: Install dependencies
|
||||
run: bundle install
|
||||
- name: Run specs
|
||||
@@ -28,7 +25,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ env.ruby_version }}
|
||||
bundler-cache: true
|
||||
- name: Install dependencies
|
||||
run: bundle install
|
||||
- name: Lint
|
||||
|
||||
4
.github/workflows/issue_ops.yml
vendored
4
.github/workflows/issue_ops.yml
vendored
@@ -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