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:
parent
4346cc6ec3
commit
ed9ead4fc0
|
@ -1,4 +1,3 @@
|
|||
require 'bundler/setup'
|
||||
require 'stringio'
|
||||
require 'benchmark'
|
||||
require 'benchmark/ips'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
require 'bundler/setup'
|
||||
require 'timeout'
|
||||
require 'stringio'
|
||||
|
||||
|
|
Loading…
Reference in New Issue