Skip to content

Commit

Permalink
Ignores Gemfile.lock. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFnord authored Mar 15, 2022
1 parent 2327575 commit 0aadeb8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run rubocop
run: rubocop --format progress --format json --out rubocop.json

test-ruby-matrix:
test:
runs-on: ubuntu-latest
needs: ['rubocop']
strategy:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.swp
data_uri-*.gem
Gemfile.lock
48 changes: 0 additions & 48 deletions Gemfile.lock

This file was deleted.

0 comments on commit 0aadeb8

Please sign in to comment.