Skip to content

Commit d97483e

Browse files
authored
Merge pull request #675 from splitrb/enable-rb-31
Add Ruby 3.1
2 parents 0474494 + 6280af1 commit d97483e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- gemfile: 7.0.gemfile
3535
ruby: '3.0'
3636

37-
# - gemfile: 7.0.gemfile
38-
# ruby: '3.1'
37+
- gemfile: 7.0.gemfile
38+
ruby: '3.1'
3939

4040

4141
runs-on: ubuntu-latest

gemfiles/7.0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ source "https://rubygems.org"
55
gem "appraisal"
66
gem "codeclimate-test-reporter"
77
gem "rails", "~> 7.0"
8+
gem "matrix"
89

910
gemspec path: "../"

0 commit comments

Comments
 (0)