diff --git a/Gemfile b/Gemfile index ac48b0b6b..94bb7c11c 100644 --- a/Gemfile +++ b/Gemfile @@ -129,7 +129,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.36" # Helpers to find and manage missing and unused translations + gem "i18n-tasks", "~> 0.9.37" # 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 8a711da7c..e38b839f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -392,7 +392,7 @@ GEM concurrent-ruby (~> 1.0) i18n-js (3.9.0) i18n (>= 0.6.6) - i18n-tasks (0.9.36) + i18n-tasks (0.9.37) activesupport (>= 4.0.2) ast (>= 2.1.0) erubi @@ -606,9 +606,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.4.2) loofah (~> 2.3) - rails-i18n (6.0.0) + rails-i18n (7.0.1) i18n (>= 0.7, < 2) - railties (>= 6.0.0, < 7) + railties (>= 6.0.0, < 8) railties (6.1.4.4) actionpack (= 6.1.4.4) activesupport (= 6.1.4.4) @@ -974,7 +974,7 @@ DEPENDENCIES httpclient (~> 2.8.3) hypershield (~> 0.2.2) i18n-js (~> 3.9.0) - i18n-tasks (~> 0.9.36) + i18n-tasks (~> 0.9.37) imgproxy (~> 2.0) inline_svg (~> 1.7) jbuilder (~> 2.11) diff --git a/vendor/cache/i18n-tasks-0.9.36.gem b/vendor/cache/i18n-tasks-0.9.36.gem deleted file mode 100644 index c885383d2..000000000 Binary files a/vendor/cache/i18n-tasks-0.9.36.gem and /dev/null differ diff --git a/vendor/cache/i18n-tasks-0.9.37.gem b/vendor/cache/i18n-tasks-0.9.37.gem new file mode 100644 index 000000000..c4cde9b19 Binary files /dev/null and b/vendor/cache/i18n-tasks-0.9.37.gem differ diff --git a/vendor/cache/rails-i18n-6.0.0.gem b/vendor/cache/rails-i18n-6.0.0.gem deleted file mode 100644 index 7746e97b3..000000000 Binary files a/vendor/cache/rails-i18n-6.0.0.gem and /dev/null differ diff --git a/vendor/cache/rails-i18n-7.0.1.gem b/vendor/cache/rails-i18n-7.0.1.gem new file mode 100644 index 000000000..a2589bc94 Binary files /dev/null and b/vendor/cache/rails-i18n-7.0.1.gem differ