diff --git a/Gemfile b/Gemfile index a4af27f3..0f80fbc1 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', '~> 11.1.3', platforms: %i[mri mingw x64_mingw] gem 'dotenv-rails', '~> 2.8.1', '>= 2.8.1' - gem 'i18n-tasks', '~> 1.0.12', '>= 1.0.12' + gem 'i18n-tasks', '~> 1.0.13' gem 'rspec-rails', '~> 6.0.3', '>= 6.0.3' gem 'rubocop', '~> 1.56.4' gem 'rubocop-performance', '~> 1.19.1' diff --git a/Gemfile.lock b/Gemfile.lock index b83d7902..a99b763c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,7 +106,7 @@ GEM aws-sigv4 (1.6.0) aws-eventstream (~> 1, >= 1.0.2) base64 (0.1.1) - better_html (2.0.1) + better_html (2.0.2) actionview (>= 6.0) activesupport (>= 6.0) ast (~> 2.0) @@ -145,14 +145,14 @@ GEM domain_name (~> 0.5) i18n (1.14.1) concurrent-ruby (~> 1.0) - i18n-tasks (1.0.12) + i18n-tasks (1.0.13) activesupport (>= 4.0.2) ast (>= 2.1.0) better_html (>= 1.0, < 3.0) erubi highline (>= 2.0.0) i18n - parser (>= 2.2.3.0) + parser (>= 3.2.2.1) rails-i18n rainbow (>= 2.2.2, < 4.0) terminal-table (>= 1.5.1) @@ -166,7 +166,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.21.3) + loofah (2.21.4) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -238,7 +238,7 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - rails-i18n (7.0.6) + rails-i18n (7.0.8) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) railties (7.0.8) @@ -360,7 +360,7 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.11) + zeitwerk (2.6.12) PLATFORMS ruby @@ -376,7 +376,7 @@ DEPENDENCIES byebug (~> 11.1.3) canonical-rails! dotenv-rails (~> 2.8.1, >= 2.8.1) - i18n-tasks (~> 1.0.12, >= 1.0.12) + i18n-tasks (~> 1.0.13) jbuilder (~> 2.11, >= 2.11.5) jwt (~> 2.7.1) listen (~> 3.8)