Skip to content

Commit

Permalink
replace all darwin platforms with universal platform (#64)
Browse files Browse the repository at this point in the history
* replace all darwin platforms with universal platform

* add bigdecimal as a dependency and bump minimum rails version
  • Loading branch information
ashleywillard authored May 8, 2024
1 parent 8207597 commit caee181
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
12 changes: 8 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: .
specs:
visualize_packs (0.5.23)
bigdecimal
packs-specification
parse_packwerk (>= 0.20.0)
sorbet-runtime
Expand All @@ -10,6 +11,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
bigdecimal (3.1.8)
diff-lcs (1.5.0)
netrc (0.11.0)
packs-specification (0.0.10)
Expand Down Expand Up @@ -42,6 +44,11 @@ GEM
sorbet (0.5.10969)
sorbet-static (= 0.5.10969)
sorbet-runtime (0.5.10969)
sorbet-static (0.5.10969-universal-darwin-14)
sorbet-static (0.5.10969-universal-darwin-15)
sorbet-static (0.5.10969-universal-darwin-16)
sorbet-static (0.5.10969-universal-darwin-17)
sorbet-static (0.5.10969-universal-darwin-18)
sorbet-static (0.5.10969-universal-darwin-19)
sorbet-static (0.5.10969-universal-darwin-20)
sorbet-static (0.5.10969-universal-darwin-21)
Expand Down Expand Up @@ -73,10 +80,7 @@ GEM
yard (>= 0.9)

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

DEPENDENCIES
Expand Down
3 changes: 2 additions & 1 deletion visualize_packs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ Gem::Specification.new do |spec|
# Specify which files should be added to the gem when it is released.
spec.files = Dir['README.md', 'lib/**/*', "bin/**/*"]
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.6'
spec.required_ruby_version = '>= 2.7'

spec.add_dependency 'bigdecimal'
spec.add_development_dependency 'bundler'
spec.add_development_dependency "rspec", "~> 3.12"
spec.add_development_dependency 'sorbet'
Expand Down

0 comments on commit caee181

Please sign in to comment.