Skip to content

Commit 59c6514

Browse files
authored
Update Alchemy version references in README
1 parent 6e84793 commit 59c6514

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ This version runs with Solidus v4.0 and up.
3030
3131
### Alchemy
3232

33-
This version runs with Alchemy v7.2
33+
This version runs with Alchemy v8.1
3434

35+
- For a Alchemy 8.0 compatible version please use the `8.0-stable` branch or `8.0` gem version.
36+
- For a Alchemy 7.4 compatible version please use the `7.4-stable` branch or `7.4` gem version.
3537
- For a Alchemy 7.0/7.1 compatible version please use the `7.2-stable` branch or `7.2` gem version.
3638
- For a Alchemy 6.x compatible version please use the `5.0-stable` branch or `5.0` gem version.
3739
- For a Alchemy 5.x compatible version please use the `4.1-stable` branch or `4.1` gem version.
@@ -44,7 +46,7 @@ This version runs with Alchemy v7.2
4446
Add this line to your applications `Gemfile`:
4547

4648
```ruby
47-
gem 'alchemy-solidus', '~> 7.0'
49+
gem 'alchemy-solidus', '~> 8.0'
4850
```
4951

5052
Install the gem with:
@@ -122,7 +124,7 @@ Add `alchemy-devise` to your `Gemfile`
122124

123125
```ruby
124126
# Gemfile
125-
gem 'alchemy-devise', '~> 4.1'
127+
gem 'alchemy-devise', '~> 5.0'
126128
```
127129

128130
and install it:

0 commit comments

Comments
 (0)