We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27751d commit 72c36f9Copy full SHA for 72c36f9
Gemfile
@@ -34,4 +34,8 @@ group :development do
34
gem "pry"
35
gem "pry-byebug"
36
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
41
0 commit comments