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:
Issy Long 2020-08-09 11:13:51 +01:00
parent e28a336345
commit 25ce3875a4
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4
2 changed files with 8 additions and 8 deletions

View File

@ -13,8 +13,8 @@ gem "rspec-retry", require: false
gem "rspec-wait", require: false
gem "rubocop"
gem "simplecov", require: false
gem "sorbet", "0.5.5823"
gem "sorbet-runtime", "0.5.5823"
gem "sorbet"
gem "sorbet-runtime"
gem "tapioca"
# vendored gems

View File

@ -120,10 +120,10 @@ 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)
sorbet (0.5.5866)
sorbet-static (= 0.5.5866)
sorbet-runtime (0.5.5866)
sorbet-static (0.5.5866-universal-darwin-14)
tapioca (0.4.1)
parlour (>= 2.1.0)
pry (>= 0.12.2)
@ -163,8 +163,8 @@ DEPENDENCIES
rubocop-rspec
ruby-macho
simplecov
sorbet (= 0.5.5823)
sorbet-runtime (= 0.5.5823)
sorbet
sorbet-runtime
tapioca
BUNDLED WITH