Skip to content

Commit

Permalink
Merge pull request #5608 from solidusio/backport/v4.3/pr-5607
Browse files Browse the repository at this point in the history
[v4.3] Bundle solidus_admin >= 0.2 in Solidus installer
  • Loading branch information
spaghetticode committed Jan 22, 2024
2 parents 91c2c5f + 136fb45 commit abc7d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/generators/solidus/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def install_solidus_admin
return unless options[:admin_preview]

say_status :installing, "SolidusAdmin", :blue
bundle_command 'add solidus_admin'
bundle_command 'add solidus_admin -v ">= 0.2"'
generate 'solidus_admin:install'
end

Expand Down

0 comments on commit abc7d98

Please sign in to comment.