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:
@@ -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')
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
require 'bundler/setup'
|
||||
require File.dirname(__FILE__) + '/../lib/haste'
|
||||
|
||||
Reference in New Issue
Block a user