diff --git a/Gemfile.lock b/Gemfile.lock index 58e82fe61..e9781195f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -163,7 +163,7 @@ GEM highline (3.1.2) reline httpclient (2.8.3) - i18n (1.14.6) + i18n (1.14.7) concurrent-ruby (~> 1.0) io-console (0.8.0-java) jdbc-mysql (8.4.0.1) @@ -220,7 +220,7 @@ GEM net-ssh-gateway (2.0.0) net-ssh (>= 4.0.0) nio4r (2.7.4-java) - nokogiri (1.18.1-java) + nokogiri (1.18.2-java) racc (~> 1.4) oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) @@ -233,8 +233,8 @@ GEM hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection - omniauth-google-oauth2 (1.2.0) - jwt (>= 2.9) + omniauth-google-oauth2 (1.2.1) + jwt (>= 2.9.2) oauth2 (~> 2.0) omniauth (~> 2.0) omniauth-oauth2 (~> 1.8) @@ -335,7 +335,7 @@ GEM rubocop-performance (1.23.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.28.0) + rubocop-rails (2.29.0) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) @@ -389,7 +389,7 @@ GEM timeout (0.4.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - tzinfo-data (1.2024.2) + tzinfo-data (1.2025.1) tzinfo (>= 1.0.0) uglifier (4.2.1) execjs (>= 0.3.0, < 3) @@ -485,4 +485,4 @@ RUBY VERSION ruby 3.1.4p0 (jruby 9.4.9.0) BUNDLED WITH - 2.5.23 + 2.3.26 diff --git a/vendor/cache/i18n-1.14.6.gem b/vendor/cache/i18n-1.14.6.gem deleted file mode 100644 index a5feb41d4..000000000 Binary files a/vendor/cache/i18n-1.14.6.gem and /dev/null differ diff --git a/vendor/cache/i18n-1.14.7.gem b/vendor/cache/i18n-1.14.7.gem new file mode 100644 index 000000000..9307337ff Binary files /dev/null and b/vendor/cache/i18n-1.14.7.gem differ diff --git a/vendor/cache/nokogiri-1.18.1-java.gem b/vendor/cache/nokogiri-1.18.2-java.gem similarity index 58% rename from vendor/cache/nokogiri-1.18.1-java.gem rename to vendor/cache/nokogiri-1.18.2-java.gem index e8d36ed5f..233a0ef7f 100644 Binary files a/vendor/cache/nokogiri-1.18.1-java.gem and b/vendor/cache/nokogiri-1.18.2-java.gem differ diff --git a/vendor/cache/omniauth-google-oauth2-1.2.0.gem b/vendor/cache/omniauth-google-oauth2-1.2.0.gem deleted file mode 100644 index 01cf956dd..000000000 Binary files a/vendor/cache/omniauth-google-oauth2-1.2.0.gem and /dev/null differ diff --git a/vendor/cache/omniauth-google-oauth2-1.2.1.gem b/vendor/cache/omniauth-google-oauth2-1.2.1.gem new file mode 100644 index 000000000..3ea738723 Binary files /dev/null and b/vendor/cache/omniauth-google-oauth2-1.2.1.gem differ diff --git a/vendor/cache/rubocop-rails-2.28.0.gem b/vendor/cache/rubocop-rails-2.28.0.gem deleted file mode 100644 index f7576a19f..000000000 Binary files a/vendor/cache/rubocop-rails-2.28.0.gem and /dev/null differ diff --git a/vendor/cache/rubocop-rails-2.29.0.gem b/vendor/cache/rubocop-rails-2.29.0.gem new file mode 100644 index 000000000..54513130c Binary files /dev/null and b/vendor/cache/rubocop-rails-2.29.0.gem differ diff --git a/vendor/cache/tzinfo-data-1.2024.2.gem b/vendor/cache/tzinfo-data-1.2024.2.gem deleted file mode 100644 index 02e61db81..000000000 Binary files a/vendor/cache/tzinfo-data-1.2024.2.gem and /dev/null differ diff --git a/vendor/cache/tzinfo-data-1.2025.1.gem b/vendor/cache/tzinfo-data-1.2025.1.gem new file mode 100644 index 000000000..236f1ef9b Binary files /dev/null and b/vendor/cache/tzinfo-data-1.2025.1.gem differ