Properly use bundler in scripts

This commit is contained in:
Stefan Schlott 2014-01-15 09:13:09 +01:00
parent 472af35ce4
commit cc9257fd6d
3 changed files with 9 additions and 0 deletions

View file

@ -1,6 +1,9 @@
#!/usr/bin/env ruby
# encoding: utf-8
require 'rubygems'
require 'bundler/setup'
require 'date'
require 'yaml'