Skip to content

Commit

Permalink
ruby3.* add activemode/support update warning (#38674)
Browse files Browse the repository at this point in the history
activemodel requires a matching version of active support and should be
updated at the same time ideally in the same PR. Upstream will release
them at the same time but we have two update PRs from our infra and
occasionally one is missed. I'm adding a note to remind people. Our
packages will install fine but not be able to import. This will show up
as a runtime failure for testing activemodel but not when testing
activesupport.


https://github.com/rails/rails/blob/be9aa73dd72f1097be5d45a58d7912447a266bd1/activemodel/activemodel.gemspec#L35

Co-authored-by: Justin Vreeland <[email protected]>
  • Loading branch information
justinvreeland and Justin Vreeland authored Jan 3, 2025
1 parent f4fcd57 commit be5fece
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ruby3.2-activemodel.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: ruby3.2-activemodel
version: 8.0.1
version: 8.0.1 # !! Update activesupport at the same time
epoch: 0
description: A toolkit for building modeling frameworks like Active Record. Rich support for attributes, callbacks, validations, serialization, internationalization, and testing.
copyright:
Expand Down
2 changes: 1 addition & 1 deletion ruby3.2-activesupport.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: ruby3.2-activesupport
version: 8.0.1
version: 8.0.1 # !!! Update activemodel at the same time
epoch: 0
description: A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.
copyright:
Expand Down
2 changes: 1 addition & 1 deletion ruby3.3-activemodel.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: ruby3.3-activemodel
version: 8.0.1
version: 8.0.1 # !!! Update activesupport at the same time
epoch: 0
description: A toolkit for building modeling frameworks like Active Record. Rich support for attributes, callbacks, validations, serialization, internationalization, and testing.
copyright:
Expand Down
2 changes: 1 addition & 1 deletion ruby3.3-activesupport.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: ruby3.3-activesupport
version: 8.0.1
version: 8.0.1 # !!! Update activemodel at the same time
epoch: 0
description: A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.
copyright:
Expand Down
2 changes: 1 addition & 1 deletion ruby3.4-activemodel.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: ruby3.4-activemodel
version: 8.0.1
version: 8.0.1 # !!! Update activesupport at the same time
epoch: 0
description: A toolkit for building modeling frameworks like Active Record. Rich support for attributes, callbacks, validations, serialization, internationalization, and testing.
copyright:
Expand Down
2 changes: 1 addition & 1 deletion ruby3.4-activesupport.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: ruby3.4-activesupport
version: 8.0.1
version: 8.0.1 # !!! Update activesupport at the same time
epoch: 1
description: A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.
copyright:
Expand Down

0 comments on commit be5fece

Please sign in to comment.