Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit d22de10

Browse files
damianlegawiecgitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 19fdd62 commit d22de10

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

upgrades/upgrades/fout-dot-two-to-four-dot-three.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,23 @@ Spree 4.3 was split into separate modules which aren't included in the `spree` p
5151
If you use the default Spree Storefront you need to add it to your `Gemfile`.
5252

5353
```ruby
54-
gem 'spree_frontend', '~> 4.3.0.rc1'
54+
gem 'spree_frontend', '>= 4.3.0.rc1'
5555
```
5656

5757
### \(Optional\) Add `spree_backend` gem
5858

5959
If you use the default Spree Admin Panel you need to add it to your `Gemfile`.
6060

6161
```ruby
62-
gem 'spree_backend', '~> 4.3.0.rc1'
62+
gem 'spree_backend', '>= 4.3.0.rc1'
6363
```
6464

6565
### \(Optional\) Add `spree_emails` gem
6666

6767
Transactional emails once part of `spree_core` were extracted into their own gem called `spree_emails`. If you would like to still use this feature you'll need to include this new gem in your `Gemfile`.
6868

6969
```ruby
70-
gem 'spree_emails', '~> 4.3.0.rc1'
70+
gem 'spree_emails', '>= 4.3.0.rc1'
7171
```
7272

7373
## Update gems
@@ -79,13 +79,13 @@ bundle update
7979
## Install missing migrations
8080

8181
```bash
82-
rails spree:install:migrations
82+
bin/rails spree:install:migrations
8383
```
8484

8585
## Run migrations
8686

8787
```bash
88-
rails db:migrate
88+
bin/rails db:migrate
8989
```
9090

9191
## Additional fixes and hints
@@ -126,9 +126,9 @@ bundle update spree_related_products
126126

127127
## Read the release notes
128128

129-
For information about changes contained within this release, please read the [4.3.0 Release Notes](https://github.com/spree/spree/releases/tag/v4.3.0) and [CHANGELOG](https://github.com/spree/spree/blob/master/CHANGELOG.md).
129+
For information about changes contained within this release, please read the [CHANGELOG](https://github.com/spree/spree/blob/master/CHANGELOG.md).
130130

131131
## More info
132132

133-
If you have any questions or suggestions feel free to reach out through [Spree slack channels](http://slack.spreecommerce.org/)
133+
If you have any questions or suggestions feel free to [contact us via email](https://spreecommerce.org/contact) or through [Spree slack channels](http://slack.spreecommerce.org/)
134134

0 commit comments

Comments
 (0)