File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4446Add this line to your applications ` Gemfile ` :
4547
4648``` ruby
47- gem ' alchemy-solidus' , ' ~> 7 .0'
49+ gem ' alchemy-solidus' , ' ~> 8 .0'
4850```
4951
5052Install 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
128130and install it:
You can’t perform that action at this time.
0 commit comments