forked from chef/chef-workstation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathomnibus_overrides.rb
33 lines (30 loc) · 1.5 KB
/
omnibus_overrides.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# DO NOT MODIFY
# The delivery-cli, chef-analyze and workstation app versions are pinned by Expeditor.
# Whenever chef-analyze, workstation-app and delivery cli are merged to master then
# Expeditor takes that version, runs a script to replace it here and pushes a new
# commit / build through.
override "chef-analyze", version: "0.1.70"
override "delivery-cli", version: "0.0.54"
override "chef-workstation-app", version: "v0.1.62"
# /DO NOT MODIFY
override :rubygems, version: "3.0.3" # rubygems ships its own bundler which may differ from bundler defined below and then we get double bundler which results in performance issues / CLI warnings. Make sure these versions match before bumping either.
override :bundler, version: "1.17.2" # currently pinned to what ships in Ruby to prevent double bundler
override "libffi", version: "3.2.1"
override "libiconv", version: "1.15"
override "liblzma", version: "5.2.4"
override "libxml2", version: "2.9.10"
override "libxslt", version: "1.1.34"
override "libyaml", version: "0.1.7"
override "libzmq", version: "4.0.7"
override "makedepend", version: "1.0.5"
override "ncurses", version: "5.9"
override "openssl", version: "1.0.2u"
override "pkg-config-lite", version: "0.28-1"
override "ruby", version: "2.6.5"
override "ruby-windows-devkit-bash", version: "3.1.23-4-msys-1.0.18"
override "rust", version: "1.37.0"
override "util-macros", version: "1.19.0"
override "xproto", version: "7.0.28"
override "zlib", version: "1.2.11"
# For workstation app
override "nodejs", version: "10.16.3"