From 86b0cc3ad15ceefcfc550730fb3ec9225b3ec0c5 Mon Sep 17 00:00:00 2001 From: Yuri Smirnov Date: Thu, 12 Dec 2024 13:59:17 +0300 Subject: [PATCH] rm bundler-audit --- .github/workflows/test.yml | 2 -- Gemfile | 1 - Gemfile.lock | 4 ---- 3 files changed, 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 231cadb..7dcc966 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,8 +24,6 @@ jobs: run: bundle exec ci-helper CheckSpecSuffixes --extra-paths spec/*.rb --ignored-paths spec/*_helper.rb - name: Run specs run: bundle exec ci-helper RunSpecs - - name: Audit - run: bundle exec ci-helper BundlerAudit - name: Documentation coverage run: bundle exec rake doc:coverage - name: Coveralls diff --git a/Gemfile b/Gemfile index 46fd231..0973322 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,6 @@ source "https://rubygems.org" # Specify your gem's dependencies in lamian.gemspec gemspec -gem "bundler-audit" gem "ci-helper" gem "launchy" gem "pry" diff --git a/Gemfile.lock b/Gemfile.lock index 6756be2..b160541 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,9 +83,6 @@ GEM base64 (0.2.0) bigdecimal (3.1.8) builder (3.3.0) - bundler-audit (0.9.1) - bundler (>= 1.2.0, < 3) - thor (~> 1.0) childprocess (5.1.0) logger (~> 1.5) ci-helper (0.6.0) @@ -312,7 +309,6 @@ PLATFORMS x86_64-linux DEPENDENCIES - bundler-audit ci-helper lamian! launchy