Skip to content

Commit

Permalink
Merge pull request #8261 from vidusheeamoli/sorbet-gemfile
Browse files Browse the repository at this point in the history
Gemfile: drop sorbet environment
  • Loading branch information
issyl0 committed Aug 9, 2020
2 parents d5dfe4d + 53ebef4 commit e28a336
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Library/Homebrew/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ gem "rspec-retry", require: false
gem "rspec-wait", require: false
gem "rubocop"
gem "simplecov", require: false
if ENV["HOMEBREW_SORBET"]
gem "sorbet", "0.5.5823"
gem "sorbet-runtime", "0.5.5823"
gem "tapioca"
end
gem "sorbet", "0.5.5823"
gem "sorbet-runtime", "0.5.5823"
gem "tapioca"

# vendored gems
gem "activesupport"
Expand Down
27 changes: 27 additions & 0 deletions Library/Homebrew/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ GEM
colorize
json
simplecov
coderay (1.1.3)
colorize (0.8.1)
commander (4.5.2)
highline (~> 2.0.0)
concurrent-ruby (1.1.6)
connection_pool (2.2.3)
diff-lcs (1.4.4)
Expand All @@ -23,6 +26,7 @@ GEM
unf (>= 0.0.5, < 1.0.0)
elftools (1.1.2)
bindata (~> 2)
highline (2.0.3)
hpricot (0.8.6)
http-cookie (1.0.3)
domain_name (~> 0.5)
Expand All @@ -38,6 +42,7 @@ GEM
nokogiri (~> 1.6)
ntlm-http (~> 0.1, >= 0.1.1)
webrobots (>= 0.0.9, < 0.2)
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0512)
Expand All @@ -53,11 +58,19 @@ GEM
parallel (1.19.2)
parallel_tests (3.1.0)
parallel
parlour (4.0.1)
commander (~> 4.5)
parser
rainbow (~> 3.0)
sorbet-runtime (>= 0.5)
parser (2.7.1.4)
ast (~> 2.4.1)
patchelf (1.2.0)
elftools (~> 1.1)
plist (3.5.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
rainbow (3.0.0)
rdiscount (2.2.0.1)
regexp_parser (1.7.1)
Expand Down Expand Up @@ -107,6 +120,17 @@ GEM
docile (~> 1.1)
simplecov-html (~> 0.11)
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)
tzinfo (1.2.7)
thread_safe (~> 0.1)
Expand Down Expand Up @@ -139,6 +163,9 @@ DEPENDENCIES
rubocop-rspec
ruby-macho
simplecov
sorbet (= 0.5.5823)
sorbet-runtime (= 0.5.5823)
tapioca

BUNDLED WITH
1.17.3

0 comments on commit e28a336

Please sign in to comment.