Commit b508b9b
committed
Be explicit about the solidus_frontend gemspec dependency
We need to avoid being too strict on the frontend dependency
because otherwise we need to release a new solidus_frontend
.dev version everytime we release a new solidus 3.3.x patch
level version.
With this change, whenever the solidus main gem is used, Bundler
will compute the frontend dependency less strictly and will pick
the last version released on RubyGems.
We can remove the .alpha part when 3.3.0 will be released.1 parent cc37037 commit b508b9b
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
0 commit comments