We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ff2031 + 29d03d1 commit 2678765Copy full SHA for 2678765
admin/lib/generators/solidus_admin/install/install_generator.rb
@@ -38,7 +38,10 @@ def install_lookbook
38
gem "actioncable"
39
end
40
41
- execute_command :bundle, :install
+ require 'bundler'
42
+ Bundler.with_unbundled_env do
43
+ execute_command :bundle, :install
44
+ end
45
46
route "mount Lookbook::Engine, at: '#{solidus_mount_point}lookbook' if Rails.env.development?"
47
0 commit comments