Skip to content

Commit 7624517

Browse files
p-mongop
andauthored
Add dependencies for rebuilding Evergreen configuration files (#5316)
Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent 402c502 commit 7624517

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gemfiles/standard.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ def standard_dependencies
1111
gem 'ruby-debug-ide'
1212
end
1313
end
14+
15+
# Evergreen configuration generation
16+
gem 'erubi'
17+
gem 'tilt'
1418
end
1519

1620
group :development, :test do

0 commit comments

Comments
 (0)