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 2929 - name : Set up Ruby
3030 uses : ruby/setup-ruby@v1
3131 with :
32- bundler-cache : true
33- - name : Install Ruby dependencies
34- run : bundle install
32+ bundler-cache : true # `bundle install` and cache gems.
3533 - name : Use Node.js
3634 uses : actions/setup-node@v4
3735 with :
5755 - " 3.1"
5856 - " 3.2"
5957 - " 3.3"
58+ - " 3.4"
6059 rails_appraisal :
6160 - rails_6_1
6261 - rails_7_0
7170 exclude :
7271 - ruby : " 3.1"
7372 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"
7477 env :
7578 BUNDLE_GEMFILE : gemfiles/${{ matrix.rails_appraisal }}_${{ matrix.rspec_appraisal }}.gemfile
7679 steps :
Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ### Features
6+
7+ - Add official Ruby 3.4 support. [ #289 ] ( https://github.com/splitwise/super_diff/pull/289 ) by [ @olleolleolle ] ( https://github.com/olleolleolle )
8+
9+ ### Other changes
10+
11+ - Fix bundler gem caching in CI. [ #289 ] ( https://github.com/splitwise/super_diff/pull/289 ) by [ @olleolleolle ] ( https://github.com/olleolleolle )
12+
513## 0.16.0 - 2025-06-17
614
715### Breaking changes
You can’t perform that action at this time.
0 commit comments