Merge pull request #2764 from TracksApp/dependabot/bundler/i18n-tasks-1.0.8

Bump i18n-tasks from 0.9.37 to 1.0.8
This commit is contained in:
Jyri-Petteri Paloposki 2022-04-07 20:02:07 +03:00 committed by GitHub
commit a928a1ead0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 6 deletions

View file

@ -46,7 +46,7 @@ group :development do
gem 'rack-mini-profiler' gem 'rack-mini-profiler'
gem 'solargraph' gem 'solargraph'
gem 'i18n-tasks', '~> 0.9.37' gem 'i18n-tasks', '~> 1.0.8'
end end
group :development, :test do group :development, :test do

View file

@ -74,6 +74,14 @@ GEM
backport (1.2.0) backport (1.2.0)
bcrypt (3.1.17) bcrypt (3.1.17)
benchmark (0.2.0) benchmark (0.2.0)
better_html (1.0.16)
actionview (>= 4.0)
activesupport (>= 4.0)
ast (~> 2.0)
erubi (~> 1.4)
html_tokenizer (~> 0.0.6)
parser (>= 2.4)
smart_properties
bootstrap-sass (3.4.1) bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1) autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0) sassc (>= 2.0.0)
@ -92,7 +100,7 @@ GEM
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.12.2) coffee-script-source (1.12.2)
concurrent-ruby (1.1.9) concurrent-ruby (1.1.10)
crass (1.0.6) crass (1.0.6)
database_cleaner (1.8.5) database_cleaner (1.8.5)
diff-lcs (1.5.0) diff-lcs (1.5.0)
@ -111,12 +119,14 @@ GEM
globalid (1.0.0) globalid (1.0.0)
activesupport (>= 5.0) activesupport (>= 5.0)
highline (2.0.3) highline (2.0.3)
html_tokenizer (0.0.7)
htmlentities (4.3.4) htmlentities (4.3.4)
i18n (1.10.0) i18n (1.10.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
i18n-tasks (0.9.37) i18n-tasks (1.0.8)
activesupport (>= 4.0.2) activesupport (>= 4.0.2)
ast (>= 2.1.0) ast (>= 2.1.0)
better_html (~> 1.0)
erubi erubi
highline (>= 2.0.0) highline (>= 2.0.0)
i18n i18n
@ -145,7 +155,7 @@ GEM
listen (3.7.1) listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.14.0) loofah (2.16.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.7.1)
@ -201,7 +211,7 @@ GEM
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2) rails-html-sanitizer (1.4.2)
loofah (~> 2.3) loofah (~> 2.3)
rails-i18n (7.0.1) rails-i18n (7.0.3)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8) railties (>= 6.0.0, < 8)
rails_autolink (1.1.6) rails_autolink (1.1.6)
@ -256,6 +266,7 @@ GEM
simplecov_json_formatter (~> 0.1) simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3) simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2) simplecov_json_formatter (0.1.2)
smart_properties (1.17.0)
solargraph (0.44.3) solargraph (0.44.3)
backport (~> 1.2) backport (~> 1.2)
benchmark benchmark
@ -331,7 +342,7 @@ DEPENDENCIES
factory_bot_rails factory_bot_rails
font-awesome-sass (~> 5.15.1) font-awesome-sass (~> 5.15.1)
htmlentities htmlentities
i18n-tasks (~> 0.9.37) i18n-tasks (~> 1.0.8)
jquery-rails (~> 4.4) jquery-rails (~> 4.4)
jquery-ui-rails (~> 6.0.1) jquery-ui-rails (~> 6.0.1)
kt-paperclip (~> 7.1) kt-paperclip (~> 7.1)