File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- code_ownership (1.34.1 )
4+ code_ownership (1.34.2 )
55 code_teams (~> 1.0 )
6- packs
6+ packs-specification
77 sorbet-runtime (>= 0.5.10821 )
88
99GEM
5656 racc (~> 1.4 )
5757 nokogiri (1.15.3-x86_64-linux )
5858 racc (~> 1.4 )
59- packs (0.0.6 )
59+ packs-specification (0.0.8 )
6060 sorbet-runtime
6161 packwerk (3.0.1 )
6262 activesupport (>= 6.0 )
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |spec |
22 spec . name = 'code_ownership'
3- spec . version = '1.34.1 '
3+ spec . version = '1.34.2 '
44 spec . authors = [ 'Gusto Engineers' ]
55 spec . email = [ '[email protected] ' ] 66 spec . summary = 'A gem to help engineering teams declare ownership of code'
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727 spec . require_paths = [ 'lib' ]
2828
2929 spec . add_dependency 'code_teams' , '~> 1.0'
30- spec . add_dependency 'packs'
30+ spec . add_dependency 'packs-specification '
3131 spec . add_dependency 'sorbet-runtime' , '>= 0.5.10821'
3232
3333 spec . add_development_dependency 'pry'
Original file line number Diff line number Diff line change 66require 'code_teams'
77require 'sorbet-runtime'
88require 'json'
9- require 'packs'
9+ require 'packs-specification '
1010require 'code_ownership/mapper'
1111require 'code_ownership/validator'
1212require 'code_ownership/private'
You can’t perform that action at this time.
0 commit comments