Skip to content

Commit

Permalink
Relax phlex-rails dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Nov 13, 2024
1 parent 4405296 commit 2c2b6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phlex-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
end
spec.require_paths = ["lib"]

spec.add_dependency "phlex", "~> 1.11.0"
spec.add_dependency "phlex", ">= 1.10", "< 2"
spec.add_dependency "railties", ">= 6.1", "< 9"

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

0 comments on commit 2c2b6f1

Please sign in to comment.