moved bundle-audit inside test group, added version file

This commit is contained in:
2023-10-24 17:53:56 -07:00
parent b62d45d0d8
commit 2cbe5f85b0
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -30,6 +30,6 @@ group :test do
gem 'rubocop', require: false
gem 'ruby_audit', '~> 2.2'
end
gem 'bundle-audit', '~> 0.1.0'
end
+1
View File
@@ -0,0 +1 @@
VERSION = '1.0.0'