Skip to content

Commit

Permalink
Remove temporary fix for sorbet runtime regression
Browse files Browse the repository at this point in the history
sorbet/sorbet#4074 has been merged which solves
the Ruby back compatibility problem. We don't have to keep pinning
`sorbet-runtime` to older versions anymore.
  • Loading branch information
paracycle committed Mar 11, 2021
1 parent 4d23da9 commit d4d27be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/support/repo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ gem("baz", path: "../gems/baz")
gem("qux", path: "../gems/qux", require: false)
gem("tapioca", path: "../../../")

# Temp fix for https://github.com/sorbet/sorbet/pull/4074
gem("sorbet-runtime", "< 0.5.6331")

gem("psych")
# `extras` gem is causing problems by modifying
# `Shellwords` functionaly. Depending on it to
Expand Down

0 comments on commit d4d27be

Please sign in to comment.