Skip to content

Commit

Permalink
Merge pull request #6030 from mamhoff/add-solidus-legacy-promotions-t…
Browse files Browse the repository at this point in the history
…o-promotions-gemfile

Add solidus legacy promotions to promotions gemfile
  • Loading branch information
kennyadsl authored Dec 10, 2024
2 parents 2d5bda7 + 8849ae3 commit 6aa6b22
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,26 +56,22 @@ group :backend do
end

group :admin do
gem 'solidus_admin', path: 'admin', require: false
gem 'tailwindcss-rails', '~> 3.0', require: false
end

group :admin, :legacy_promotions, :promotions do
gem 'solidus_admin', path: 'admin', require: false
gem 'axe-core-rspec', '~> 4.8', require: false
gem 'axe-core-capybara', '~> 4.8', require: false
end

group :legacy_promotions do
group :legacy_promotions, :promotions do
gem 'solidus_legacy_promotions', path: 'legacy_promotions', require: false
gem 'solidus_admin', path: 'admin', require: false
gem 'solidus_backend', path: 'backend', require: false
gem 'axe-core-rspec', '~> 4.8', require: false
gem 'axe-core-capybara', '~> 4.8', require: false
end

group :promotions do
gem 'solidus_promotions', path: 'promotions', require: false
gem 'solidus_admin', path: 'admin', require: false
gem 'solidus_backend', path: 'backend', require: false
gem 'axe-core-rspec', '~> 4.8', require: false
gem 'axe-core-capybara', '~> 4.8', require: false
gem 'shoulda-matchers', '~> 5.0', require: false
end

Expand Down

0 comments on commit 6aa6b22

Please sign in to comment.