File tree Expand file tree Collapse file tree 3 files changed +10
-22
lines changed
Expand file tree Collapse file tree 3 files changed +10
-22
lines changed Original file line number Diff line number Diff line change 1010 strategy :
1111 matrix :
1212 ruby :
13- - 3.0.0
14- - 3.1.0
1513 - 3.2.0
1614 - 3.3.0
15+ - 3.4.0
1716
1817 name : Ruby ${{ matrix.ruby }}
1918 steps :
2524 run : yes | gem update --system --force
2625 - name : ' Update Bundler'
2726 run : gem install bundler
28- - uses : actions/cache@v2
27+ - uses : actions/cache@v4
2928 with :
3029 path : vendor/bundle
3130 key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
3- appraise 'activesupport-6_1' do
4- gem 'activesupport' , '~> 6.1'
5- end
6-
73appraise 'activesupport-7_0' do
84 gem 'activesupport' , '~> 7.0'
95end
106
117appraise 'activesupport-7_1' do
128 gem 'activesupport' , '~> 7.1'
139end
10+
11+ appraise 'activesupport-7_2' do
12+ gem 'activesupport' , '~> 7.2'
13+ end
14+
15+ appraise 'activesupport-8_0' do
16+ gem 'activesupport' , '~> 8.0'
17+ end
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments