We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Gemfile.lock
1 parent 59556c1 commit fb1340cCopy full SHA for fb1340c
4 files changed
.github/workflows/tests.yml
@@ -59,7 +59,7 @@ jobs:
59
id: cache-gems
60
with:
61
path: vendor/bundle
62
- key: gems-os=${{ matrix.os }}-ruby=${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
+ key: gems-os=${{ matrix.os }}-ruby=${{ matrix.ruby-version }}-${{ hashFiles('**/*.gemspec') }}
63
64
- name: Bundle install
65
run: |
.gitignore
@@ -1,4 +1,5 @@
1
*.gem
2
+*.lock
3
*.rbc
4
.bundle
5
.config
DEVELOP.rst
@@ -28,14 +28,6 @@ Update linter violations file::
28
29
$ bundle exec rubocop --auto-gen-config
30
31
-Dependencies
32
-============
33
-
34
-Update lock file ``Gemfile.lock``::
35
36
- $ bundle update
37
38
39
Preparing a Release
40
===================
41
Gemfile.lock
0 commit comments