Skip to content

Commit

Permalink
Allow jsonapi.rb 2.x
Browse files Browse the repository at this point in the history
In 2022, they released a new version of jsonapi.rb. The functionality
almost did not change at all, so no changes on our side are necessary.
  • Loading branch information
mamhoff committed Feb 1, 2024
1 parent 44784da commit 8fd60c7
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 @@ -18,7 +18,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"
spec.add_dependency "jsonapi.rb", [">= 1.6.0", "< 2.1"]

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

0 comments on commit 8fd60c7

Please sign in to comment.