Commit c21c69930dbfb2287d77797ef61d3a4e508041d1
1 parent
cd92e74c
Exists in
colab
and in
4 other branches
Removes devise-i18n and devise-i18n-views gems
They provided many more languages than Prezento actually supports leading the automatic language detection to misbehave.
Showing
2 changed files
with
0 additions
and
8 deletions
Show diff stats
Gemfile
| @@ -66,10 +66,6 @@ gem 'google-analytics-rails', '~> 0.0.6' | @@ -66,10 +66,6 @@ gem 'google-analytics-rails', '~> 0.0.6' | ||
| 66 | # Browser language detection | 66 | # Browser language detection |
| 67 | gem 'http_accept_language' | 67 | gem 'http_accept_language' |
| 68 | 68 | ||
| 69 | -# Devise translations | ||
| 70 | -gem 'devise-i18n' | ||
| 71 | -gem 'devise-i18n-views' | ||
| 72 | - | ||
| 73 | group :test do | 69 | group :test do |
| 74 | # Easier test writing | 70 | # Easier test writing |
| 75 | gem "shoulda-matchers", '~> 2.8.0' | 71 | gem "shoulda-matchers", '~> 2.8.0' |
Gemfile.lock
| @@ -116,8 +116,6 @@ GEM | @@ -116,8 +116,6 @@ GEM | ||
| 116 | responders | 116 | responders |
| 117 | thread_safe (~> 0.1) | 117 | thread_safe (~> 0.1) |
| 118 | warden (~> 1.2.3) | 118 | warden (~> 1.2.3) |
| 119 | - devise-i18n (0.12.0) | ||
| 120 | - devise-i18n-views (0.3.4) | ||
| 121 | diff-lcs (1.2.5) | 119 | diff-lcs (1.2.5) |
| 122 | docile (1.1.5) | 120 | docile (1.1.5) |
| 123 | domain_name (0.5.23) | 121 | domain_name (0.5.23) |
| @@ -341,8 +339,6 @@ DEPENDENCIES | @@ -341,8 +339,6 @@ DEPENDENCIES | ||
| 341 | dalli (~> 2.7.0) | 339 | dalli (~> 2.7.0) |
| 342 | database_cleaner (~> 1.4.1) | 340 | database_cleaner (~> 1.4.1) |
| 343 | devise (~> 3.4.0) | 341 | devise (~> 3.4.0) |
| 344 | - devise-i18n | ||
| 345 | - devise-i18n-views | ||
| 346 | exception_notification (~> 4.0.1) | 342 | exception_notification (~> 4.0.1) |
| 347 | factory_girl_rails (~> 4.5.0) | 343 | factory_girl_rails (~> 4.5.0) |
| 348 | google-analytics-rails (~> 0.0.6) | 344 | google-analytics-rails (~> 0.0.6) |