-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rails 7.2 released without support for non-column-backed enums. This is a feature that content uses, and we've made the call to require Rails < 7.2. This feature is in the milestone list for the next release: https://github.com/rails/rails/milestone/90 Until then, adding a flag to indicate that we can't upgrade to Rails 7.2.
- Loading branch information
Showing
4 changed files
with
176 additions
and
174 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Gem::Specification.new do |spec| | ||
spec.name = "katalyst-content" | ||
spec.version = "2.5.1" | ||
spec.version = "2.6.0" | ||
spec.authors = ["Katalyst Interactive"] | ||
spec.email = ["[email protected]"] | ||
|
||
|
@@ -15,6 +15,7 @@ Gem::Specification.new do |spec| | |
spec.require_paths = ["lib"] | ||
spec.metadata["rubygems_mfa_required"] = "true" | ||
|
||
spec.add_dependency "activerecord", ">= 7.0", "< 7.2" | ||
spec.add_dependency "active_storage_validations" | ||
spec.add_dependency "katalyst-html-attributes" | ||
spec.add_dependency "katalyst-kpop" | ||
|
Oops, something went wrong.