diff --git a/Gemfile b/Gemfile index 345d4c1..ca44f53 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'coffee-rails', '~> 5.0.0' # See https://github.com/sstephenson/execjs#readme for more supported runtimes # gem 'therubyracer', platforms: :ruby -gem 'rails-i18n', '~> 7.0.1' +gem 'rails-i18n', '~> 7.0.2' gem 'rails-controller-testing' diff --git a/Gemfile.lock b/Gemfile.lock index e3cb48e..ff070f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM activesupport (>= 5.0) hashdiff (1.0.1) hashie (5.0.0) - i18n (1.9.1) + i18n (1.10.0) concurrent-ruby (~> 1.0) io-wait (0.2.1) jbuilder (2.11.5) @@ -148,7 +148,7 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.13.0) + loofah (2.14.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -240,7 +240,7 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.4.2) loofah (~> 2.3) - rails-i18n (7.0.1) + rails-i18n (7.0.2) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) railties (7.0.1) @@ -334,7 +334,7 @@ DEPENDENCIES puma (~> 5.5) rails (= 7.0.1) rails-controller-testing - rails-i18n (~> 7.0.1) + rails-i18n (~> 7.0.2) sassc-rails (~> 2.1.2) sdoc (~> 2.2.0) sqlite3 (~> 1.4.1)