chore: add deprecated gems to gemfile because they will get removed from the ruby standard library in the next version. Also address security vulnerabilities

pull/8/head
Nelson Jovel 1 year ago
parent 65fa66d86a
commit a9ae64edfb

@ -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"

@ -178,7 +178,9 @@ GEM
activerecord (>= 4.0.0)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (3.25.1)
google-protobuf (4.28.2-x86_64-linux)
bigdecimal
rake (>= 13)
guard (2.18.1)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
@ -220,6 +222,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
@ -261,6 +264,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.3.0)
parallel
@ -278,7 +282,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)
@ -487,11 +491,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)

@ -3619,6 +3619,11 @@ ws@8.17.1:
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
ws@^8.11.0:
version "8.18.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
xml-name-validator@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"

Loading…
Cancel
Save