From 2cbe5f85b09cb00e0885d1c9309bc8054408ce7a Mon Sep 17 00:00:00 2001 From: Adam Townsend Date: Tue, 24 Oct 2023 17:53:56 -0700 Subject: [PATCH] moved bundle-audit inside test group, added version file --- Gemfile | 4 ++-- VERSION | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 VERSION diff --git a/Gemfile b/Gemfile index c654450..a9f4b0e 100644 --- a/Gemfile +++ b/Gemfile @@ -30,6 +30,6 @@ group :test do gem 'rubocop', require: false gem 'ruby_audit', '~> 2.2' -end -gem 'bundle-audit', '~> 0.1.0' + gem 'bundle-audit', '~> 0.1.0' +end diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..1e5a605 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +VERSION = '1.0.0'