Skip to content

Commit

Permalink
bu2
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbesen committed Oct 13, 2024
1 parent 416e675 commit df34f49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run RuboCop
run: bundle exec rubocop
- name: Run Bundler Audit
run: bundle audit check --update
run: bundle exec bundle-audit check --update
- name: Run tests
env:
GOOGLE_ACCOUNT_TYPE: ${{ secrets.GOOGLE_ACCOUNT_TYPE }}
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group :development, :test do
end

group :test do
gem 'bundle-audit', require: false
gem 'bundler-audit', require: false
gem 'byebug', require: false
gem 'rspec', require: false
gem 'simplecov', require: false
Expand Down
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ GEM
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
bundle-audit (0.1.0)
bundler-audit
bundler-audit (0.9.2)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
Expand Down Expand Up @@ -135,7 +133,7 @@ PLATFORMS
ruby

DEPENDENCIES
bundle-audit
bundler-audit
byebug
rake (~> 13.0)
rspec
Expand Down

0 comments on commit df34f49

Please sign in to comment.