Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set openssl to install the latest default in omnibus-software #1683

Merged
merged 1 commit into from
Oct 20, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions omnibus/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
GIT
remote: https://github.com/chef/omnibus-software.git
revision: 23de2052e79b7a03d2b0a080d2f6e111ce4c760d
revision: db9cfd23c7ccbdd69a26f53ce52d72362953e8a7
specs:
omnibus-software (4.0.0)
chef-sugar (>= 3.4.0)
omnibus (>= 5.6.1)

GIT
remote: https://github.com/chef/omnibus.git
revision: 52393d7cab443b61790f94c62775d9032d283497
revision: e3807801e61b9012ea2e0677a60c2bf72c0e4972
specs:
omnibus (5.6.1)
aws-sdk (~> 2)
Expand All @@ -30,13 +30,13 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
artifactory (2.8.2)
awesome_print (1.8.0)
aws-sdk (2.10.53)
aws-sdk-resources (= 2.10.53)
aws-sdk-core (2.10.53)
aws-sdk (2.10.64)
aws-sdk-resources (= 2.10.64)
aws-sdk-core (2.10.64)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.10.53)
aws-sdk-core (= 2.10.53)
aws-sdk-resources (2.10.64)
aws-sdk-core (= 2.10.64)
aws-sigv4 (1.0.2)
berkshelf (6.3.0)
buff-config (~> 2.0)
Expand Down
1 change: 0 additions & 1 deletion omnibus/config/projects/supermarket.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
override :postgresql, version: '9.3.18'
override :ruby, version: "2.4.2"
override :'chef-gem', version: '12.19.36'
override :openssl, version: '1.0.2k'

# Creates required build directories
dependency "preparation"
Expand Down