Skip to content

Commit d06c919

Browse files
author
Alex Evanczuk
authored
Use packs-specification (#75)
1 parent 9d876c9 commit d06c919

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PATH
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

99
GEM
@@ -56,7 +56,7 @@ GEM
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)

Diff for: code_ownership.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::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'

Diff for: lib/code_ownership.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
require 'code_teams'
77
require 'sorbet-runtime'
88
require 'json'
9-
require 'packs'
9+
require 'packs-specification'
1010
require 'code_ownership/mapper'
1111
require 'code_ownership/validator'
1212
require 'code_ownership/private'

0 commit comments

Comments
 (0)