Skip to content

Commit 678cbb1

Browse files
author
Marthyn Olthof
committed
Allow active model versions 8.x.x
1 parent 1aa550a commit 678cbb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

json_path_attribute.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3131
spec.require_paths = ["lib"]
3232

33-
spec.add_dependency "activemodel", "~> 7.2"
34-
spec.add_dependency "activesupport", "~> 7.2"
33+
spec.add_dependency "activemodel", ">= 7.2", "< 9.0"
34+
spec.add_dependency "activesupport", ">= 7.2", "< 9.0"
3535
spec.add_dependency "jsonpath", "~> 1.1"
3636
end

0 commit comments

Comments
 (0)