mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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'
|
||||
|
||||
# for internationalizing
|
||||
gem 'rails-i18n', '~> 5.0.0'
|
||||
gem 'rails-i18n'
|
||||
|
||||
# as authentification framework
|
||||
gem 'devise'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue