Skip to content

Commit

Permalink
Update jsonapi.rb version
Browse files Browse the repository at this point in the history
Allows jsonapi.rb to upgrade to 2.1.1. In this version they introduce code to the error serializer.
  • Loading branch information
manleyac authored and tvdeyen committed Sep 11, 2024
1 parent f73af14 commit ce56210
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 ce56210

Please sign in to comment.