Merge pull request #2606 from betagouv/fix-active-record-translations

Gemfile: add default ActiveRecord translations
This commit is contained in:
Paul Chavard 2018-09-18 13:39:49 +01:00 committed by GitHub
commit b13db523d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -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'

View file

@ -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