From 645a3d10b0197ceeacd7b42c01f77fa30cdb5ff5 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Thu, 23 May 2024 12:44:54 +0200 Subject: [PATCH] Stay below Alchemy 7.2 Alchemy 7.2 introduced breaking changes for the link dialog. We already have a PR up for the fix, but this will not support Alchemy below 7.2 --- .github/workflows/ci.yml | 2 +- alchemy-solidus.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da56794..b86812a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - "3.3" alchemy: - "7.0" - - "7.1.0-b1" + - "7.1" solidus: - "4.0" - "4.1" diff --git a/alchemy-solidus.gemspec b/alchemy-solidus.gemspec index 6be1329..170334d 100644 --- a/alchemy-solidus.gemspec +++ b/alchemy-solidus.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |gem| gem.require_paths = ["lib"] gem.version = Alchemy::Solidus::VERSION - gem.add_dependency("alchemy_cms", [">= 7.0.0", "< 8"]) + gem.add_dependency("alchemy_cms", [">= 7.0.0", "< 7.2"]) gem.add_dependency("solidus_core", [">= 4.0.0", "< 5"]) gem.add_dependency("solidus_backend", [">= 4.0.0", "< 5"]) gem.add_dependency("solidus_support", [">= 0.1.1", "< 1"])