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

Rails 7.1 support #151

Merged
merged 11 commits into from
Oct 11, 2023
Prev Previous commit
Next Next commit
Update view_component-form.gemspec
Co-authored-by: Hans Lemuet <Spone@users.noreply.github.com>
  • Loading branch information
henrikbjorn and Spone authored Oct 10, 2023
commit ee80c8e1ebc9d52206c0b772c50ab7d6ef37aa02
4 changes: 2 additions & 2 deletions view_component-form.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")

spec.add_dependency "actionview", [">= 6.0.0", "<= 7.1"]
spec.add_dependency "activesupport", [">= 6.0.0", "<= 7.1"]
spec.add_dependency "actionview", [">= 6.0.0", "< 7.2"]
spec.add_dependency "activesupport", [">= 6.0.0", "< 7.2"]
spec.add_dependency "view_component", [">= 2.34.0", "< 4.0"]
spec.add_dependency "zeitwerk", ["~> 2.5"]
end