Skip to content

Commit 016ff6a

Browse files
authored
Merge pull request #734 from ruby-oauth/feat/repease-prep-v2.0.23
Release Prep v2.0.23
2 parents a1ed350 + c3547db commit 016ff6a

75 files changed

Lines changed: 815 additions & 426 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/auto-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
pull-requests: write
1313
steps:
1414
- name: 'Auto-assign issue'
15-
uses: pozil/auto-assign-issue@07fe6dc0e9771842b428f5739098d6140734e226 # v4
15+
uses: pozil/auto-assign-issue@af6beea6bdf1e8eb373f061c5bc168681fc6d011 # v4.0.1
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
assignees: "pboling"

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
persist-credentials: false
6060

6161
- name: Setup Ruby & RubyGems
62-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
62+
uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0
6363
with:
6464
ruby-version: "${{ matrix.ruby }}"
6565
rubygems: "${{ matrix.rubygems }}"

.github/workflows/current.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
persist-credentials: false
5151

5252
- name: Setup Ruby & RubyGems
53-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
53+
uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0
5454
with:
5555
ruby-version: ${{ matrix.ruby }}
5656
rubygems: ${{ matrix.rubygems }}

.github/workflows/dep-heads.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# jruby-10.0 (targets Ruby 3.4 compatibility)
5757
- ruby: "jruby"
5858
appraisal: "dep-heads"
59-
exec_cmd: "kettle-test"
59+
exec_cmd: "rspec"
6060
rubygems: default
6161
bundler: default
6262
experimental: true
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Setup Ruby & RubyGems
7272
if: ${{ !env.ACT || (! startsWith(matrix.ruby, 'jruby') && !startsWith(matrix.ruby, 'truffleruby')) }}
73-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
73+
uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0
7474
with:
7575
ruby-version: ${{ matrix.ruby }}
7676
rubygems: ${{ matrix.rubygems }}
@@ -93,4 +93,5 @@ jobs:
9393

9494
- name: Tests for ${{ matrix.ruby }} via ${{ matrix.exec_cmd }}
9595
if: ${{ !env.ACT || (! startsWith(matrix.ruby, 'jruby') && !startsWith(matrix.ruby, 'truffleruby')) }}
96+
timeout-minutes: 15
9697
run: bundle exec appraisal ${{ matrix.appraisal }} bundle exec ${{ matrix.exec_cmd }}

.github/workflows/heads.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# jruby-head
5656
- ruby: "jruby-head"
5757
appraisal: "head"
58-
exec_cmd: "kettle-test"
58+
exec_cmd: "rspec"
5959
rubygems: default
6060
bundler: default
6161

@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Setup Ruby & RubyGems
7070
if: ${{ !env.ACT || (! startsWith(matrix.ruby, 'jruby') && !startsWith(matrix.ruby, 'truffleruby')) }}
71-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
71+
uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0
7272
with:
7373
ruby-version: ${{ matrix.ruby }}
7474
rubygems: ${{ matrix.rubygems }}
@@ -91,4 +91,5 @@ jobs:
9191

9292
- name: Tests for ${{ matrix.ruby }} via ${{ matrix.exec_cmd }}
9393
if: ${{ !env.ACT || (! startsWith(matrix.ruby, 'jruby') && !startsWith(matrix.ruby, 'truffleruby')) }}
94+
timeout-minutes: 15
9495
run: bundle exec appraisal ${{ matrix.appraisal }} bundle exec ${{ matrix.exec_cmd }}

.github/workflows/jruby-9.2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Setup Ruby & RubyGems
5454
if: ${{ !env.ACT }}
55-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
55+
uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0
5656
with:
5757
ruby-version: ${{ matrix.ruby }}
5858
rubygems: ${{ matrix.rubygems }}

.github/workflows/jruby-9.3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Setup Ruby & RubyGems
5454
if: ${{ !env.ACT }}
55-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
55+
uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0
5656
with:
5757
ruby-version: ${{ matrix.ruby }}
5858
rubygems: ${{ matrix.rubygems }}

.github/workflows/jruby-9.4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Setup Ruby & RubyGems
5454
if: ${{ !env.ACT }}
55-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
55+
uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0
5656
with:
5757
ruby-version: ${{ matrix.ruby }}
5858
rubygems: ${{ matrix.rubygems }}

.github/workflows/jruby.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# jruby-10.0 (targets Ruby 3.4 compatibility)
4040
- ruby: "jruby"
4141
appraisal: "current"
42-
exec_cmd: "kettle-test"
42+
exec_cmd: "rspec"
4343
rubygems: default
4444
bundler: default
4545
experimental: true
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Setup Ruby & RubyGems
5555
if: ${{ !env.ACT }}
56-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
56+
uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0
5757
with:
5858
ruby-version: ${{ matrix.ruby }}
5959
rubygems: ${{ matrix.rubygems }}
@@ -76,4 +76,5 @@ jobs:
7676

7777
- name: Tests for ${{ matrix.ruby }} via ${{ matrix.exec_cmd }}
7878
if: ${{ !env.ACT }}
79+
timeout-minutes: 15
7980
run: bundle exec appraisal ${{ matrix.appraisal }} bundle exec ${{ matrix.exec_cmd }}

.github/workflows/locked_deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
persist-credentials: false
7777

7878
- name: Setup Ruby & RubyGems
79-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
79+
uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0
8080
with:
8181
ruby-version: ${{ matrix.ruby }}
8282
rubygems: ${{ matrix.rubygems }}

0 commit comments

Comments
 (0)