Skip to content

Commit

Permalink
Give up and use all gems in rubocop CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Nov 16, 2024
1 parent 4200acb commit a9af84e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set BUNDLE_WITHOUT
run: echo "BUNDLE_WITHOUT=test docs release" >> $GITHUB_ENV

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ end
group :development do
gem 'byebug', platforms: :ruby
gem 'rubocop'
gem 'rubocop-minitest'
end

group :test do
Expand Down

0 comments on commit a9af84e

Please sign in to comment.