File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 29
29
- name : Set up Ruby
30
30
uses : ruby/setup-ruby@v1
31
31
with :
32
- bundler-cache : true
33
- - name : Install Ruby dependencies
34
- run : bundle install
32
+ bundler-cache : true # `bundle install` and cache gems.
35
33
- name : Use Node.js
36
34
uses : actions/setup-node@v4
37
35
with :
57
55
- " 3.1"
58
56
- " 3.2"
59
57
- " 3.3"
58
+ - " 3.4"
60
59
rails_appraisal :
61
60
- rails_6_1
62
61
- rails_7_0
71
70
exclude :
72
71
- ruby : " 3.1"
73
72
rails_appraisal : " rails_8_0"
73
+ - ruby : " 3.4"
74
+ rails_appraisal : " rails_6_1"
75
+ - ruby : " 3.4"
76
+ rails_appraisal : " rails_7_0"
74
77
env :
75
78
BUNDLE_GEMFILE : gemfiles/${{ matrix.rails_appraisal }}_${{ matrix.rspec_appraisal }}.gemfile
76
79
steps :
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ### Features
6
+
7
+ - Add official Ruby 3.4 support. [ #289 ] ( https://github.com/splitwise/super_diff/pull/289 )
8
+
9
+ ### Other changes
10
+
11
+ - Fix bundler gem caching in CI. [ #289 ] ( https://github.com/splitwise/super_diff/pull/289 )
12
+
5
13
## 0.16.0 - 2025-06-17
6
14
7
15
### Breaking changes
You can’t perform that action at this time.
0 commit comments