diff options
author | Matt Jankowski <mjankowski@thoughtbot.com> | 2017-05-03 10:59:31 -0400 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-03 16:59:31 +0200 |
commit | 8c5ad23b24b17efc0660928d0b02ddbebc6f2939 (patch) | |
tree | 71177649c7f13ce16b80397f987a2ff9cfb97d65 /Gemfile | |
parent | 53384b0ffe4fd8cfcced4fe2945acd814c676088 (diff) |
Language improvements, replace whatlanguage with CLD (#2753)
* add failing en specs * add cld2 gem * Replace WhatLanguage with CLD
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 1287afe44..d84597a78 100644 --- a/Gemfile +++ b/Gemfile @@ -20,6 +20,7 @@ gem 'paperclip', '~> 5.1' gem 'paperclip-av-transcoder' gem 'addressable' +gem 'cld2', require: 'cld' gem 'devise' gem 'devise-two-factor' gem 'doorkeeper' @@ -56,7 +57,6 @@ gem 'statsd-instrument' gem 'twitter-text' gem 'tzinfo-data' gem 'webpacker', '~>1.2' -gem 'whatlanguage' # For some reason the view specs start failing without this gem 'react-rails' |