Gemfile: drop sorbet environment
This commit is contained in:
		
							parent
							
								
									5de4378a97
								
							
						
					
					
						commit
						53ebef4c67
					
				@ -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"
 | 
			
		||||
 | 
			
		||||
@ -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)
 | 
			
		||||
@ -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)
 | 
			
		||||
@ -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)
 | 
			
		||||
@ -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)
 | 
			
		||||
@ -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)
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user