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 17952c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ end

group :check do
if RUBY_VERSION >= '3.0.0' && RUBY_PLATFORM != 'java'
gem 'rbs', '~> 3.5.0', require: false
# Go back to released version of rbs when
# https://github.com/ruby/rbs/pull/2027 is included in them.
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 17952c4

Please sign in to comment.