super-graph/example/bin/bundle
Vikram Rangnekar b9d38a5e9d First commit
2019-03-24 09:57:29 -04:00

4 lines
125 B
Ruby
Executable File

#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
load Gem.bin_path('bundler', 'bundle')