Skip to content

Commit 72c36f9

Browse files
authoredMar 14, 2025
lock rbi version in jruby (#1549)
1 parent a27751d commit 72c36f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ group :development do
3434
gem "pry"
3535
gem "pry-byebug"
3636
end
37+
38+
platforms :jruby do
39+
gem "rbi", "0.2.4" # jruby does not support rbs, a new dependency in 0.3.0
40+
end
3741
end

0 commit comments

Comments
 (0)