Skip to content

Commit

Permalink
Raise supported Alchemy version
Browse files Browse the repository at this point in the history
We need at least Alchemy 7.0.4 for the ability to
add additional admin JS module imports.

See AlchemyCMS/alchemy_cms#2588
  • Loading branch information
tvdeyen committed Oct 4, 2023
1 parent 86d0d0f commit 8e40388
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# AlchemyCMS Translations

Translations files for AlchemyCMS 6.0 and above.
Translations files for AlchemyCMS 7.0 and above.

## Alchemy version

For a Alchemy 5.3 compatible version use v2.3.1 or the `2.3-stable` branch.
- For a Alchemy 6.1 compatible version use v3.2.0 or the `3.2-stable` branch.
- For a Alchemy 5.3 compatible version use v2.3.1 or the `2.3-stable` branch.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion alchemy_i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

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

s.add_dependency "alchemy_cms", [">= 6.0.0", "< 8"]
s.add_dependency "alchemy_cms", [">= 7.0.4", "< 8"]
s.add_dependency "rails-i18n"

s.add_development_dependency "github_changelog_generator"
Expand Down

0 comments on commit 8e40388

Please sign in to comment.