We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 412dc85 + 0fe1149 commit 44a8868Copy full SHA for 44a8868
1 file changed
.github/workflows/rubygems.yml
@@ -47,8 +47,6 @@ jobs:
47
with:
48
ruby-version: ${{ matrix.ruby.value }}
49
bundler: none
50
- - name: Update RBS # https://github.com/ruby/rbs/pull/1612
51
- run: ruby -e 'begin; require "rbs"; rescue LoadError; exit; end; exec(*%w{gem install --version 3.4.0 rbs}) if Gem::Requirement.new([">= 1.6", "< 3.1.1"]).satisfied_by?(Gem::Version.new(RBS::VERSION))'
52
- name: Install Dependencies
53
run: bin/rake setup
54
- name: Run Test
0 commit comments