2015-09-25 14:37:55 +00:00
|
|
|
#!/usr/bin/env ruby
|
2021-06-01 12:20:20 +00:00
|
|
|
# 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')
|