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 Sep 10, 2024
1 parent c962aa9 commit e697e87
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.1.1"]

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

0 comments on commit e697e87

Please sign in to comment.