lock rbi version in jruby (#1549)

This commit is contained in:
helenye-stripe 2025-03-14 13:15:02 -07:00 committed by GitHub
parent a27751d19f
commit 72c36f9500
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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