Relax Active Support version #2139
-
Hey 👋🏻 The current version requirement expects Rails to be below v8 which I don't think it makes sense since CI test workflow does include Rails main. Do you have any idea why that is? Can the version be relaxed maybe? I'm running an app on Rails main and because of that, it installs VC 2.3.0 and anything above it doesn't work:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thanks @luizkowalski! I noticed this on #2124 too, it looks like a recent occurrence due to the release of the Rails 8 beta. We've been testing against gem "view_component", github: "viewcomponent/view_component", branch: "relax-activesupport-version" |
Beta Was this translation helpful? Give feedback.
No worries, glad I could help! That PR's now been merged, so you should expect to be able to work with the next minor release. Until then, you may want to use the
main
branch instead.