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:13:46 -07:00
parent 65fa66d86a
commit a9ae64edfb
3 changed files with 15 additions and 2 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"