Skip to content

Commit

Permalink
Use packs-specification (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Evanczuk authored Aug 9, 2023
1 parent 9d876c9 commit d06c919
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
code_ownership (1.34.1)
code_ownership (1.34.2)
code_teams (~> 1.0)
packs
packs-specification
sorbet-runtime (>= 0.5.10821)

GEM
Expand Down Expand Up @@ -56,7 +56,7 @@ GEM
racc (~> 1.4)
nokogiri (1.15.3-x86_64-linux)
racc (~> 1.4)
packs (0.0.6)
packs-specification (0.0.8)
sorbet-runtime
packwerk (3.0.1)
activesupport (>= 6.0)
Expand Down
4 changes: 2 additions & 2 deletions code_ownership.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'code_ownership'
spec.version = '1.34.1'
spec.version = '1.34.2'
spec.authors = ['Gusto Engineers']
spec.email = ['[email protected]']
spec.summary = 'A gem to help engineering teams declare ownership of code'
Expand All @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'code_teams', '~> 1.0'
spec.add_dependency 'packs'
spec.add_dependency 'packs-specification'
spec.add_dependency 'sorbet-runtime', '>= 0.5.10821'

spec.add_development_dependency 'pry'
Expand Down
2 changes: 1 addition & 1 deletion lib/code_ownership.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
require 'code_teams'
require 'sorbet-runtime'
require 'json'
require 'packs'
require 'packs-specification'
require 'code_ownership/mapper'
require 'code_ownership/validator'
require 'code_ownership/private'
Expand Down

0 comments on commit d06c919

Please sign in to comment.