Skip to content

Commit

Permalink
do not try to install rbs on java
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Aug 22, 2023
1 parent 767dbb5 commit 0c96229
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ gem "webrick"

# type checking
group :check do
gem "rbs", "~> 3.1.0", require: false
gem "steep", "~> 1.4.0", require: false
if RUBY_PLATFORM != "java"
gem "rbs", "~> 3.1.0", require: false
gem "steep", "~> 1.4.0", require: false
end
end

0 comments on commit 0c96229

Please sign in to comment.