diff --git a/Gemfile b/Gemfile index 99c8e7625..cd48072e5 100644 --- a/Gemfile +++ b/Gemfile @@ -122,7 +122,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", "~> 1.0.6" # Helpers to find and manage missing and unused translations + gem "i18n-tasks", "~> 1.0.7" # 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 "solargraph", "~> 0.44", require: false # For LSP support (such as symbol renaming, documentation lookup) diff --git a/Gemfile.lock b/Gemfile.lock index 27ed6e493..533a8f30f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -402,7 +402,7 @@ GEM concurrent-ruby (~> 1.0) i18n-js (3.9.2) i18n (>= 0.6.6) - i18n-tasks (1.0.6) + i18n-tasks (1.0.7) activesupport (>= 4.0.2) ast (>= 2.1.0) better_html (~> 1.0) @@ -1002,7 +1002,7 @@ DEPENDENCIES httpclient (~> 2.8.3) hypershield (~> 0.2.2) i18n-js (~> 3.9.2) - i18n-tasks (~> 1.0.6) + i18n-tasks (~> 1.0.7) imgproxy (~> 2.0) inline_svg (~> 1.8) jbuilder (~> 2.11) diff --git a/vendor/cache/i18n-tasks-1.0.6.gem b/vendor/cache/i18n-tasks-1.0.6.gem deleted file mode 100644 index 83d4ab046..000000000 Binary files a/vendor/cache/i18n-tasks-1.0.6.gem and /dev/null differ diff --git a/vendor/cache/i18n-tasks-1.0.7.gem b/vendor/cache/i18n-tasks-1.0.7.gem new file mode 100644 index 000000000..74a8804da Binary files /dev/null and b/vendor/cache/i18n-tasks-1.0.7.gem differ