Skip to content

Commit 46dc3f8

Browse files
godfatLin Jen-Shin
andauthored
Restore support for Ruby 3.0 (#916)
Co-authored-by: Lin Jen-Shin <[email protected]>
1 parent 8aa342c commit 46dc3f8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
GRAPE_VERSION: '1.7.1'
3131
strategy:
3232
matrix:
33-
ruby-version: ['3.1', '3.2', '3.3', 'head']
33+
ruby-version: ['3.0', '3.1', '3.2', '3.3', 'head']
3434
steps:
3535
- name: Check out branch
3636
uses: actions/checkout@v4
@@ -62,7 +62,7 @@ jobs:
6262
GRAPE_VERSION: '1.8.0'
6363
strategy:
6464
matrix:
65-
ruby-version: ['3.1', '3.2', '3.3', 'head']
65+
ruby-version: ['3.0', '3.1', '3.2', '3.3', 'head']
6666
steps:
6767
- name: Check out branch
6868
uses: actions/checkout@v4
@@ -94,7 +94,7 @@ jobs:
9494
GRAPE_VERSION: '2.0.0'
9595
strategy:
9696
matrix:
97-
ruby-version: ['3.1', '3.2', '3.3', 'head']
97+
ruby-version: ['3.0', '3.1', '3.2', '3.3', 'head']
9898
steps:
9999
- name: Check out branch
100100
uses: actions/checkout@v4
@@ -126,7 +126,7 @@ jobs:
126126
GRAPE_VERSION: 'HEAD'
127127
strategy:
128128
matrix:
129-
ruby-version: ['3.1', '3.2', '3.3', 'head']
129+
ruby-version: ['3.0', '3.1', '3.2', '3.3', 'head']
130130
steps:
131131
- name: Check out branch
132132
uses: actions/checkout@v4

grape-swagger.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414

1515
s.metadata['rubygems_mfa_required'] = 'true'
1616

17-
s.required_ruby_version = '>= 3.1'
17+
s.required_ruby_version = '>= 3.0'
1818
s.add_runtime_dependency 'grape', '>= 1.7', '< 3.0'
1919
s.add_runtime_dependency 'rack-test', '~> 2'
2020

0 commit comments

Comments
 (0)