Skip to content

Commit

Permalink
Merge pull request #158 from tvdeyen/drop-5.3
Browse files Browse the repository at this point in the history
Remove Alchemy 5.3 support
  • Loading branch information
tvdeyen authored Jan 20, 2023
2 parents 6478fdf + fe60a7c commit f3b36b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,16 @@ jobs:
fail-fast: false
matrix:
alchemy_branch:
- 5.3-stable
- 6.0-stable
- 6.1-stable
- main
ruby:
- "2.6"
- "2.7"
- "3.0"
- "3.1"
database:
- mysql
- postgresql
exclude:
- alchemy_branch: 5.3-stable
ruby: "3.0"
database: mysql
- alchemy_branch: 5.3-stable
ruby: "3.0"
database: postgresql
env:
DB: ${{ matrix.database }}
DB_USER: alchemy_user
Expand Down
2 changes: 1 addition & 1 deletion alchemy-devise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

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

s.add_dependency "alchemy_cms", [">= 5.0.0", "< 7"]
s.add_dependency "alchemy_cms", [">= 6.0.0", "< 7"]
s.add_dependency "devise", [">= 4.7.1", "< 5"]

s.add_development_dependency "capybara"
Expand Down

0 comments on commit f3b36b6

Please sign in to comment.