diff options
author | John Keiser <john@johnkeiser.com> | 2016-04-19 08:18:22 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-04-19 09:18:46 -0700 |
commit | b64809895f6765417d5959403597bc1ad26b7068 (patch) | |
tree | 7fcbed8454b78ea92b7e8e7ad4b7c02cb165c047 /omnibus/files | |
parent | 4f8ac8e9ce05430c61dbd044cc55dd7f59c94142 (diff) | |
download | chef-b64809895f6765417d5959403597bc1ad26b7068.tar.gz |
Refreeze windowsjk/unfreeze-windows
Diffstat (limited to 'omnibus/files')
-rw-r--r-- | omnibus/files/chef/build-chef.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/omnibus/files/chef/build-chef.rb b/omnibus/files/chef/build-chef.rb index e0e0d9928d..6ff9ca755a 100644 --- a/omnibus/files/chef/build-chef.rb +++ b/omnibus/files/chef/build-chef.rb @@ -122,10 +122,7 @@ module BuildChef bundle "lock", env: shared_gemfile_env # Freeze the location's Gemfile.lock. - # TODO Windows cannot be frozen, because Bundler doesn't understand platform-specific - # versions. However, on Windows we have explicit version pins for most things, so - # we will *probably* get the exact versions of everything we want. - create_bundle_config(shared_gemfile, frozen: !windows?) + create_bundle_config(shared_gemfile, frozen: true) # Clear the now-unnecessary git caches, cached gems, and git-checked-out gems block "Delete bundler git cache and git installs" do |