Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use universal-darwin for bundle platform #46

Merged
merged 2 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 21 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.2.0)
code_ownership (1.32.17)
code_teams (~> 1.0)
packs
Expand All @@ -36,7 +37,6 @@ GEM
method_source (1.0.0)
minitest (5.18.0)
multi_json (1.15.0)
netrc (0.11.0)
packs (0.0.6)
sorbet-runtime
parallel (1.23.0)
Expand All @@ -51,11 +51,11 @@ GEM
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
rbi (0.0.16)
rbi (0.0.17)
ast
parser (>= 2.6.4.0)
parser (>= 3.0.0)
sorbet-runtime (>= 0.5.9204)
unparser
unparser (>= 0.5.6)
regexp_parser (2.8.0)
rexml (3.2.5)
rspec (3.12.0)
Expand Down Expand Up @@ -93,46 +93,42 @@ GEM
rubocop-sorbet (0.7.0)
rubocop (>= 0.90.0)
ruby-progressbar (1.13.0)
sorbet (0.5.10796)
sorbet-static (= 0.5.10796)
sorbet (0.5.11370)
sorbet-static (= 0.5.11370)
sorbet-runtime (0.5.10796)
sorbet-static (0.5.10796-universal-darwin-20)
sorbet-static (0.5.10796-universal-darwin-22)
sorbet-static (0.5.10796-x86_64-linux)
sorbet-static-and-runtime (0.5.10796)
sorbet (= 0.5.10796)
sorbet-runtime (= 0.5.10796)
spoom (1.2.1)
sorbet-static (0.5.11370-universal-darwin)
sorbet-static (0.5.11370-x86_64-linux)
spoom (1.1.16)
sorbet (>= 0.5.10187)
sorbet-runtime (>= 0.5.9204)
thor (>= 0.19.2)
tapioca (0.11.5)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
rbi (~> 0.0.0, >= 0.0.16)
sorbet-static-and-runtime (>= 0.5.10187)
spoom (~> 1.2.0, >= 1.2.0)
tapioca (0.7.3)
bundler (>= 1.17.3)
pry (>= 0.12.2)
rbi (~> 0.0.0, >= 0.0.14)
sorbet-runtime (>= 0.5.9204)
sorbet-static (>= 0.5.9204)
spoom (~> 1.1.0, >= 1.1.11)
thor (>= 1.2.0)
yard-sorbet
thor (1.2.1)
thor (1.3.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
unparser (0.6.7)
unparser (0.6.8)
diff-lcs (~> 1.3)
parser (>= 3.2.0)
yard (0.9.34)
yard (0.9.36)
yard-sorbet (0.8.1)
sorbet-runtime (>= 0.5)
yard (>= 0.9)

PLATFORMS
arm64-darwin-20
arm64-darwin-22
universal-darwin
x86_64-linux

DEPENDENCIES
base64
pack_stats!
pry
rake
Expand Down
3 changes: 2 additions & 1 deletion pack_stats.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ Gem::Specification.new do |spec|
spec.add_dependency 'sorbet-runtime'
spec.add_dependency 'rubocop-packs'

spec.add_development_dependency 'rake'
spec.add_development_dependency 'base64'
spec.add_development_dependency 'pry'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'sorbet'
spec.add_development_dependency 'tapioca'
Expand Down