File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- code_ownership (1.34.1 )
4
+ code_ownership (1.34.2 )
5
5
code_teams (~> 1.0 )
6
- packs
6
+ packs-specification
7
7
sorbet-runtime (>= 0.5.10821 )
8
8
9
9
GEM
56
56
racc (~> 1.4 )
57
57
nokogiri (1.15.3-x86_64-linux )
58
58
racc (~> 1.4 )
59
- packs (0.0.6 )
59
+ packs-specification (0.0.8 )
60
60
sorbet-runtime
61
61
packwerk (3.0.1 )
62
62
activesupport (>= 6.0 )
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |spec |
2
2
spec . name = 'code_ownership'
3
- spec . version = '1.34.1 '
3
+ spec . version = '1.34.2 '
4
4
spec . authors = [ 'Gusto Engineers' ]
5
5
spec . email = [ '[email protected] ' ]
6
6
spec . summary = 'A gem to help engineering teams declare ownership of code'
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
27
spec . require_paths = [ 'lib' ]
28
28
29
29
spec . add_dependency 'code_teams' , '~> 1.0'
30
- spec . add_dependency 'packs'
30
+ spec . add_dependency 'packs-specification '
31
31
spec . add_dependency 'sorbet-runtime' , '>= 0.5.10821'
32
32
33
33
spec . add_development_dependency 'pry'
Original file line number Diff line number Diff line change 6
6
require 'code_teams'
7
7
require 'sorbet-runtime'
8
8
require 'json'
9
- require 'packs'
9
+ require 'packs-specification '
10
10
require 'code_ownership/mapper'
11
11
require 'code_ownership/validator'
12
12
require 'code_ownership/private'
You can’t perform that action at this time.
0 commit comments