Skip to content

Commit

Permalink
use universal-darwin for bundle platform (#21)
Browse files Browse the repository at this point in the history
* use univeral-darwin for bundle platform

* bundle lock
--add-platform x86_64-linux
  • Loading branch information
tstannard authored May 9, 2024
1 parent ea97381 commit a926920
Showing 1 changed file with 11 additions and 18 deletions.
29 changes: 11 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,14 @@ GEM
rubocop-ast (1.24.0)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
sorbet (0.5.10479)
sorbet-static (= 0.5.10479)
sorbet-runtime (0.5.10479)
sorbet-static (0.5.10479-universal-darwin-14)
sorbet-static (0.5.10479-universal-darwin-15)
sorbet-static (0.5.10479-universal-darwin-16)
sorbet-static (0.5.10479-universal-darwin-17)
sorbet-static (0.5.10479-universal-darwin-18)
sorbet-static (0.5.10479-universal-darwin-19)
sorbet-static (0.5.10479-universal-darwin-20)
sorbet-static (0.5.10479-universal-darwin-21)
sorbet-static (0.5.10479-universal-darwin-22)
sorbet-static (0.5.10479-x86_64-linux)
sorbet-static-and-runtime (0.5.10479)
sorbet (= 0.5.10479)
sorbet-runtime (= 0.5.10479)
sorbet (0.5.11370)
sorbet-static (= 0.5.11370)
sorbet-runtime (0.5.11370)
sorbet-static (0.5.11370-universal-darwin)
sorbet-static (0.5.11370-x86_64-linux)
sorbet-static-and-runtime (0.5.11370)
sorbet (= 0.5.11370)
sorbet-runtime (= 0.5.11370)
spoom (1.1.12)
sorbet (>= 0.5.9204)
sorbet-runtime (>= 0.5.9204)
Expand Down Expand Up @@ -97,7 +89,8 @@ GEM
yard (>= 0.9)

PLATFORMS
ruby
universal-darwin
x86_64-linux

DEPENDENCIES
bundler (~> 2.2.16)
Expand All @@ -109,4 +102,4 @@ DEPENDENCIES
tapioca

BUNDLED WITH
2.2.33
2.2.34

0 comments on commit a926920

Please sign in to comment.