diff --git a/bin/openstudio_meta b/bin/openstudio_meta index 99c12aaf5..f4b69582a 100755 --- a/bin/openstudio_meta +++ b/bin/openstudio_meta @@ -326,7 +326,7 @@ class InstallGems rake_bin = File.absolute_path('./../gems/bin/rake/') sys_cmds = [] - sys_cmds << "#{$ruby_path} #{RbConfig::CONFIG['prefix']}/bin/gem install --no-env-shebang bundler -v 1.12.5" + sys_cmds << "#{$ruby_path} #{RbConfig::CONFIG['prefix']}/bin/gem install --no-env-shebang bundler -v 1.14.4" if /darwin/.match(RUBY_PLATFORM) sys_cmds << "#{$ruby_path} #{bundler_bin} config build.nokogiri --use-system-libraries --with-xml2-lib=/usr/lib --with-xml2-include=/usr/include" end