File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717PATH
1818 remote: .
1919 specs:
20- packs (0.0.41 )
20+ packs (0.0.42 )
2121 bigdecimal
2222 code_ownership (>= 1.33.0 )
2323 packs-specification
2424 packwerk
25- parse_packwerk (>= 0.22.0 )
25+ parse_packwerk (>= 0.22.0 , <= 0.23.0 )
2626 rainbow
2727 sorbet-runtime
2828 thor
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |spec |
22 spec . name = 'packs'
3- spec . version = '0.0.41 '
3+ spec . version = '0.0.42 '
44 spec . authors = [ 'Gusto Engineers' ]
55 spec . email = [ 'dev@gusto.com' ]
66
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
3232 spec . add_dependency 'code_ownership' , '>= 1.33.0'
3333 spec . add_dependency 'packs-specification'
3434 spec . add_dependency 'packwerk'
35- spec . add_dependency 'parse_packwerk' , '>= 0.22.0'
35+ spec . add_dependency 'parse_packwerk' , '>= 0.22.0' , '<= 0.23.0'
3636 spec . add_dependency 'rainbow'
3737 spec . add_dependency 'sorbet-runtime'
3838 spec . add_dependency 'thor'
You can’t perform that action at this time.
0 commit comments