diff options
author | Grey Baker <greysteil@gmail.com> | 2018-10-01 21:34:25 +0100 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2018-10-02 05:34:25 +0900 |
commit | 3a2f007eb0edd317b22835a720ef3478dbc4f5a9 (patch) | |
tree | 9926b81f3e5f8155041f6045e66963e79052fb23 /Gemfile | |
parent | 793fb7499dd9fc651a02578ef664c9aa22b2758c (diff) |
Promote colorize to top-level dependency (#8844)
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
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' |