Language improvements, replace whatlanguage with CLD (#2753)
* add failing en specs * add cld2 gem * Replace WhatLanguage with CLD
This commit is contained in:
committed by
Eugen Rochko
parent
53384b0ffe
commit
8c5ad23b24
2
Gemfile
2
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'
|
||||
|
Reference in New Issue
Block a user