Skip to content

Commit 56141a3

Browse files
committed
Allow Alchemy 5.1
1 parent 4a5736c commit 56141a3

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ sudo: false
44
cache:
55
bundler: true
66
rvm:
7-
- 2.5.5
7+
- 2.5.8
88
- 2.6.6
9-
- 2.7.0
9+
- 2.7.1
1010
env:
1111
matrix:
1212
- ALCHEMY_BRANCH=4.4-stable
1313
- ALCHEMY_BRANCH=4.5-stable
1414
- ALCHEMY_BRANCH=4.6-stable
15+
- ALCHEMY_BRANCH=5.0-stable
1516
- ALCHEMY_BRANCH=master
1617
matrix:
1718
fast_finish: true

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cd spec/dummy
3535
export RAILS_ENV=test
3636
bin/rake railties:install:migrations
3737
bin/rake db:drop db:create db:migrate
38-
bin/rails g alchemy:install --force
38+
bin/rails g alchemy:install --force --auto-accept
3939
bin/rails g alchemy:devise:install --force
4040
cd -
4141
BASH

alchemy-devise.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
1515

1616
s.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.md"]
1717

18-
s.add_dependency "alchemy_cms", [">= 4.1.0", "< 5.1"]
18+
s.add_dependency "alchemy_cms", [">= 4.1.0", "< 6"]
1919
s.add_dependency "devise", [">= 4.7.1", "< 5"]
2020

2121
s.add_development_dependency "capybara"

0 commit comments

Comments
 (0)