diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-16 20:32:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-16 20:32:17 +0200 |
commit | e4af4898de8ab962bf39ced5d31d88e3fd510538 (patch) | |
tree | 7853ee0cf1ee9c2bd0cf22802af9adcf0efed547 /Gemfile | |
parent | 6d70a8026309c2d41e2402ec84875ced8e181105 (diff) |
Add language detection (#1772)
* Add language detection via WhatLanguage and (de)serialization of it through Atom * Fix default language in ProcessFeedService * Re-add newline before 'react-rails' Gem to fix groupings Fixes Code Climate issue
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index 12e783805..2971a7a29 100644 --- a/Gemfile +++ b/Gemfile @@ -56,6 +56,7 @@ gem 'sprockets-rails', :require => 'sprockets/railtie' gem 'statsd-instrument' gem 'twitter-text' gem 'tzinfo-data' +gem 'whatlanguage' gem 'react-rails' gem 'browserify-rails' |