Skip to content

Commit

Permalink
Update phlex dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Nov 24, 2023
1 parent e54cf69 commit 2f8f79b
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 @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

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

Expand Down

0 comments on commit 2f8f79b

Please sign in to comment.