Skip to content

Commit

Permalink
Relax the SolidusAdmin dependency on Solidus core
Browse files Browse the repository at this point in the history
This will allow more apps to experiment with it and be able to report
issues and incompatibilities.
  • Loading branch information
elia committed Dec 12, 2023
1 parent 1059c6c commit 7cc2e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/solidus_admin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Gem::Specification.new do |s|

s.add_dependency 'geared_pagination', '~> 1.1'
s.add_dependency 'importmap-rails', '~> 1.2', '>= 1.2.1'
s.add_dependency 'solidus_backend', Spree.solidus_gem_version.approximate_recommendation
s.add_dependency 'solidus_core', Spree.solidus_gem_version.approximate_recommendation
s.add_dependency 'solidus_backend'
s.add_dependency 'solidus_core', '> 4.2'
s.add_dependency 'stimulus-rails', '~> 1.2'
s.add_dependency 'tailwindcss-rails', '~> 2.0'
s.add_dependency 'turbo-rails', '~> 1.4'
Expand Down

0 comments on commit 7cc2e30

Please sign in to comment.