Merge pull request #2606 from betagouv/fix-active-record-translations
Gemfile: add default ActiveRecord translations
This commit is contained in:
commit
b13db523d5
2 changed files with 8 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -49,6 +49,9 @@ gem 'devise-async'
|
|||
gem 'openid_connect'
|
||||
gem 'omniauth-github'
|
||||
|
||||
# Locales par défaut
|
||||
gem 'rails-i18n'
|
||||
|
||||
gem 'rest-client'
|
||||
gem 'typhoeus'
|
||||
|
||||
|
|
|
@ -599,6 +599,9 @@ GEM
|
|||
nokogiri (>= 1.6)
|
||||
rails-html-sanitizer (1.0.4)
|
||||
loofah (~> 2.2, >= 2.2.2)
|
||||
rails-i18n (5.1.1)
|
||||
i18n (>= 0.7, < 2)
|
||||
railties (>= 5.0, < 6)
|
||||
railties (5.2.1)
|
||||
actionpack (= 5.2.1)
|
||||
activesupport (= 5.2.1)
|
||||
|
@ -874,6 +877,7 @@ DEPENDENCIES
|
|||
rack-mini-profiler
|
||||
rails
|
||||
rails-controller-testing
|
||||
rails-i18n
|
||||
rbnacl-libsodium
|
||||
rest-client
|
||||
rgeo-geojson
|
||||
|
@ -908,4 +912,4 @@ DEPENDENCIES
|
|||
xray-rails
|
||||
|
||||
BUNDLED WITH
|
||||
1.16.3
|
||||
1.16.4
|
||||
|
|
Loading…
Reference in a new issue