File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -44,20 +44,24 @@ dependencies:
44
44
- filename : config/software/alertmanager.rb
45
45
pattern : " Gitlab::Version.new\\ ('alertmanager', '(\\ S+)'\\ )"
46
46
tag_prefix : ' v'
47
- # chef-gem
47
+ # chef
48
48
https://github.com/chef/chef.git :
49
49
replace_in_files :
50
50
- filename : config/software/chef-gem.rb
51
51
pattern : " default_version '(\\ S+)'"
52
52
tag_prefix : ' v'
53
- range : ' <= 17.x'
54
- # ohai
53
+ range : ' <= 18.x'
54
+ - filename : config/software/chef-bin.rb
55
+ pattern : " default_version '(\\ S+)'"
56
+ tag_prefix : ' v'
57
+ range : ' <= 18.x'
58
+ # ohai
55
59
https://github.com/chef/ohai.git :
56
60
replace_in_files :
57
61
- filename : config/software/ohai.rb
58
62
pattern : " default_version '(\\ S+)'"
59
63
tag_prefix : ' v'
60
- range : ' <= 17 .x'
64
+ range : ' <= 18 .x'
61
65
# mixlib-log
62
66
https://github.com/chef/mixlib-log.git :
63
67
replace_in_files :
You can’t perform that action at this time.
0 commit comments