trabajo-afectivo/bin/bundle

6 lines
201 B
Plaintext
Raw Permalink Normal View History

2015-09-25 14:37:55 +00:00
#!/usr/bin/env ruby
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
2018-04-12 14:57:37 +00:00
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
2015-09-25 14:37:55 +00:00
load Gem.bin_path('bundler', 'bundle')