Skip to content

Commit 86b0cc3

Browse files
committed
rm bundler-audit
1 parent 0bcfded commit 86b0cc3

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
run: bundle exec ci-helper CheckSpecSuffixes --extra-paths spec/*.rb --ignored-paths spec/*_helper.rb
2525
- name: Run specs
2626
run: bundle exec ci-helper RunSpecs
27-
- name: Audit
28-
run: bundle exec ci-helper BundlerAudit
2927
- name: Documentation coverage
3028
run: bundle exec rake doc:coverage
3129
- name: Coveralls

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ source "https://rubygems.org"
55
# Specify your gem's dependencies in lamian.gemspec
66
gemspec
77

8-
gem "bundler-audit"
98
gem "ci-helper"
109
gem "launchy"
1110
gem "pry"

Gemfile.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ GEM
8383
base64 (0.2.0)
8484
bigdecimal (3.1.8)
8585
builder (3.3.0)
86-
bundler-audit (0.9.1)
87-
bundler (>= 1.2.0, < 3)
88-
thor (~> 1.0)
8986
childprocess (5.1.0)
9087
logger (~> 1.5)
9188
ci-helper (0.6.0)
@@ -312,7 +309,6 @@ PLATFORMS
312309
x86_64-linux
313310

314311
DEPENDENCIES
315-
bundler-audit
316312
ci-helper
317313
lamian!
318314
launchy

0 commit comments

Comments
 (0)