do not use the master of rbs (seems to have stabilized features for us)

This commit is contained in:
HoneyryderChuck 2021-05-28 12:16:21 +01:00
parent fb3b795f29
commit 44b418acd6

View File

@ -66,8 +66,8 @@ group :test do
gem "faraday"
gem "oga"
if RUBY_VERSION >= "3.0"
gem "rbs", git: "https://github.com/ruby/rbs.git", branch: "master"
if RUBY_VERSION >= "3.0.0"
gem "rbs"
gem "webrick"
end
end