forked from External/greenlight
GRN2-xx: Updated i18n-language-mapping to 0.1.1 (#1361)
Updated i18n-language-mapping to 0.1.1
This commit is contained in:
parent
8049ddbd01
commit
a11d79f1dc
2
Gemfile
2
Gemfile
|
@ -131,4 +131,4 @@ gem 'random_password'
|
||||||
# Adds helpers for the Google reCAPTCHA API
|
# Adds helpers for the Google reCAPTCHA API
|
||||||
gem "recaptcha"
|
gem "recaptcha"
|
||||||
|
|
||||||
gem 'i18n-language-mapping', '~> 0.1.0'
|
gem 'i18n-language-mapping', '~> 0.1.1'
|
||||||
|
|
|
@ -142,7 +142,7 @@ GEM
|
||||||
http_accept_language (2.1.1)
|
http_accept_language (2.1.1)
|
||||||
i18n (1.6.0)
|
i18n (1.6.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
i18n-language-mapping (0.1.0)
|
i18n-language-mapping (0.1.1)
|
||||||
jaro_winkler (1.5.3)
|
jaro_winkler (1.5.3)
|
||||||
jbuilder (2.9.1)
|
jbuilder (2.9.1)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
|
@ -364,7 +364,7 @@ DEPENDENCIES
|
||||||
font-awesome-sass (~> 5.9.0)
|
font-awesome-sass (~> 5.9.0)
|
||||||
hiredis
|
hiredis
|
||||||
http_accept_language
|
http_accept_language
|
||||||
i18n-language-mapping (~> 0.1.0)
|
i18n-language-mapping (~> 0.1.1)
|
||||||
jbuilder (~> 2.5)
|
jbuilder (~> 2.5)
|
||||||
jquery-rails (~> 4.3.3)
|
jquery-rails (~> 4.3.3)
|
||||||
jquery-ui-rails
|
jquery-ui-rails
|
||||||
|
|
Loading…
Reference in New Issue