You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: upgrades/upgrades/fout-dot-two-to-four-dot-three.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,23 +51,23 @@ Spree 4.3 was split into separate modules which aren't included in the `spree` p
51
51
If you use the default Spree Storefront you need to add it to your `Gemfile`.
52
52
53
53
```ruby
54
-
gem 'spree_frontend', '~> 4.3.0.rc1'
54
+
gem 'spree_frontend', '>= 4.3.0.rc1'
55
55
```
56
56
57
57
### \(Optional\) Add `spree_backend` gem
58
58
59
59
If you use the default Spree Admin Panel you need to add it to your `Gemfile`.
60
60
61
61
```ruby
62
-
gem 'spree_backend', '~> 4.3.0.rc1'
62
+
gem 'spree_backend', '>= 4.3.0.rc1'
63
63
```
64
64
65
65
### \(Optional\) Add `spree_emails` gem
66
66
67
67
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`.
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).
130
130
131
131
## More info
132
132
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/)
0 commit comments