File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -123,24 +123,12 @@ dependencies:
123
123
replace_in_files :
124
124
- filename : config/software/remote-syslog.rb
125
125
pattern : " default_version '(\\ S+)'"
126
- # rubygems and bundler
126
+ # rubygems
127
127
https://github.com/rubygems/rubygems.git :
128
128
replace_in_files :
129
129
- filename : config/software/rubygems.rb
130
130
pattern : " default_version '(\\ S+)'"
131
131
range : ' <= 3.x'
132
- - filename : .gitlab-ci.yml
133
- pattern : ' BUNDLER_VERSION: "(\\S+)"'
134
- tag_filter :
135
- matching : ' bundler-v(\\S+)'
136
- sort_as : ' $1'
137
- range : ' <= 3.x'
138
- - filename : Gemfile.lock
139
- pattern : ' BUNDLED WITH\n (\\S+)'
140
- tag_filter :
141
- matching : ' bundler-v(\\S+)'
142
- sort_as : ' $1'
143
- range : ' <= 3.x'
144
132
# zlib
145
133
https://github.com/madler/zlib.git :
146
134
replace_in_files :
You can’t perform that action at this time.
0 commit comments