Bump i18n-tasks from 0.9.34 to 0.9.35 (#15302)
Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 0.9.34 to 0.9.35. - [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/v0.9.34...v0.9.35) --- updated-dependencies: - dependency-name: i18n-tasks dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
15ae96390e
commit
04e7f2dae1
6 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -130,7 +130,7 @@ group :development do
|
|||
gem "erb_lint", "~> 0.0.37", require: false # ERB Linter tool
|
||||
gem "guard", "~> 2.18", require: false # Guard is a command line tool to easily handle events on file system modifications
|
||||
gem "guard-livereload", "~> 2.5", require: false # Guard::LiveReload automatically reloads your browser when 'view' files are modified
|
||||
gem "i18n-tasks", "~> 0.9.34" # Helpers to find and manage missing and unused translations
|
||||
gem "i18n-tasks", "~> 0.9.35" # Helpers to find and manage missing and unused translations
|
||||
gem "listen", "~> 3.7", require: false # Helps 'listen' to file system modifications events (also used by other gems like guard)
|
||||
gem "memory_profiler", "~> 1.0", require: false # Memory profiling routines for Ruby 2.3+
|
||||
gem "web-console", "~> 4.1" # Rails Console on the Browser
|
||||
|
|
|
|||
|
|
@ -392,7 +392,7 @@ GEM
|
|||
concurrent-ruby (~> 1.0)
|
||||
i18n-js (3.9.0)
|
||||
i18n (>= 0.6.6)
|
||||
i18n-tasks (0.9.34)
|
||||
i18n-tasks (0.9.35)
|
||||
activesupport (>= 4.0.2)
|
||||
ast (>= 2.1.0)
|
||||
erubi
|
||||
|
|
@ -806,7 +806,7 @@ GEM
|
|||
stripe (> 5, < 6)
|
||||
strong_migrations (0.7.8)
|
||||
activerecord (>= 5)
|
||||
terminal-table (3.0.1)
|
||||
terminal-table (3.0.2)
|
||||
unicode-display_width (>= 1.1.1, < 3)
|
||||
test-prof (1.0.7)
|
||||
thor (1.1.0)
|
||||
|
|
@ -948,7 +948,7 @@ DEPENDENCIES
|
|||
httparty (~> 0.20)
|
||||
hypershield (~> 0.2.2)
|
||||
i18n-js (~> 3.9.0)
|
||||
i18n-tasks (~> 0.9.34)
|
||||
i18n-tasks (~> 0.9.35)
|
||||
imgproxy (~> 2.0)
|
||||
inline_svg (~> 1.7)
|
||||
jbuilder (~> 2.11)
|
||||
|
|
|
|||
BIN
vendor/cache/i18n-tasks-0.9.34.gem
vendored
BIN
vendor/cache/i18n-tasks-0.9.34.gem
vendored
Binary file not shown.
BIN
vendor/cache/i18n-tasks-0.9.35.gem
vendored
Normal file
BIN
vendor/cache/i18n-tasks-0.9.35.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/terminal-table-3.0.1.gem
vendored
BIN
vendor/cache/terminal-table-3.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/terminal-table-3.0.2.gem
vendored
Normal file
BIN
vendor/cache/terminal-table-3.0.2.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue