Skip to content

Commit

Permalink
Merge pull request #110 from bradgessler/relax-rails-dependency
Browse files Browse the repository at this point in the history
Relax Rails dependency
  • Loading branch information
joeldrapper authored Oct 12, 2023
2 parents 76efa50 + 366626e commit 415c4be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ gem "solargraph"
gem "view_component"
gem "appraisal", github: "excid3/appraisal", branch: "fix-bundle-env"
gem "yard"
gem "rails"
2 changes: 1 addition & 1 deletion phlex-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "phlex", "~> 1.7"
spec.add_dependency "rails", ">= 6.1", "< 8"
spec.add_dependency "railties", ">= 6.1", "< 8"
spec.add_dependency "zeitwerk", "~> 2.6"

spec.metadata["rubygems_mfa_required"] = "true"
Expand Down

0 comments on commit 415c4be

Please sign in to comment.