File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 remote: .
33 specs:
44 visualize_packs (0.5.23 )
5+ bigdecimal
56 packs-specification
67 parse_packwerk (>= 0.20.0 )
78 sorbet-runtime
1011 remote: https://rubygems.org/
1112 specs:
1213 ast (2.4.2 )
14+ bigdecimal (3.1.8 )
1315 diff-lcs (1.5.0 )
1416 netrc (0.11.0 )
1517 packs-specification (0.0.10 )
4244 sorbet (0.5.10969 )
4345 sorbet-static (= 0.5.10969 )
4446 sorbet-runtime (0.5.10969 )
47+ sorbet-static (0.5.10969-universal-darwin-14 )
48+ sorbet-static (0.5.10969-universal-darwin-15 )
49+ sorbet-static (0.5.10969-universal-darwin-16 )
50+ sorbet-static (0.5.10969-universal-darwin-17 )
51+ sorbet-static (0.5.10969-universal-darwin-18 )
4552 sorbet-static (0.5.10969-universal-darwin-19 )
4653 sorbet-static (0.5.10969-universal-darwin-20 )
4754 sorbet-static (0.5.10969-universal-darwin-21 )
7380 yard (>= 0.9 )
7481
7582PLATFORMS
76- arm64-darwin-20
77- arm64-darwin-21
78- arm64-darwin-22
79- x86_64-darwin-19
83+ universal-darwin
8084 x86_64-linux
8185
8286DEPENDENCIES
Original file line number Diff line number Diff line change @@ -23,8 +23,9 @@ Gem::Specification.new do |spec|
2323 # Specify which files should be added to the gem when it is released.
2424 spec . files = Dir [ 'README.md' , 'lib/**/*' , "bin/**/*" ]
2525 spec . require_paths = [ 'lib' ]
26- spec . required_ruby_version = '>= 2.6 '
26+ spec . required_ruby_version = '>= 2.7 '
2727
28+ spec . add_dependency 'bigdecimal'
2829 spec . add_development_dependency 'bundler'
2930 spec . add_development_dependency "rspec" , "~> 3.12"
3031 spec . add_development_dependency 'sorbet'
You can’t perform that action at this time.
0 commit comments