Skip to content

Commit

Permalink
Merge pull request #86 from manleyac/patch-1
Browse files Browse the repository at this point in the history
Allow jsonapi.rb v2.1
  • Loading branch information
tvdeyen authored Sep 11, 2024
2 parents 1d21e01 + ce56210 commit 974a682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemy-json_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.md"]

spec.add_dependency "alchemy_cms", [">= 7.0.0.a", "< 8"]
spec.add_dependency "jsonapi.rb", [">= 1.6.0", "< 2.1"]
spec.add_dependency "jsonapi.rb", [">= 1.6.0", "< 2.2"]

spec.add_development_dependency "factory_bot"
spec.add_development_dependency "github_changelog_generator"
Expand Down

0 comments on commit 974a682

Please sign in to comment.