work without bundle exec
This commit is contained in:
parent
a4296650a1
commit
cbce214e7d
@ -1,5 +1,11 @@
|
|||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
|
|
||||||
|
if !ENV['BUNDLE_GEMFILE'] && File.file?('Gemfile')
|
||||||
|
require 'bundler/setup'
|
||||||
|
|
||||||
|
$: << File.expand_path('../../lib', __FILE__)
|
||||||
|
end
|
||||||
|
|
||||||
require 'flowerbox'
|
require 'flowerbox'
|
||||||
require 'thor'
|
require 'thor'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user