Sha256: 9e585e5846c8d21a87f1d4972cd87f56661aa60aab394bafdf3caf1c47bca743

Contents?: true

Size: 489 Bytes

Versions: 5

Compression:

Stored size: 489 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'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
solidus_core-3.3.4 lib/generators/solidus/install/app_templates/payment_method/bolt.rb
solidus_core-3.3.3 lib/generators/solidus/install/app_templates/payment_method/bolt.rb
solidus_core-3.3.2 lib/generators/solidus/install/app_templates/payment_method/bolt.rb
solidus_core-3.3.1 lib/generators/solidus/install/app_templates/payment_method/bolt.rb
solidus_core-3.3.0 lib/generators/solidus/install/app_templates/payment_method/bolt.rb