Skip to content

Commit

Permalink
rm bundler-audit
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Dec 12, 2024
1 parent 0bcfded commit 86b0cc3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -312,7 +309,6 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
bundler-audit
ci-helper
lamian!
launchy
Expand Down

0 comments on commit 86b0cc3

Please sign in to comment.