Merge pull request #3442 from consul/dependabot/bundler/i18n-tasks-0.9.29
Bump i18n-tasks from 0.9.25 to 0.9.29
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -70,7 +70,7 @@ group :development, :test do
|
|||||||
gem "byebug", "~> 10.0.0"
|
gem "byebug", "~> 10.0.0"
|
||||||
gem "factory_bot_rails", "~> 4.8.2"
|
gem "factory_bot_rails", "~> 4.8.2"
|
||||||
gem "faker", "~> 1.8.7"
|
gem "faker", "~> 1.8.7"
|
||||||
gem "i18n-tasks", "~> 0.9.25"
|
gem "i18n-tasks", "~> 0.9.29"
|
||||||
gem "knapsack_pro", "~> 1.1.0"
|
gem "knapsack_pro", "~> 1.1.0"
|
||||||
gem "launchy", "~> 2.4.3"
|
gem "launchy", "~> 2.4.3"
|
||||||
gem "letter_opener_web", "~> 1.3.4"
|
gem "letter_opener_web", "~> 1.3.4"
|
||||||
|
|||||||
14
Gemfile.lock
14
Gemfile.lock
@@ -210,7 +210,7 @@ GEM
|
|||||||
rubocop (~> 0.51)
|
rubocop (~> 0.51)
|
||||||
smart_properties
|
smart_properties
|
||||||
errbase (0.0.3)
|
errbase (0.0.3)
|
||||||
erubi (1.7.1)
|
erubi (1.8.0)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
factory_bot (4.8.2)
|
factory_bot (4.8.2)
|
||||||
@@ -250,7 +250,7 @@ GEM
|
|||||||
gyoku (1.3.1)
|
gyoku (1.3.1)
|
||||||
builder (>= 2.1.2)
|
builder (>= 2.1.2)
|
||||||
hashie (3.5.7)
|
hashie (3.5.7)
|
||||||
highline (2.0.0)
|
highline (2.0.2)
|
||||||
html_tokenizer (0.0.7)
|
html_tokenizer (0.0.7)
|
||||||
htmlentities (4.3.4)
|
htmlentities (4.3.4)
|
||||||
httparty (0.17.0)
|
httparty (0.17.0)
|
||||||
@@ -261,13 +261,14 @@ GEM
|
|||||||
socksify
|
socksify
|
||||||
i18n (0.9.5)
|
i18n (0.9.5)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
i18n-tasks (0.9.25)
|
i18n-tasks (0.9.29)
|
||||||
activesupport (>= 4.0.2)
|
activesupport (>= 4.0.2)
|
||||||
ast (>= 2.1.0)
|
ast (>= 2.1.0)
|
||||||
erubi
|
erubi
|
||||||
highline (>= 2.0.0)
|
highline (>= 2.0.0)
|
||||||
i18n
|
i18n
|
||||||
parser (>= 2.2.3.0)
|
parser (>= 2.2.3.0)
|
||||||
|
rails-i18n
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
terminal-table (>= 1.5.1)
|
terminal-table (>= 1.5.1)
|
||||||
ice_nine (0.11.2)
|
ice_nine (0.11.2)
|
||||||
@@ -379,7 +380,7 @@ GEM
|
|||||||
parallel (1.17.0)
|
parallel (1.17.0)
|
||||||
paranoia (2.4.1)
|
paranoia (2.4.1)
|
||||||
activerecord (>= 4.0, < 5.3)
|
activerecord (>= 4.0, < 5.3)
|
||||||
parser (2.6.3.0)
|
parser (2.6.4.1)
|
||||||
ast (~> 2.4.0)
|
ast (~> 2.4.0)
|
||||||
pg (0.21.0)
|
pg (0.21.0)
|
||||||
pg_search (2.0.1)
|
pg_search (2.0.1)
|
||||||
@@ -417,6 +418,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.1.3)
|
||||||
|
i18n (>= 0.7, < 2)
|
||||||
|
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)
|
||||||
@@ -613,7 +617,7 @@ DEPENDENCIES
|
|||||||
graphiql-rails (~> 1.4.1)
|
graphiql-rails (~> 1.4.1)
|
||||||
graphql (~> 1.7.8)
|
graphql (~> 1.7.8)
|
||||||
groupdate (~> 3.2.0)
|
groupdate (~> 3.2.0)
|
||||||
i18n-tasks (~> 0.9.25)
|
i18n-tasks (~> 0.9.29)
|
||||||
initialjs-rails (~> 0.2.0.5)
|
initialjs-rails (~> 0.2.0.5)
|
||||||
invisible_captcha (~> 0.10.0)
|
invisible_captcha (~> 0.10.0)
|
||||||
jquery-fileupload-rails
|
jquery-fileupload-rails
|
||||||
|
|||||||
Reference in New Issue
Block a user