lock rbi version in jruby (#1549)

This commit is contained in:
helenye-stripe 2025-03-14 13:15:02 -07:00 committed by Helen Ye
parent 3aab161bab
commit 9c56aea9cc

View File

@ -34,4 +34,8 @@ group :development do
gem "pry"
gem "pry-byebug"
end
platforms :jruby do
gem "rbi", "0.2.4" # jruby does not support rbs, a new dependency in 0.3.0
end
end