From faf646ec34fb806cc82cd65a85cb88e9cd0d0897 Mon Sep 17 00:00:00 2001 From: Marc Anguera Insa Date: Fri, 26 Jan 2018 20:41:51 +0100 Subject: [PATCH] we do not need Bundler as a runtime dep, we added this in 13be10e when they added the BUNDLED WITH thing --- Gemfile | 1 - Gemfile.lock | 1 - 2 files changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 675446b..7862b85 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,6 @@ gem 'rollbar', '2.8.3' gem 'whenever', require: false gem 'prawn' gem 'prawn-table' -gem 'bundler', '>= 1.10.6' gem 'elasticsearch-model' gem 'elasticsearch-rails' diff --git a/Gemfile.lock b/Gemfile.lock index f48d93f..8ae11cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -360,7 +360,6 @@ DEPENDENCIES better_errors binding_of_caller bootstrap-sass - bundler (>= 1.10.6) byebug capistrano (~> 3.1) capistrano-rails (~> 1.1)