Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/rb/rbs_collection.yaml
2864 views
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: steep
22
ignore: true
23
- name: selenium-webdriver
24
ignore: true
25
26