Skip to content

Commit fb1340c

Browse files
committed
Project: Remove dependency lock file Gemfile.lock. This is a library.
1 parent 59556c1 commit fb1340c

4 files changed

Lines changed: 2 additions & 84 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
id: cache-gems
6060
with:
6161
path: vendor/bundle
62-
key: gems-os=${{ matrix.os }}-ruby=${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
62+
key: gems-os=${{ matrix.os }}-ruby=${{ matrix.ruby-version }}-${{ hashFiles('**/*.gemspec') }}
6363

6464
- name: Bundle install
6565
run: |

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.gem
2+
*.lock
23
*.rbc
34
.bundle
45
.config

DEVELOP.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ Update linter violations file::
2828

2929
$ bundle exec rubocop --auto-gen-config
3030

31-
Dependencies
32-
============
33-
34-
Update lock file ``Gemfile.lock``::
35-
36-
$ bundle update
37-
38-
3931
Preparing a Release
4032
===================
4133

Gemfile.lock

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)