Skip to content

Commit c3f1389

Browse files
authored
lock parse packwerk version to <= 0.23.0 (#156)
* lock parse packwerk version to <= 0.23.0 * bump version to 0.0.42
1 parent 81c96c9 commit c3f1389

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ GIT
1717
PATH
1818
remote: .
1919
specs:
20-
packs (0.0.41)
20+
packs (0.0.42)
2121
bigdecimal
2222
code_ownership (>= 1.33.0)
2323
packs-specification
2424
packwerk
25-
parse_packwerk (>= 0.22.0)
25+
parse_packwerk (>= 0.22.0, <= 0.23.0)
2626
rainbow
2727
sorbet-runtime
2828
thor

packs.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'packs'
3-
spec.version = '0.0.41'
3+
spec.version = '0.0.42'
44
spec.authors = ['Gusto Engineers']
55
spec.email = ['[email protected]']
66

@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
3232
spec.add_dependency 'code_ownership', '>= 1.33.0'
3333
spec.add_dependency 'packs-specification'
3434
spec.add_dependency 'packwerk'
35-
spec.add_dependency 'parse_packwerk', '>= 0.22.0'
35+
spec.add_dependency 'parse_packwerk', '>= 0.22.0', '<= 0.23.0'
3636
spec.add_dependency 'rainbow'
3737
spec.add_dependency 'sorbet-runtime'
3838
spec.add_dependency 'thor'

0 commit comments

Comments
 (0)