diff --git a/Gemfile b/Gemfile index 235864c6a..4883e891b 100644 --- a/Gemfile +++ b/Gemfile @@ -26,12 +26,16 @@ group :development do # The latest version of rubocop is only compatible with Ruby 2.7+ gem "rubocop", "1.57.2" if RUBY_VERSION >= "2.7" - gem "sorbet" - gem "tapioca" + gem "sorbet", require: false + gem "tapioca", require: false platforms :mri do gem "byebug" gem "pry" gem "pry-byebug" end + + platforms :jruby do + gem "rbi", "0.2.4" + end end