Skip to content

Commit 44a8868

Browse files
Merge pull request #8950 from rubygems/deivid-rodriguez/small-ci-tweaks
Remove Ruby 3.1 specific workaround from CI workflow
2 parents 412dc85 + 0fe1149 commit 44a8868

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/rubygems.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
with:
4848
ruby-version: ${{ matrix.ruby.value }}
4949
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))'
5250
- name: Install Dependencies
5351
run: bin/rake setup
5452
- name: Run Test

0 commit comments

Comments
 (0)