Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle install
- run: bundle exec rbs collection install
- run: bundle exec steep check
test-ruby:
runs-on: ubuntu-20.04
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.gem_rbs_collection/
/tmp
.irbrc
/Gemfile.lock
Expand Down
26 changes: 26 additions & 0 deletions rbs_collection.lock.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
sources:
- type: git
name: ruby/gem_rbs_collection
revision: 28208148c7e64a25e9b86b9723b4c3a2cef14e81
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
path: ".gem_rbs_collection"
gems:
- name: erb
version: '0'
source:
type: stdlib
- name: stackprof
version: '0.2'
source:
type: git
name: ruby/gem_rbs_collection
revision: 28208148c7e64a25e9b86b9723b4c3a2cef14e81
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: strscan
version: '0'
source:
type: stdlib
gemfile_lock_path: Gemfile.lock
22 changes: 22 additions & 0 deletions rbs_collection.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Download sources
sources:
- type: git
name: ruby/gem_rbs_collection
remote: https://github.com/ruby/gem_rbs_collection.git
revision: main
repo_dir: gems

# You can specify local directories as sources also.
# - type: local
# path: path/to/your/local/repository

# A directory to install the downloaded RBSs
path: .gem_rbs_collection

gems:
- name: erb
- name: strscan
# Skip loading rbs gem's RBS.
# It's unnecessary if you don't use rbs as a library.
- name: rbs
ignore: true