mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
4 lines
133 B
Plaintext
4 lines
133 B
Plaintext
#!/usr/bin/env ruby.exe
|
|
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
|
load Gem.bin_path('bundler', 'bundle')
|