Lock i18n
gem to version 1.14.1
(#29674)
This commit is contained in:
parent
be52633ee4
commit
62722238c9
2 changed files with 2 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -58,6 +58,7 @@ gem 'htmlentities', '~> 4.3'
|
|||
gem 'http', '~> 5.1'
|
||||
gem 'http_accept_language', '~> 2.1'
|
||||
gem 'httplog', '~> 1.6.2'
|
||||
gem 'i18n', '1.14.1' # TODO: Remove version when resolved: https://github.com/glebm/i18n-tasks/issues/552 / https://github.com/ruby-i18n/i18n/pull/688
|
||||
gem 'idn-ruby', require: 'idn'
|
||||
gem 'inline_svg'
|
||||
gem 'kaminari', '~> 1.2'
|
||||
|
|
|
@ -866,6 +866,7 @@ DEPENDENCIES
|
|||
http (~> 5.1)
|
||||
http_accept_language (~> 2.1)
|
||||
httplog (~> 1.6.2)
|
||||
i18n (= 1.14.1)
|
||||
i18n-tasks (~> 1.0)
|
||||
idn-ruby
|
||||
inline_svg
|
||||
|
|
Loading…
Reference in a new issue