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

This commit is contained in:
Nelson Jovel 2024-09-27 14:16:26 -07:00
parent f01529a2a2
commit cb89bf100f
3 changed files with 17 additions and 3 deletions

View file

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