Removed bundler/setup requires

This allows loading of any other Gems (e.g. when testing things out)
without having to add them to the Gemspec/Gemfile.
This commit is contained in:
Yorick Peterse 2015-08-18 22:47:43 +02:00
parent 4346cc6ec3
commit ed9ead4fc0
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
require 'bundler/setup'
require 'stringio' require 'stringio'
require 'benchmark' require 'benchmark'
require 'benchmark/ips' require 'benchmark/ips'

View File

@ -1,4 +1,3 @@
require 'bundler/setup'
require 'timeout' require 'timeout'
require 'stringio' require 'stringio'