Skip to content

Commit 2a4e9a6

Browse files
authored
Merge pull request #72 from AlchemyCMS/only-alchemy-4-1
Only allow Alchemy > 4.1
2 parents 63a0f3c + f008c2b commit 2a4e9a6

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)