Files
growstuff/bin/bundle
Brenda Wallace 0c7ca50880 small file fixes
2020-01-10 16:50:52 +13:00

6 lines
156 B
Ruby
Executable File

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