Properly use bundler in scripts
This commit is contained in:
parent
472af35ce4
commit
cc9257fd6d
3 changed files with 9 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/env ruby
|
||||
# encoding: utf-8
|
||||
|
||||
require 'rubygems'
|
||||
require 'bundler/setup'
|
||||
|
||||
require 'date'
|
||||
require 'yaml'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue