Commit 9f1f60b
committed
Break solidus into components
Fixes the following error when running `bundle lock`:
```
Bundler could not find compatible versions for gem "solidus_backend":
In Gemfile:
solidus_backend (>= 2.6, < 4)
solidus was resolved to 3.2.0.alpha, which depends on
solidus_backend (= 3.2.0.alpha)
Could not find gem 'solidus_backend (= 3.2.0.alpha)', which is required by gem 'solidus', in rubygems
repository https://rubygems.org/ or installed locally.
```1 parent aa05b63 commit 9f1f60b
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
8 | 15 | | |
9 | 16 | | |
10 | 17 | | |
| |||
0 commit comments