Do not lock rails-i18n in Gemfile
There is not reason to not use new versions of rails-i18n. Update to last version 1.6.0.
This commit is contained in:
parent
f0dde2dff4
commit
c05a2ad583
2 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -32,7 +32,7 @@ gem 'carrierwave-bombshelter'
|
||||||
gem 'mini_magick'
|
gem 'mini_magick'
|
||||||
|
|
||||||
# for internationalizing
|
# for internationalizing
|
||||||
gem 'rails-i18n', '~> 5.0.0'
|
gem 'rails-i18n'
|
||||||
|
|
||||||
# as authentification framework
|
# as authentification framework
|
||||||
gem 'devise'
|
gem 'devise'
|
||||||
|
|
|
||||||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -235,7 +235,7 @@ GEM
|
||||||
htmlentities (4.3.4)
|
htmlentities (4.3.4)
|
||||||
http-cookie (1.0.3)
|
http-cookie (1.0.3)
|
||||||
domain_name (~> 0.5)
|
domain_name (~> 0.5)
|
||||||
i18n (0.9.5)
|
i18n (1.6.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
i18n_data (0.8.0)
|
i18n_data (0.8.0)
|
||||||
inversion (1.1.1)
|
inversion (1.1.1)
|
||||||
|
|
@ -422,9 +422,9 @@ GEM
|
||||||
nokogiri (>= 1.6)
|
nokogiri (>= 1.6)
|
||||||
rails-html-sanitizer (1.0.4)
|
rails-html-sanitizer (1.0.4)
|
||||||
loofah (~> 2.2, >= 2.2.2)
|
loofah (~> 2.2, >= 2.2.2)
|
||||||
rails-i18n (5.0.4)
|
rails-i18n (5.1.3)
|
||||||
i18n (~> 0.7)
|
i18n (>= 0.7, < 2)
|
||||||
railties (~> 5.0)
|
railties (>= 5.0, < 6)
|
||||||
railties (5.0.7.2)
|
railties (5.0.7.2)
|
||||||
actionpack (= 5.0.7.2)
|
actionpack (= 5.0.7.2)
|
||||||
activesupport (= 5.0.7.2)
|
activesupport (= 5.0.7.2)
|
||||||
|
|
@ -685,7 +685,7 @@ DEPENDENCIES
|
||||||
rails-assets-trianglify!
|
rails-assets-trianglify!
|
||||||
rails-assets-waypoints!
|
rails-assets-waypoints!
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
rails-i18n (~> 5.0.0)
|
rails-i18n
|
||||||
rdoc-generator-fivefish
|
rdoc-generator-fivefish
|
||||||
recaptcha
|
recaptcha
|
||||||
redcarpet
|
redcarpet
|
||||||
|
|
@ -722,4 +722,4 @@ RUBY VERSION
|
||||||
ruby 2.5.0p0
|
ruby 2.5.0p0
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.1
|
1.17.3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue