Skip to content

Commit

Permalink
lock parse packwerk version to <= 0.23.0 (#156)
Browse files Browse the repository at this point in the history
* lock parse packwerk version to <= 0.23.0

* bump version to 0.0.42
  • Loading branch information
schoblaska authored May 17, 2024
1 parent 81c96c9 commit c3f1389
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ GIT
PATH
remote: .
specs:
packs (0.0.41)
packs (0.0.42)
bigdecimal
code_ownership (>= 1.33.0)
packs-specification
packwerk
parse_packwerk (>= 0.22.0)
parse_packwerk (>= 0.22.0, <= 0.23.0)
rainbow
sorbet-runtime
thor
Expand Down
4 changes: 2 additions & 2 deletions packs.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'packs'
spec.version = '0.0.41'
spec.version = '0.0.42'
spec.authors = ['Gusto Engineers']
spec.email = ['dev@gusto.com']

Expand Down Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'code_ownership', '>= 1.33.0'
spec.add_dependency 'packs-specification'
spec.add_dependency 'packwerk'
spec.add_dependency 'parse_packwerk', '>= 0.22.0'
spec.add_dependency 'parse_packwerk', '>= 0.22.0', '<= 0.23.0'
spec.add_dependency 'rainbow'
spec.add_dependency 'sorbet-runtime'
spec.add_dependency 'thor'
Expand Down

0 comments on commit c3f1389

Please sign in to comment.