chore: Resolve bundle audit (#6671)

- Update gems to resolve bundle Audit advisories
This commit is contained in:
Sojan Jose
2023-03-15 14:05:54 +05:30
committed by GitHub
parent a4bcb7f154
commit a99c37ae5e
4 changed files with 78 additions and 76 deletions

View File

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