Skip to content

Commit

Permalink
Require Phlex 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Mar 6, 2023
1 parent 674bb22 commit 3d1afec
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.4"
spec.add_dependency "phlex", "~> 1.5"
spec.add_dependency "rails", ">= 6.1", "< 8"
spec.add_dependency "zeitwerk", "~> 2.6"

Expand Down

0 comments on commit 3d1afec

Please sign in to comment.