Skip to content

Commit b8031bc

Browse files
olleolleollejas14
authored andcommitted
CI: Try to use bundler-cache everywhere (#289)
- Remove redundant `bundle install`, using setup-ruby's `bundler-cache` option instead - Add Ruby 3.4 to CI matrix
1 parent ffb1c09 commit b8031bc

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.github/workflows/super_diff.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
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:
@@ -57,6 +55,7 @@ jobs:
5755
- "3.1"
5856
- "3.2"
5957
- "3.3"
58+
- "3.4"
6059
rails_appraisal:
6160
- rails_6_1
6261
- rails_7_0
@@ -71,6 +70,10 @@ jobs:
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:

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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

0 commit comments

Comments
 (0)