chore: [Snyk] Security upgrade rails from 7.0.7.2 to 7.0.8 (#7888)

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Sojan Jose
2023-09-11 19:12:38 -07:00
committed by GitHub
parent e39d19b1e8
commit 272f920811
2 changed files with 60 additions and 60 deletions

View File

@@ -4,7 +4,7 @@ ruby '3.2.2'
##-- base gems for rails --##
gem 'rack-cors', require: 'rack/cors'
gem 'rails', '~> 7.0.7.2'
gem 'rails', '~> 7.0.8.0'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', require: false