Commit c21c69930dbfb2287d77797ef61d3a4e508041d1

Authored by Rafael Manzo
1 parent cd92e74c

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 66 # Browser language detection
67 67 gem 'http_accept_language'
68 68  
69   -# Devise translations
70   -gem 'devise-i18n'
71   -gem 'devise-i18n-views'
72   -
73 69 group :test do
74 70 # Easier test writing
75 71 gem "shoulda-matchers", '~> 2.8.0'
... ...
Gemfile.lock
... ... @@ -116,8 +116,6 @@ GEM
116 116 responders
117 117 thread_safe (~> 0.1)
118 118 warden (~> 1.2.3)
119   - devise-i18n (0.12.0)
120   - devise-i18n-views (0.3.4)
121 119 diff-lcs (1.2.5)
122 120 docile (1.1.5)
123 121 domain_name (0.5.23)
... ... @@ -341,8 +339,6 @@ DEPENDENCIES
341 339 dalli (~> 2.7.0)
342 340 database_cleaner (~> 1.4.1)
343 341 devise (~> 3.4.0)
344   - devise-i18n
345   - devise-i18n-views
346 342 exception_notification (~> 4.0.1)
347 343 factory_girl_rails (~> 4.5.0)
348 344 google-analytics-rails (~> 0.0.6)
... ...