added bundle-audit and ruby_audit gems

This commit is contained in:
2023-10-22 15:48:40 -07:00
parent c29d53a33b
commit a732eb2a61
2 changed files with 17 additions and 3 deletions
+7 -3
View File
@@ -2,6 +2,10 @@
source 'https://rubygems.org'
gem 'puma', '~> 6.4'
gem 'rackup', '~> 2.1'
gem 'roda', '~> 3.72'
gem 'sequel', '~> 5.72'
@@ -24,8 +28,8 @@ group :test do
gem 'simplecov'
gem 'rubocop', require: false
gem "ruby_audit", "~> 2.2"
end
gem 'puma', '~> 6.4'
gem 'rackup', '~> 2.1'
gem "bundle-audit", "~> 0.1.0"