Skip to content

Commit

Permalink
Depend on solidus_frontend in GH for development
Browse files Browse the repository at this point in the history
In development, we don't want Bundler to use solidus_frontend
from RubyGems. That's because we don't always have a development
version released for any version of Solidus.

This will allow us to always use the last development code,
without the need of releasing a new .dev version on RubyGems.
  • Loading branch information
kennyadsl committed Dec 27, 2022
1 parent a4cf2dc commit 3837150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ group :backend, :frontend do
end

group :frontend do
gem 'solidus_frontend', github: 'solidusio/solidus_frontend', branch: 'v3.2'
gem 'generator_spec'
end

Expand Down

0 comments on commit 3837150

Please sign in to comment.