Sha256: 8f3c0e0249efbe9cf7ce515b12922fde548a8f296e70170a04d6f27958dc2cef
Contents?: true
Size: 512 Bytes
Versions: 12
Compression:
Stored size: 512 Bytes
Contents
#!/usr/bin/env ruby # This command will automatically be run when you run "rails" with Rails gems # installed from the root of your application. ENGINE_ROOT = File.expand_path('..', __dir__) ENGINE_PATH = File.expand_path('../lib/solidus_paypal_commerce_platform/engine', __dir__) # Set up gems listed in the Gemfile. ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) require 'bundler/setup' if File.exist?(ENV.fetch('BUNDLE_GEMFILE', nil)) require 'rails/all' require 'rails/engine/commands'
Version data entries
12 entries across 12 versions & 1 rubygems