File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v4
19
19
- uses : ruby/setup-ruby@v1
20
20
with :
21
- ruby-version : ' 3.2 '
21
+ ruby-version : ' 3.3 '
22
22
bundler-cache : true
23
23
- name : Run rubocop
24
24
run : bundle exec rubocop --parallel --format progress
30
30
GRAPE_VERSION : ' 1.7.1'
31
31
strategy :
32
32
matrix :
33
- ruby-version : ['3.1', '3.2', 'head']
33
+ ruby-version : ['3.1', '3.2', '3.3', ' head']
34
34
steps :
35
35
- name : Check out branch
36
36
uses : actions/checkout@v4
62
62
GRAPE_VERSION : ' 1.8.0'
63
63
strategy :
64
64
matrix :
65
- ruby-version : ['3.1', '3.2', 'head']
65
+ ruby-version : ['3.1', '3.2', '3.3', ' head']
66
66
steps :
67
67
- name : Check out branch
68
68
uses : actions/checkout@v4
94
94
GRAPE_VERSION : ' 2.0.0'
95
95
strategy :
96
96
matrix :
97
- ruby-version : ['3.1', '3.2', 'head']
97
+ ruby-version : ['3.1', '3.2', '3.3', ' head']
98
98
steps :
99
99
- name : Check out branch
100
100
uses : actions/checkout@v4
@@ -126,7 +126,7 @@ jobs:
126
126
GRAPE_VERSION : ' HEAD'
127
127
strategy :
128
128
matrix :
129
- ruby-version : ['3.1', '3.2', 'head']
129
+ ruby-version : ['3.1', '3.2', '3.3', ' head']
130
130
steps :
131
131
- name : Check out branch
132
132
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 6
6
- example/**/*
7
7
UseCache : true
8
8
NewCops : enable
9
- TargetRubyVersion : 3.2
9
+ TargetRubyVersion : 3.3
10
10
SuggestExtensions : false
11
11
12
12
# Layout stuff
Original file line number Diff line number Diff line change 4
4
5
5
* Your contribution here.
6
6
7
+ * [ #914 ] ( https://github.com/ruby-grape/grape-swagger/pull/914 ) : Support Ruby 3.3 - [ @LeFnord ] ( https://github.com/LeFnord )
8
+
7
9
#### Fixes
8
10
9
11
* Your contribution here.
10
12
11
13
12
- ### 2.0.0 (November7 , 2023)
14
+ ### 2.0.0 (November 7 , 2023)
13
15
14
16
#### Features
15
17
You can’t perform that action at this time.
0 commit comments