File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - uses : actions/checkout@v4
99 - uses : ruby/setup-ruby@v1
1010 with :
11- ruby-version : 3.4.4
11+ ruby-version : 4.0.0
1212 - name : Install dependencies
1313 run : bundle install --jobs 4 --retry 3
1414 - name : Run Danger
@@ -21,10 +21,10 @@ jobs:
2121 runs-on : ubuntu-latest
2222 strategy :
2323 matrix :
24- ruby-version : [3.4.4 , 3.3 .8, 3.2.8 , 3.1.7 ]
25- grape-version : ['~> 2. 3.0', '~> 3.0']
24+ ruby-version : [4.0.0 , 3.4 .8, 3.3.10 , 3.2.9 ]
25+ grape-version : ['~> 3.0.0 ', '~> 2. 3.0']
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828 - uses : ruby/setup-ruby@v1
2929 with :
3030 ruby-version : ${{ matrix.ruby-version }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source 'https://rubygems.org'
22
33gemspec
44
5- case version = ENV [ 'GRAPE_VERSION' ] || '~> 2.3 .0'
5+ case version = ENV [ 'GRAPE_VERSION' ] || '~> 3.0 .0'
66when 'HEAD'
77 gem 'grape' , github : 'intridea/grape'
88else
You can’t perform that action at this time.
0 commit comments