Prep for 1.3.0

This commit is contained in:
domaindrivendev
2017-05-19 11:23:03 -07:00
parent 1de29136ef
commit e40c5fc26e
6 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
require 'rubygems'
gemfile = File.expand_path('../../../../Gemfile', __FILE__)
gemfile = File.expand_path('../../../Gemfile', __FILE__)
if File.exist?(gemfile)
ENV['BUNDLE_GEMFILE'] = gemfile
@@ -7,4 +7,4 @@ if File.exist?(gemfile)
Bundler.setup
end
$:.unshift File.expand_path('../../../../lib', __FILE__)
$:.unshift File.expand_path('../../../../lib', __FILE__)