Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for Rails 7.2 #168

Merged
merged 1 commit into from
Aug 10, 2024
Merged

Conversation

kpumuk
Copy link
Contributor

@kpumuk kpumuk commented Aug 10, 2024

Rails 7.2 has been released today https://rubyonrails.org/2024/8/10/Rails-7-2-0-has-been-released, time for an upgrade here too :-)

Fixes the following error:

Could not find compatible versions

Because view_component-form >= 0.2.7 depends on activesupport >= 6.1.0, < 7.2
  and rails >= 7.2.0 depends on activesupport = 7.2.0,
  view_component-form >= 0.2.7 is incompatible with rails >= 7.2.0.
So, because Gemfile depends on rails ~> 7.2.0
  and Gemfile depends on view_component-form >= 0.2.7, < 1.A,
  version solving has failed.

Copy link
Collaborator

@Spone Spone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, that was quick! Thanks a lot! 🙏

@nicolas-brousse
Copy link
Member

@kpumuk Thank you! 😊

@nicolas-brousse nicolas-brousse merged commit 118c62d into pantographe:main Aug 10, 2024
72 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants