Merge pull request #3019 from TracksApp/dependabot/bundler/i18n-tasks-1.0.14

Bump i18n-tasks from 1.0.13 to 1.0.14
This commit is contained in:
Jyri-Petteri Paloposki 2024-06-14 08:09:50 +03:00 committed by GitHub
commit f024ff7650
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 18 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', '~> 1.0.13' gem 'i18n-tasks', '~> 1.0.14'
end end
group :development, :test do group :development, :test do

View file

@ -79,13 +79,6 @@ GEM
backport (1.2.0) backport (1.2.0)
bcrypt (3.1.20) bcrypt (3.1.20)
benchmark (0.3.0) benchmark (0.3.0)
better_html (2.0.2)
actionview (>= 6.0)
activesupport (>= 6.0)
ast (~> 2.0)
erubi (~> 1.4)
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)
@ -104,14 +97,14 @@ GEM
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.12.2) coffee-script-source (1.12.2)
concurrent-ruby (1.3.1) concurrent-ruby (1.3.3)
crass (1.0.6) crass (1.0.6)
database_cleaner (1.99.0) database_cleaner (1.99.0)
date (3.3.4) date (3.3.4)
diff-lcs (1.5.0) diff-lcs (1.5.0)
docile (1.1.5) docile (1.1.5)
e2mmap (0.1.0) e2mmap (0.1.0)
erubi (1.12.0) erubi (1.13.0)
execjs (2.8.1) execjs (2.8.1)
factory_bot (6.4.6) factory_bot (6.4.6)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
@ -123,14 +116,13 @@ GEM
sassc (~> 2.0) sassc (~> 2.0)
globalid (1.2.1) globalid (1.2.1)
activesupport (>= 6.1) activesupport (>= 6.1)
highline (2.1.0) highline (3.0.1)
htmlentities (4.3.4) htmlentities (4.3.4)
i18n (1.14.5) i18n (1.14.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
i18n-tasks (1.0.13) i18n-tasks (1.0.14)
activesupport (>= 4.0.2) activesupport (>= 4.0.2)
ast (>= 2.1.0) ast (>= 2.1.0)
better_html (>= 1.0, < 3.0)
erubi erubi
highline (>= 2.0.0) highline (>= 2.0.0)
i18n i18n
@ -193,11 +185,11 @@ GEM
net-smtp (0.5.0) net-smtp (0.5.0)
net-protocol net-protocol
nio4r (2.7.3) nio4r (2.7.3)
nokogiri (1.16.5) nokogiri (1.16.6)
mini_portile2 (~> 2.8.2) mini_portile2 (~> 2.8.2)
racc (~> 1.4) racc (~> 1.4)
parallel (1.25.1) parallel (1.25.1)
parser (3.3.2.0) parser (3.3.3.0)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
pg (1.5.6) pg (1.5.6)
@ -235,7 +227,7 @@ GEM
rails-html-sanitizer (1.6.0) rails-html-sanitizer (1.6.0)
loofah (~> 2.21) loofah (~> 2.21)
nokogiri (~> 1.14) nokogiri (~> 1.14)
rails-i18n (7.0.8) rails-i18n (7.0.9)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8) railties (>= 6.0.0, < 8)
rails_autolink (1.1.8) rails_autolink (1.1.8)
@ -295,7 +287,6 @@ GEM
json (>= 1.8, < 3) json (>= 1.8, < 3)
simplecov-html (~> 0.10.0) simplecov-html (~> 0.10.0)
simplecov-html (0.10.2) simplecov-html (0.10.2)
smart_properties (1.17.0)
solargraph (0.50.0) solargraph (0.50.0)
backport (~> 1.2) backport (~> 1.2)
benchmark benchmark
@ -368,7 +359,7 @@ DEPENDENCIES
factory_bot_rails factory_bot_rails
font-awesome-sass (~> 6.5.2) font-awesome-sass (~> 6.5.2)
htmlentities htmlentities
i18n-tasks (~> 1.0.13) i18n-tasks (~> 1.0.14)
jquery-rails (~> 4.6) jquery-rails (~> 4.6)
jquery-ui-rails (~> 7.0.0) jquery-ui-rails (~> 7.0.0)
kt-paperclip (~> 7.2) kt-paperclip (~> 7.2)