File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -204,3 +204,48 @@ files:
204204 strategy : accept_template
205205 templating_local.gemfile :
206206 strategy : accept_template
207+ # To override specific files, add entries like:
208+ #
209+ # files:
210+ # README.md:
211+ # strategy: accept_template
212+ #
213+ # SECURITY.md:
214+ # strategy: keep_destination
215+ #
216+ # certs:
217+ # pboling.pem:
218+ # strategy: raw_copy
219+ #
220+ # .git-hooks:
221+ # commit-msg:
222+ # strategy: merge
223+ # file_type: ruby
224+ #
225+ # Rakefile:
226+ # strategy: merge
227+ # preference: destination
228+ # add_template_only_nodes: false
229+
230+ # To override specific files, add entries like:
231+ #
232+ # files:
233+ # README.md:
234+ # strategy: accept_template
235+ #
236+ # SECURITY.md:
237+ # strategy: keep_destination
238+ #
239+ # certs:
240+ # pboling.pem:
241+ # strategy: raw_copy
242+ #
243+ # .git-hooks:
244+ # commit-msg:
245+ # strategy: merge
246+ # file_type: ruby
247+ #
248+ # Rakefile:
249+ # strategy: merge
250+ # preference: destination
251+ # add_template_only_nodes: false
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ platform :mri do
2323 if remote
2424 # AST parsing for advanced templating.
2525 # Kettle-rb's Merge Recipes (released)
26+ gem "kettle-jem", "~> 1.0"
2627 end
2728end
2829
You can’t perform that action at this time.
0 commit comments