-
-
Notifications
You must be signed in to change notification settings - Fork 368
Comparing changes
Open a pull request
base repository: splitrb/split
base: add-ruby-4-0
head repository: splitrb/split
compare: main
- 17 commits
- 9 files changed
- 2 contributors
Commits on Dec 30, 2025
-
Merge pull request #741 from splitrb/add-ruby-4-0
chore(ci): add ruby 4.0 to the matrix
Configuration menu - View commit details
-
Copy full SHA for 39817b8 - Browse repository at this point
Copy the full SHA 39817b8View commit details
Commits on Jan 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for d9a69ea - Browse repository at this point
Copy the full SHA d9a69eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 687ca63 - Browse repository at this point
Copy the full SHA 687ca63View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4b88ef - Browse repository at this point
Copy the full SHA a4b88efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 396b9c3 - Browse repository at this point
Copy the full SHA 396b9c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8df7bf - Browse repository at this point
Copy the full SHA e8df7bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c0c9f9 - Browse repository at this point
Copy the full SHA 8c0c9f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca2c402 - Browse repository at this point
Copy the full SHA ca2c402View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9b1c56 - Browse repository at this point
Copy the full SHA c9b1c56View commit details
Commits on Jan 3, 2026
-
Configuration menu - View commit details
-
Copy full SHA for eb46487 - Browse repository at this point
Copy the full SHA eb46487View commit details
Commits on Jan 18, 2026
-
Merge pull request #742 from splitrb/refactor-experiment-load
Refactor Experiment Storage In order to reduce the amount of Redis Calls made during a single experiment
Configuration menu - View commit details
-
Copy full SHA for cca970a - Browse repository at this point
Copy the full SHA cca970aView commit details
Commits on Feb 14, 2026
-
Configuration menu - View commit details
-
Copy full SHA for da10e43 - Browse repository at this point
Copy the full SHA da10e43View commit details -
Merge pull request #743 from snaka/doc/cache-warning
docs: add cache invalidation warning for Redis Caching
Configuration menu - View commit details
-
Copy full SHA for 9387b12 - Browse repository at this point
Copy the full SHA 9387b12View commit details
Commits on Feb 15, 2026
-
ci: use bundler-cache in ruby/setup-ruby action
Replace manual bundle install with ruby/setup-ruby's built-in bundler-cache feature for better compatibility with Ruby 4.0+ security features.
Configuration menu - View commit details
-
Copy full SHA for 17ad5b0 - Browse repository at this point
Copy the full SHA 17ad5b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4013b4a - Browse repository at this point
Copy the full SHA 4013b4aView commit details -
Fix RuboCop to inherit default Exclude patterns
- Add `inherit_mode: { merge: [Exclude] }` to inherit default exclusion patterns - Remove explicit `vendor/**/*` exclusion (now inherited from default config) - Remove obsolete `gemfiles/**/*` exclusion (gemfiles directory was removed) This ensures that `vendor/bundle` is properly excluded when using `bundler-cache: true` in GitHub Actions workflow, preventing RuboCop from inspecting gem files and loading their .rubocop.yml configurations. Fixes the issue where RuboCop tried to require 'rubocop-rake' from gems installed in vendor/bundle.Configuration menu - View commit details
-
Copy full SHA for 615c37a - Browse repository at this point
Copy the full SHA 615c37aView commit details -
Merge pull request #745 from snaka/fix/delegate-bundle-to-setup-ruby
ci: use bundler-cache in setup-ruby and fix RuboCop configuration
Configuration menu - View commit details
-
Copy full SHA for 9477336 - Browse repository at this point
Copy the full SHA 9477336View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff add-ruby-4-0...main