Sha256: 7101a26e531f40ec3a620b06d6ab28be48b1707217002bb11498b8cb9ec5ac31
Contents?: true
Size: 532 Bytes
Versions: 7
Compression:
Stored size: 532 Bytes
Contents
unless Bundler.locked_gems.dependencies['solidus_frontend'] say_status :warning, "Support for frontends other than `solidus_frontend` by `solidus_bolt` is still in progress.", :yellow end unless Bundler.locked_gems.dependencies['solidus_auth_devise'] say_status :warning, "Running solidus_bolt without solidus_auth_devise is not supported.", :yellow end unless Bundler.locked_gems.dependencies['solidus_bolt'] bundle_command 'add solidus_bolt' end generate "solidus_bolt:install --auto-run-migrations=#{options[:migrate]}"
Version data entries
7 entries across 7 versions & 1 rubygems