Skip to content

Commit a98f4d7

Browse files
committed
Remove bundler/setup
1 parent a83c921 commit a98f4d7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

bin/haste

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env ruby
22

3-
require 'bundler/setup'
4-
53
require 'pathname'
64
path = Pathname.new(__FILE__)
75
require File.expand_path(File.dirname(path.realpath) + '/../lib/haste')

spec/spec_helper.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
require 'bundler/setup'
21
require File.dirname(__FILE__) + '/../lib/haste'

0 commit comments

Comments
 (0)