diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-03-18 13:57:30 -0700 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-03-18 13:57:30 -0700 |
commit | 7ed6da5454c98e78770cee13ac929f5f608a34a1 (patch) | |
tree | 85bb3cd52bcb7bfe638d3c3c4bcd8b65723c024d | |
parent | 63f712948307723052589895d5bb993df03eafbd (diff) | |
parent | 74a8090656642bf9d3d1b5ddb8c0c78de215c5c4 (diff) | |
download | gitlab-ce-7ed6da5454c98e78770cee13ac929f5f608a34a1.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
-rwxr-xr-x | bin/guard | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bin/guard b/bin/guard new file mode 100755 index 00000000000..0c1a532bd01 --- /dev/null +++ b/bin/guard @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'guard' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('guard', 'guard') |