Skip to content

Commit

Permalink
Tweak check for supported sorbet platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoanjo committed Feb 25, 2022
1 parent 0429e63 commit 249a803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ end
# previously-passing codebase start failing. Thus, we need to lock to a specific
# version and bump it from time to time.
# Also, there's no support for windows
if RUBY_VERSION >= '2.4.0' && !Gem.win_platform? && RUBY_PLATFORM != 'aarch64-linux'
if RUBY_VERSION >= '2.4.0' && (RUBY_PLATFORM =~ /^x86_64-(darwin|linux)/)
gem 'sorbet', '= 0.5.9672'
gem 'spoom', '~> 1.1'
end

0 comments on commit 249a803

Please sign in to comment.