Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GIT
PATH
remote: .
specs:
use_packs (0.0.9)
use_packs (0.0.10)
code_ownership
colorize
packwerk
Expand Down Expand Up @@ -130,7 +130,7 @@ GEM
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
rubocop-packs (0.0.31)
rubocop-packs (0.0.32)
activesupport
parse_packwerk
rubocop
Expand Down
2 changes: 1 addition & 1 deletion lib/use_packs/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def validate
desc 'check [ packs/my_pack ]', 'Run bin/packwerk check'
sig { params(paths: String).void }
def check(*paths)
system("bin/packwerk check #{paths.join(' ')}")
UsePacks.execute(['check', *paths])
end

desc 'update [ packs/my_pack ]', 'Run bin/packwerk update-todo'
Expand Down
2 changes: 1 addition & 1 deletion use_packs.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'use_packs'
spec.version = '0.0.9'
spec.version = '0.0.10'
spec.authors = ['Gusto Engineers']
spec.email = ['dev@gusto.com']

Expand Down