1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-11 06:25:55 +00:00

Remove bundler/setup

This commit is contained in:
John Crepezzi
2014-11-01 10:22:40 -04:00
parent a83c921aa5
commit a98f4d765e
2 changed files with 0 additions and 3 deletions

View File

@@ -1,7 +1,5 @@
#!/usr/bin/env ruby
require 'bundler/setup'
require 'pathname'
path = Pathname.new(__FILE__)
require File.expand_path(File.dirname(path.realpath) + '/../lib/haste')

View File

@@ -1,2 +1 @@
require 'bundler/setup'
require File.dirname(__FILE__) + '/../lib/haste'