Add Rails 8 support#19
Merged
amandapuff merged 1 commit intoJun 17, 2026
Merged
Conversation
Loosen the activerecord/activesupport constraints from < 8 to < 9 so the gem installs alongside Rails 8. No gem source changes were needed; the view/model APIs it uses are unchanged in Rails 8 and the suite passes against ActiveRecord 8.1. - Bump version to 1.2.0 - Add a GitHub Actions test workflow running rspec on Ruby 3.2-3.4 - Bump the publish workflow to Ruby 3.2 (Rails 8 requires Ruby 3.2+) - Remove the dead .travis.yml (Ruby 1.9, travis-ci.org defunct) [1215727330994387](https://app.asana.com/0/0/1215727330994387/f)
amandapuff
force-pushed
the
1215727330994387-upgrade-simple_breadcrumbs-for-rails-8
branch
from
June 16, 2026 13:49
258f65a to
0a1feba
Compare
dmhuff
approved these changes
Jun 17, 2026
amandapuff
deleted the
1215727330994387-upgrade-simple_breadcrumbs-for-rails-8
branch
June 17, 2026 15:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Loosen the activerecord/activesupport constraints from < 8 to < 9 so the gem installs alongside Rails 8. No gem source changes were needed; the view/model APIs it uses are unchanged in Rails 8 and the suite passes against ActiveRecord 8.1.
1215727330994387