homebrew-sorbet env
This commit is contained in:
parent
536726799d
commit
5ef55d9637
@ -13,8 +13,10 @@ gem "rspec-retry", require: false
|
||||
gem "rspec-wait", require: false
|
||||
gem "rubocop"
|
||||
gem "simplecov", require: false
|
||||
gem "sorbet"
|
||||
gem "sorbet-runtime"
|
||||
if ENV["HOMEBREW_SORBET"]
|
||||
gem "sorbet"
|
||||
gem "sorbet-runtime"
|
||||
end
|
||||
|
||||
# vendored gems
|
||||
gem "activesupport"
|
||||
|
||||
@ -104,10 +104,6 @@ GEM
|
||||
json (>= 1.8, < 3)
|
||||
simplecov-html (~> 0.10.0)
|
||||
simplecov-html (0.10.2)
|
||||
sorbet (0.5.5742)
|
||||
sorbet-static (= 0.5.5742)
|
||||
sorbet-runtime (0.5.5742)
|
||||
sorbet-static (0.5.5742-universal-darwin-14)
|
||||
sync (0.5.0)
|
||||
term-ansicolor (1.7.1)
|
||||
tins (~> 1.0)
|
||||
@ -145,8 +141,6 @@ DEPENDENCIES
|
||||
rubocop-rspec
|
||||
ruby-macho
|
||||
simplecov
|
||||
sorbet
|
||||
sorbet-runtime
|
||||
|
||||
BUNDLED WITH
|
||||
1.17.2
|
||||
|
||||
@ -20,8 +20,6 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/json-2.3.0/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/docile-1.3.2/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-html-0.10.2/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-0.16.1/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-0.5.5742"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-runtime-0.5.5742/lib"
|
||||
$:.unshift "#{path}/../../../../../../../../Library/Ruby/Gems/2.6.0/gems/sync-0.5.0/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/tins-1.25.0/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/term-ansicolor-1.7.1/lib"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user