Skip to content

Commit

Permalink
ignore Gemfile.lock (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
invalidusrname authored Nov 25, 2022
1 parent bfe892b commit 7b8ec90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 134 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
release-type: ruby
version-file: "lib/image_scraper/version.rb"
- uses: actions/checkout@v3
- name: remove Gemfile.lock
if: "${{ steps.release.outputs.release_created }}"
run: |
rm Gemfile.lock
- name: install ruby
if: "${{ steps.release.outputs.release_created }}"
uses: ruby/setup-ruby@v1
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: remove Gemfile.lock
run: |
rm Gemfile.lock
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# rspec failure tracking
.rspec_status

/.bundle/
/.yardoc
/Gemfile*lock
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/

# rspec failure tracking
.rspec_status
124 changes: 0 additions & 124 deletions Gemfile.lock

This file was deleted.

0 comments on commit 7b8ec90

Please sign in to comment.