From 3a2f007eb0edd317b22835a720ef3478dbc4f5a9 Mon Sep 17 00:00:00 2001 From: Grey Baker Date: Mon, 1 Oct 2018 21:34:25 +0100 Subject: [PATCH] Promote colorize to top-level dependency (#8844) --- Gemfile | 1 + Gemfile.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c5421e371..a9df6d001 100644 --- a/Gemfile +++ b/Gemfile @@ -27,6 +27,7 @@ gem 'addressable', '~> 2.5' gem 'bootsnap', '~> 1.3', require: false gem 'browser' gem 'charlock_holmes', '~> 0.7.6' +gem 'colorize' gem 'iso-639' gem 'chewy', '~> 5.0' gem 'cld3', '~> 3.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 3a8e2c5c5..7b01ad87a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -669,6 +669,7 @@ DEPENDENCIES chewy (~> 5.0) cld3 (~> 3.2.0) climate_control (~> 0.2) + colorize derailed_benchmarks devise (~> 4.5) devise-two-factor (~> 3.0) @@ -768,4 +769,4 @@ RUBY VERSION ruby 2.5.0p0 BUNDLED WITH - 1.16.3 + 1.16.5