Skip to content

Commit fb5f0d2

Browse files
committed
Update supported Alchemy version to 8.1
We made changes to the page serializer that only works with Alchemy 8.1
1 parent 9f23f4a commit fb5f0d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

alchemy-json_api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818

1919
spec.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.md"]
2020

21-
spec.add_dependency "alchemy_cms", [">= 8.0.0.b", "< 9"]
21+
spec.add_dependency "alchemy_cms", [">= 8.1.0.a", "< 9"]
2222
spec.add_dependency "jsonapi.rb", [">= 1.6.0", "< 2.2"]
2323

2424
spec.add_development_dependency "factory_bot"

0 commit comments

Comments
 (0)