From b8415b7376450b6fdbb7c304908d1210e5b0b655 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Wed, 19 Aug 2015 01:26:03 +0200 Subject: [PATCH] Revert "Removed bundler/setup requires" This reverts commit ed9ead4fc002a5ffb99cdae5ab86c26d31f7c8de. --- benchmark/benchmark_helper.rb | 1 + profile/profile_helper.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/benchmark/benchmark_helper.rb b/benchmark/benchmark_helper.rb index b709dee..2570374 100644 --- a/benchmark/benchmark_helper.rb +++ b/benchmark/benchmark_helper.rb @@ -1,3 +1,4 @@ +require 'bundler/setup' require 'stringio' require 'benchmark' require 'benchmark/ips' diff --git a/profile/profile_helper.rb b/profile/profile_helper.rb index ea98355..1fdc1eb 100644 --- a/profile/profile_helper.rb +++ b/profile/profile_helper.rb @@ -1,3 +1,4 @@ +require 'bundler/setup' require 'timeout' require 'stringio'