From cb89bf100f85eddb4155daa31f56b41c4aeccb26 Mon Sep 17 00:00:00 2001 From: Nelson Jovel Date: Fri, 27 Sep 2024 14:16:26 -0700 Subject: [PATCH] chore: add deprecated gems to gemfile because they will get removed from the ruby standard library in the next version. Also address security vulnerabilities --- Gemfile | 2 ++ Gemfile.lock | 16 ++++++++++++++-- yarn.lock | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ebc7f9f4..7a638451 100644 --- a/Gemfile +++ b/Gemfile @@ -15,10 +15,12 @@ gem "devise", git: "https://github.com/heartcombo/devise" gem "ed25519" gem "friendly_id", "~> 5.1.0" gem "jsbundling-rails" +gem "logger" gem "net-sftp" gem "newrelic_rpm" gem "nokogiri" gem "observer", "~> 0.1.2" +gem "ostruct" gem "pg" gem "puma", ">= 6.4.0" gem "rails", "~> 7.1.3" diff --git a/Gemfile.lock b/Gemfile.lock index 978f62a7..63ec6c05 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -206,7 +206,15 @@ GEM activerecord (>= 4.0.0) globalid (1.2.1) activesupport (>= 6.1) - google-protobuf (3.25.1) + google-protobuf (4.28.2-arm64-darwin) + bigdecimal + rake (>= 13) + google-protobuf (4.28.2-x86_64-darwin) + bigdecimal + rake (>= 13) + google-protobuf (4.28.2-x86_64-linux) + bigdecimal + rake (>= 13) guard (2.18.1) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) @@ -247,6 +255,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.6.1) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -292,6 +301,7 @@ GEM shellany (~> 0.0) observer (0.1.2) orm_adapter (0.5.0) + ostruct (0.6.0) parallel (1.24.0) parallel_tests (4.4.0) parallel @@ -309,7 +319,7 @@ GEM psych (5.1.2) stringio public_suffix (5.0.4) - puma (6.4.2) + puma (6.4.3) nio4r (~> 2.0) racc (1.8.1) rack (3.1.7) @@ -521,11 +531,13 @@ DEPENDENCIES jsbundling-rails launchy listen (~> 3.8.0) + logger nested_scaffold net-sftp newrelic_rpm nokogiri observer (~> 0.1.2) + ostruct parallel_tests pg pg_query (>= 2) diff --git a/yarn.lock b/yarn.lock index d27664eb..9c5fb5bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1691,7 +1691,7 @@ brace-expansion@^1.1.7: balanced-match "^1.0.0" concat-map "0.0.1" -braces@^3.0.3, braces@~3.0.3: +braces@^3.0.2, braces@^3.0.3, braces@~3.0.2: version "3.0.3" resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==