diff options
author | azul <azul@riseup.net> | 2013-12-22 06:39:37 -0800 |
---|---|---|
committer | azul <azul@riseup.net> | 2013-12-22 06:39:37 -0800 |
commit | 4c5851dfac51453571427535419469fe1b73a81d (patch) | |
tree | bc5356220eaca2465bd135f45edf8000d6c254be /Gemfile.lock | |
parent | 5bf1462140a7aa17ea815ccc5105ace6fa878d83 (diff) | |
parent | 665964bcbba69829a4ff1e7d7bd936f90d49b3f7 (diff) |
Merge pull request #131 from elijh/feature/locale-routes
locale prefix support
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 8047594..cc549ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -146,6 +146,7 @@ GEM haml (~> 3.1) railties (>= 3.1, < 4.1) hike (1.2.3) + http_accept_language (2.0.0) i18n (0.6.9) journey (1.0.4) jquery-rails (3.0.4) @@ -273,6 +274,7 @@ DEPENDENCIES faker haml (~> 3.1.7) haml-rails (~> 0.3.4) + http_accept_language jquery-rails kaminari (= 0.13.0) launchy |