Skip to content

Commit

Permalink
Merge pull request #68 from AlchemyCMS/allow-6.1
Browse files Browse the repository at this point in the history
Allow Alchemy 6.1
  • Loading branch information
tvdeyen authored Jan 20, 2023
2 parents d3d5091 + 93f2141 commit ab16183
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
matrix:
alchemy_branch:
- 6.0-stable
- 6.1-stable
- main
ruby:
- "2.7"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ gem "sqlite3"

alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "main")
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch
gem "alchemy-devise", github: "AlchemyCMS/alchemy-devise", branch: alchemy_branch

gem "alchemy-devise", github: "AlchemyCMS/alchemy-devise", branch: "main"
gem "rufo"
gem "rubocop"
gem "pry-byebug"
2 changes: 1 addition & 1 deletion alchemy-json_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|

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

spec.add_dependency "alchemy_cms", [">= 6.0.a", "< 6.1"]
spec.add_dependency "alchemy_cms", [">= 6.0.0", "< 7"]
spec.add_dependency "jsonapi.rb", "~> 1.6"

spec.add_development_dependency "factory_bot"
Expand Down

0 comments on commit ab16183

Please sign in to comment.