Skip to content

Commit

Permalink
Still allow Alchemy >= 7.1 including 8
Browse files Browse the repository at this point in the history
The changes necessary for the locales imported
via importmap also work in Alchemy 7.1 and above

This reverts commit da722b2.
  • Loading branch information
tvdeyen committed Jan 25, 2025
1 parent 1ea818c commit 0940fe9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gemspec

gem 'alchemy_cms', github: 'AlchemyCMS/alchemy_cms', branch: 'main'

gem 'localeapp', '~> 3.0'
gem 'dotenv', '~> 2.2'
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Translations files for AlchemyCMS 7.1 and above.

## Alchemy version

- For a Alchemy 8.0 compatible version use the `main` branch.
- For a Alchemy 7.x compatible version use v4.2.2 or the `4.2-stable` branch.
- For a Alchemy 7.0 compatible version use v4.0.2 or the `4.0-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.
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", [">= 8.0.0.a", "< 9"]
s.add_dependency "alchemy_cms", [">= 7.1.0", "< 9"]
s.add_dependency "rails-i18n"

s.add_development_dependency "github_changelog_generator"
Expand Down

0 comments on commit 0940fe9

Please sign in to comment.