about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorDavid Authier <aweaoftheworld@gmail.com>2017-04-09 18:40:24 +0200
committerEugen <eugen@zeonfederated.com>2017-04-09 18:40:24 +0200
commitf0bd4394869305fc6605463efff53ecc6ff61046 (patch)
tree41c43583d8f7300ec34d4c1dc327fcf0bf29bf77 /Gemfile.lock
parentb16fbd52b2c5471d401dbfe397a3e7dbaaa21225 (diff)
Use HTTP Accept-Language to detect locale (#1166)
* Use HTTP Accept-Language to detect locale

* Fix gem order to comply with codeclimate

* Sort gem to comply with rubocop

* I18n.default_locale fallback when there is no accept-language header
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index f2a199931..aa048aace 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -184,6 +184,7 @@ GEM
     http-cookie (1.0.3)
       domain_name (~> 0.5)
     http-form_data (1.0.1)
+    http_accept_language (2.1.0)
     http_parser.rb (0.6.0)
     httplog (0.3.2)
       colorize
@@ -473,6 +474,7 @@ DEPENDENCIES
   hiredis
   htmlentities
   http
+  http_accept_language
   httplog
   i18n-tasks (~> 0.9.6)
   jquery-rails
@@ -522,4 +524,4 @@ RUBY VERSION
    ruby 2.3.1p112
 
 BUNDLED WITH
-   1.14.3
+   1.14.5