File tree Expand file tree Collapse file tree 3 files changed +590
-0
lines changed Expand file tree Collapse file tree 3 files changed +590
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ sources :
3
+ - type : git
4
+ name : ruby/gem_rbs_collection
5
+ revision : d0d7aeed98fa74427b30b336fc402ea86d526f35
6
+ remote : https://github.com/ruby/gem_rbs_collection.git
7
+ repo_dir : gems
8
+ path : " .gem_rbs_collection"
9
+ gems :
10
+ - name : erb
11
+ version : ' 0'
12
+ source :
13
+ type : stdlib
14
+ - name : stackprof
15
+ version : ' 0.2'
16
+ source :
17
+ type : git
18
+ name : ruby/gem_rbs_collection
19
+ revision : d0d7aeed98fa74427b30b336fc402ea86d526f35
20
+ remote : https://github.com/ruby/gem_rbs_collection.git
21
+ repo_dir : gems
22
+ - name : strscan
23
+ version : ' 0'
24
+ source :
25
+ type : stdlib
26
+ gemfile_lock_path : Gemfile.lock
Original file line number Diff line number Diff line change
1
+ # Download sources
2
+ sources :
3
+ - type : git
4
+ name : ruby/gem_rbs_collection
5
+ remote : https://github.com/ruby/gem_rbs_collection.git
6
+ revision : main
7
+ repo_dir : gems
8
+
9
+ # You can specify local directories as sources also.
10
+ # - type: local
11
+ # path: path/to/your/local/repository
12
+
13
+ # A directory to install the downloaded RBSs
14
+ path : .gem_rbs_collection
15
+
16
+ gems :
17
+ # Skip loading rbs gem's RBS.
18
+ # It's unnecessary if you don't use rbs as a library.
19
+ - name : rbs
20
+ ignore : true
21
+ - name : strscan
22
+ - name : erb
You can’t perform that action at this time.
0 commit comments