diff --git a/Gemfile b/Gemfile index 6e1395c..1f34a73 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.6' +gem 'rails-i18n', '~> 7.0.7' gem 'rails-controller-testing' diff --git a/Gemfile.lock b/Gemfile.lock index df87073..253d43b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -147,9 +147,9 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.20.0) + loofah (2.21.2) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) mail (2.8.1) mini_mime (>= 0.1.1) net-imap @@ -175,7 +175,7 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) - nokogiri (1.14.3) + nokogiri (1.14.4) mini_portile2 (~> 2.8.0) racc (~> 1.4) oauth2 (1.4.7) @@ -233,7 +233,7 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.5.0) loofah (~> 2.19, >= 2.19.1) - rails-i18n (7.0.6) + rails-i18n (7.0.7) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) railties (7.0.4.3) @@ -274,7 +274,7 @@ GEM sqlite3 (1.6.2) mini_portile2 (~> 2.8.0) stringio (3.0.6) - thor (1.2.1) + thor (1.2.2) tilt (2.1.0) timeout (0.3.2) turbolinks (5.2.1) @@ -325,7 +325,7 @@ DEPENDENCIES puma (~> 6.2) rails (~> 7.0.4, >= 7.0.4.3) rails-controller-testing - rails-i18n (~> 7.0.6) + rails-i18n (~> 7.0.7) sassc-rails (~> 2.1.2) sdoc (~> 2.6.1) sqlite3 (~> 1.6.2)