annotate bin/bundle @ 412:634366b67312

Add extra padding so the links aren't stuck to bottom.
author nanaya <me@myconan.net>
date Mon, 07 Sep 2015 21:54:39 +0900
parents d701cf49fa3b
children 07d6c6639adf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
291
d701cf49fa3b Add rails scripts. To bin.
edogawaconan <me@myconan.net>
parents:
diff changeset
1 #!/usr/bin/env ruby
d701cf49fa3b Add rails scripts. To bin.
edogawaconan <me@myconan.net>
parents:
diff changeset
2 ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
d701cf49fa3b Add rails scripts. To bin.
edogawaconan <me@myconan.net>
parents:
diff changeset
3 load Gem.bin_path('bundler', 'bundle')