Skip to content

Commit

Permalink
use patched rbs to get RubyVM::InstructionSequence method type defini…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
p committed Sep 25, 2024
1 parent cd766bb commit f65506a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ end

group :check do
if RUBY_VERSION >= '3.0.0' && RUBY_PLATFORM != 'java'
gem 'rbs', '~> 3.5.0', require: false
gem 'rbs', github: 'datadog/rbs', branch: 'iseq'
gem 'steep', '~> 1.7.0', require: false
end
gem 'ruby_memcheck', '>= 3' if RUBY_VERSION >= '3.4.0' && RUBY_PLATFORM != 'java'
Expand Down

0 comments on commit f65506a

Please sign in to comment.