Skip to content

Commit 9a12339

Browse files
committed
Add yaml to rbs_collection.yaml
1 parent 25fc896 commit 9a12339

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

rbs_collection.lock.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ gems:
1717
revision: 704f7e6b395fca717cc25c562598ca86015ed545
1818
remote: https://github.com/ruby/gem_rbs_collection.git
1919
repo_dir: gems
20+
- name: dbm
21+
version: '0'
22+
source:
23+
type: stdlib
2024
- name: diff-lcs
2125
version: '1.5'
2226
source:
@@ -49,6 +53,14 @@ gems:
4953
revision: 704f7e6b395fca717cc25c562598ca86015ed545
5054
remote: https://github.com/ruby/gem_rbs_collection.git
5155
repo_dir: gems
56+
- name: pstore
57+
version: '0'
58+
source:
59+
type: stdlib
60+
- name: psych
61+
version: '0'
62+
source:
63+
type: stdlib
5264
- name: rainbow
5365
version: '3.0'
5466
source:
@@ -97,4 +109,8 @@ gems:
97109
revision: 704f7e6b395fca717cc25c562598ca86015ed545
98110
remote: https://github.com/ruby/gem_rbs_collection.git
99111
repo_dir: gems
112+
- name: yaml
113+
version: '0'
114+
source:
115+
type: stdlib
100116
gemfile_lock_path: Gemfile.lock

rbs_collection.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ gems:
2222
ignore: true
2323
- name: ruby_header_parser
2424
ignore: true
25+
26+
- name: yaml

0 commit comments

Comments
 (0)