Skip to content

Commit fd3ccda

Browse files
committed
chore: ignore rbs_collection.lock.yaml
1 parent a7ba6f6 commit fd3ccda

4 files changed

Lines changed: 3 additions & 52 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
ruby-version: "3.4"
2626
bundler-cache: true
27+
- run: bundle exec rbs collection install
2728
- run: bundle exec rake steep
2829

2930
test:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
doc
44
Gemfile.lock
55
pkg
6+
rbs_collection.lock.yaml

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ end
539539

540540
```bash
541541
$ bundle install
542+
$ bundle exec rbs collection install
542543
$ bundle exec rake
543544
```
544545

rbs_collection.lock.yaml

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

0 commit comments

Comments
 (0)