From ed9ead4fc002a5ffb99cdae5ab86c26d31f7c8de Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Tue, 18 Aug 2015 22:47:43 +0200 Subject: [PATCH] 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. --- benchmark/benchmark_helper.rb | 1 - profile/profile_helper.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/benchmark/benchmark_helper.rb b/benchmark/benchmark_helper.rb index 2570374..b709dee 100644 --- a/benchmark/benchmark_helper.rb +++ b/benchmark/benchmark_helper.rb @@ -1,4 +1,3 @@ -require 'bundler/setup' require 'stringio' require 'benchmark' require 'benchmark/ips' diff --git a/profile/profile_helper.rb b/profile/profile_helper.rb index 1fdc1eb..ea98355 100644 --- a/profile/profile_helper.rb +++ b/profile/profile_helper.rb @@ -1,4 +1,3 @@ -require 'bundler/setup' require 'timeout' require 'stringio'