Gemfile: Unpin sorbet version
				
					
				
			- This was originally pinned in 1a6467eeeab8887ff404ff87b8b15d6c50c0525c because we found that later versions surfaced over 100 new typing errors in Tapioca's autogenerated RBI files. It seems like these are able to be fixed now.
This commit is contained in:
		
							parent
							
								
									e28a336345
								
							
						
					
					
						commit
						25ce3875a4
					
				@ -13,8 +13,8 @@ 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
 | 
				
			||||||
gem "sorbet", "0.5.5823"
 | 
					gem "sorbet"
 | 
				
			||||||
gem "sorbet-runtime", "0.5.5823"
 | 
					gem "sorbet-runtime"
 | 
				
			||||||
gem "tapioca"
 | 
					gem "tapioca"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# vendored gems
 | 
					# vendored gems
 | 
				
			||||||
 | 
				
			|||||||
@ -120,10 +120,10 @@ 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 (0.5.5866)
 | 
				
			||||||
      sorbet-static (= 0.5.5823)
 | 
					      sorbet-static (= 0.5.5866)
 | 
				
			||||||
    sorbet-runtime (0.5.5823)
 | 
					    sorbet-runtime (0.5.5866)
 | 
				
			||||||
    sorbet-static (0.5.5823-universal-darwin-14)
 | 
					    sorbet-static (0.5.5866-universal-darwin-14)
 | 
				
			||||||
    tapioca (0.4.1)
 | 
					    tapioca (0.4.1)
 | 
				
			||||||
      parlour (>= 2.1.0)
 | 
					      parlour (>= 2.1.0)
 | 
				
			||||||
      pry (>= 0.12.2)
 | 
					      pry (>= 0.12.2)
 | 
				
			||||||
@ -163,8 +163,8 @@ DEPENDENCIES
 | 
				
			|||||||
  rubocop-rspec
 | 
					  rubocop-rspec
 | 
				
			||||||
  ruby-macho
 | 
					  ruby-macho
 | 
				
			||||||
  simplecov
 | 
					  simplecov
 | 
				
			||||||
  sorbet (= 0.5.5823)
 | 
					  sorbet
 | 
				
			||||||
  sorbet-runtime (= 0.5.5823)
 | 
					  sorbet-runtime
 | 
				
			||||||
  tapioca
 | 
					  tapioca
 | 
				
			||||||
 | 
					
 | 
				
			||||||
BUNDLED WITH
 | 
					BUNDLED WITH
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user