Skip to content

Commit f008c2b

Browse files
committed
Only allow Alchemy > 4.1
Alchemy 4.1 introduced a new color theme and icons that we adopted. So being compatible with Alchemy 4.0 does not make any sense. Use the 4.0 versions in order to use this gem with Alchemy 4.0
1 parent 4543f7c commit f008c2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

alchemy-devise.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616
s.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.md"]
1717
s.test_files = Dir["spec/**/*"]
1818

19-
s.add_dependency "alchemy_cms", [">= 4.0.0.beta", "< 4.99"]
19+
s.add_dependency "alchemy_cms", [">= 4.1.0.beta", "< 4.99"]
2020
s.add_dependency "devise", [">= 4.0", "< 4.99"]
2121

2222
s.add_development_dependency "capybara"

0 commit comments

Comments
 (0)