diff --git a/Gemfile b/Gemfile index 48bd9be7..6bc36f43 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ group :development, :optional => true do gem 'rack-mini-profiler' gem 'solargraph' - gem 'i18n-tasks', '~> 1.0.14' + gem 'i18n-tasks', '~> 1.0.15' end group :development, :test, :optional => true do diff --git a/Gemfile.lock b/Gemfile.lock index f95d1a32..0238d3cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,13 +91,13 @@ GEM acts_as_list (1.2.4) activerecord (>= 6.1) activesupport (>= 6.1) - ast (2.4.2) + ast (2.4.3) autoprefixer-rails (10.4.21.0) execjs (~> 2) backport (1.2.0) base64 (0.3.0) bcrypt (3.1.20) - benchmark (0.4.0) + benchmark (0.4.1) bigdecimal (3.2.2) bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) @@ -137,7 +137,7 @@ GEM docile (1.1.5) drb (2.2.3) erb (5.0.1) - erubi (1.13.0) + erubi (1.13.1) execjs (2.10.0) factory_bot (6.5.0) activesupport (>= 5.0.0) @@ -152,11 +152,12 @@ GEM google-protobuf (4.31.1) bigdecimal rake (>= 13) - highline (3.0.1) + highline (3.1.2) + reline htmlentities (4.3.4) - i18n (1.14.6) + i18n (1.14.7) concurrent-ruby (~> 1.0) - i18n-tasks (1.0.14) + i18n-tasks (1.0.15) activesupport (>= 4.0.2) ast (>= 2.1.0) erubi @@ -165,6 +166,7 @@ GEM parser (>= 3.2.2.1) rails-i18n rainbow (>= 2.2.2, < 4.0) + ruby-progressbar (~> 1.8, >= 1.8.1) terminal-table (>= 1.5.1) io-console (0.8.0) irb (1.15.2) @@ -194,8 +196,8 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.5) - loofah (2.23.1) + logger (1.7.0) + loofah (2.24.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -211,7 +213,7 @@ GEM mini_portile2 (2.8.9) mini_racer (0.12.0) libv8-node (~> 21.7.2.0) - minitest (5.25.1) + minitest (5.25.5) minitest-stub-const (0.6) mocha (2.7.1) ruby2_keywords (>= 0.0.5) @@ -227,13 +229,13 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.4) - nokogiri (1.17.2) + nokogiri (1.18.8) mini_portile2 (~> 2.8.2) racc (~> 1.4) observer (0.1.2) ostruct (0.6.1) parallel (1.26.3) - parser (3.3.7.0) + parser (3.3.8.0) ast (~> 2.4.1) racc pg (1.5.9) @@ -252,7 +254,7 @@ GEM rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) rackup (2.2.1) rack (>= 3) @@ -278,10 +280,10 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.1) + rails-html-sanitizer (1.6.2) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - rails-i18n (7.0.9) + rails-i18n (7.0.10) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) rails_autolink (1.1.8) @@ -297,7 +299,7 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.2.1) + rake (13.3.0) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) @@ -377,8 +379,8 @@ GEM mini_portile2 (~> 2.8.0) stringio (3.1.7) stripe (13.3.1) - terminal-table (3.0.2) - unicode-display_width (>= 1.1.1, < 3) + terminal-table (4.0.0) + unicode-display_width (>= 1.1.1, < 4) terrapin (0.6.0) climate_control (>= 0.0.3, < 1.0) thor (1.3.2) @@ -394,7 +396,9 @@ GEM concurrent-ruby (~> 1.0) uglifier (4.2.1) execjs (>= 0.3.0, < 3) - unicode-display_width (2.6.0) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) uniform_notifier (1.16.0) websocket-driver (0.8.0) base64 @@ -402,7 +406,7 @@ GEM websocket-extensions (0.1.5) will_paginate (4.0.1) yard (0.9.37) - zeitwerk (2.6.18) + zeitwerk (2.7.3) PLATFORMS ruby @@ -424,7 +428,7 @@ DEPENDENCIES factory_bot_rails font-awesome-sass (~> 6.7.2) htmlentities - i18n-tasks (~> 1.0.14) + i18n-tasks (~> 1.0.15) jquery-rails (~> 4.6) jquery-ui-rails (~> 7.0.0) kt-paperclip (~> 7.2)