Bump i18n-tasks from 1.0.9 to 1.0.10

Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 1.0.9 to 1.0.10.
- [Release notes](https://github.com/glebm/i18n-tasks/releases)
- [Changelog](https://github.com/glebm/i18n-tasks/blob/main/CHANGES.md)
- [Commits](https://github.com/glebm/i18n-tasks/compare/v1.0.9...v1.0.10)

---
updated-dependencies:
- dependency-name: i18n-tasks
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-13 07:43:30 +00:00 committed by GitHub
parent 4dce1c45af
commit af6819b9ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

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

View file

@ -123,7 +123,7 @@ GEM
htmlentities (4.3.4)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
i18n-tasks (1.0.9)
i18n-tasks (1.0.10)
activesupport (>= 4.0.2)
ast (>= 2.1.0)
better_html (~> 1.0)
@ -155,7 +155,7 @@ GEM
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.16.0)
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
@ -169,10 +169,10 @@ GEM
mini_portile2 (2.8.0)
minitest (5.15.0)
minitest-stub-const (0.6)
mocha (1.13.0)
mocha (1.14.0)
mysql2 (0.5.3)
nio4r (2.5.8)
nokogiri (1.13.4)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
parallel (1.22.1)
@ -342,7 +342,7 @@ DEPENDENCIES
factory_bot_rails
font-awesome-sass (~> 5.15.1)
htmlentities
i18n-tasks (~> 1.0.9)
i18n-tasks (~> 1.0.10)
jquery-rails (~> 4.4)
jquery-ui-rails (~> 6.0.1)
kt-paperclip (~> 7.1)