Merge pull request #8261 from vidusheeamoli/sorbet-gemfile

Gemfile: drop sorbet environment
This commit is contained in:
Issy Long 2020-08-09 11:10:40 +01:00 committed by GitHub
commit e28a336345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 5 deletions

View File

@ -13,11 +13,9 @@ gem "rspec-retry", require: false
gem "rspec-wait", require: false gem "rspec-wait", require: false
gem "rubocop" gem "rubocop"
gem "simplecov", require: false gem "simplecov", require: false
if ENV["HOMEBREW_SORBET"] gem "sorbet", "0.5.5823"
gem "sorbet", "0.5.5823" gem "sorbet-runtime", "0.5.5823"
gem "sorbet-runtime", "0.5.5823" gem "tapioca"
gem "tapioca"
end
# vendored gems # vendored gems
gem "activesupport" gem "activesupport"

View File

@ -14,7 +14,10 @@ GEM
colorize colorize
json json
simplecov simplecov
coderay (1.1.3)
colorize (0.8.1) colorize (0.8.1)
commander (4.5.2)
highline (~> 2.0.0)
concurrent-ruby (1.1.6) concurrent-ruby (1.1.6)
connection_pool (2.2.3) connection_pool (2.2.3)
diff-lcs (1.4.4) diff-lcs (1.4.4)
@ -23,6 +26,7 @@ GEM
unf (>= 0.0.5, < 1.0.0) unf (>= 0.0.5, < 1.0.0)
elftools (1.1.2) elftools (1.1.2)
bindata (~> 2) bindata (~> 2)
highline (2.0.3)
hpricot (0.8.6) hpricot (0.8.6)
http-cookie (1.0.3) http-cookie (1.0.3)
domain_name (~> 0.5) domain_name (~> 0.5)
@ -38,6 +42,7 @@ GEM
nokogiri (~> 1.6) nokogiri (~> 1.6)
ntlm-http (~> 0.1, >= 0.1.1) ntlm-http (~> 0.1, >= 0.1.1)
webrobots (>= 0.0.9, < 0.2) webrobots (>= 0.0.9, < 0.2)
method_source (1.0.0)
mime-types (3.3.1) mime-types (3.3.1)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2020.0512) mime-types-data (3.2020.0512)
@ -53,11 +58,19 @@ GEM
parallel (1.19.2) parallel (1.19.2)
parallel_tests (3.1.0) parallel_tests (3.1.0)
parallel parallel
parlour (4.0.1)
commander (~> 4.5)
parser
rainbow (~> 3.0)
sorbet-runtime (>= 0.5)
parser (2.7.1.4) parser (2.7.1.4)
ast (~> 2.4.1) ast (~> 2.4.1)
patchelf (1.2.0) patchelf (1.2.0)
elftools (~> 1.1) elftools (~> 1.1)
plist (3.5.0) plist (3.5.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
rainbow (3.0.0) rainbow (3.0.0)
rdiscount (2.2.0.1) rdiscount (2.2.0.1)
regexp_parser (1.7.1) regexp_parser (1.7.1)
@ -107,6 +120,17 @@ GEM
docile (~> 1.1) docile (~> 1.1)
simplecov-html (~> 0.11) simplecov-html (~> 0.11)
simplecov-html (0.12.2) simplecov-html (0.12.2)
sorbet (0.5.5823)
sorbet-static (= 0.5.5823)
sorbet-runtime (0.5.5823)
sorbet-static (0.5.5823-universal-darwin-14)
tapioca (0.4.1)
parlour (>= 2.1.0)
pry (>= 0.12.2)
sorbet-runtime
sorbet-static (>= 0.4.4471)
thor (>= 0.19.2)
thor (1.0.1)
thread_safe (0.3.6) thread_safe (0.3.6)
tzinfo (1.2.7) tzinfo (1.2.7)
thread_safe (~> 0.1) thread_safe (~> 0.1)
@ -139,6 +163,9 @@ DEPENDENCIES
rubocop-rspec rubocop-rspec
ruby-macho ruby-macho
simplecov simplecov
sorbet (= 0.5.5823)
sorbet-runtime (= 0.5.5823)
tapioca
BUNDLED WITH BUNDLED WITH
1.17.3 1.17.3