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

Upgrade PostgreSQL to 9.3.14 #1427

Merged
merged 1 commit into from
Sep 13, 2016
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: 09cf045c2e7622b05348855d7495470777f95df2
revision: 8eeb0bb45b01b833389c662932c9fab9042f328b
specs:
omnibus-software (4.0.0)
chef-sugar (>= 3.4.0)
omnibus (>= 5.5.0)

GIT
remote: https://github.com/chef/omnibus.git
revision: 9f8d05967531c93973c0406a0c68171fd52f238a
revision: 3eefb1cd8de69b1d97de2962f779512892e9296d
specs:
omnibus (5.5.0)
aws-sdk (~> 2)
Expand All @@ -27,12 +27,12 @@ GEM
specs:
addressable (2.3.8)
artifactory (2.3.3)
aws-sdk (2.5.10)
aws-sdk-resources (= 2.5.10)
aws-sdk-core (2.5.10)
aws-sdk (2.5.11)
aws-sdk-resources (= 2.5.11)
aws-sdk-core (2.5.11)
jmespath (~> 1.0)
aws-sdk-resources (2.5.10)
aws-sdk-core (= 2.5.10)
aws-sdk-resources (2.5.11)
aws-sdk-core (= 2.5.11)
berkshelf (3.3.0)
addressable (~> 2.3.4)
berkshelf-api-client (~> 1.2)
Expand Down
2 changes: 1 addition & 1 deletion omnibus/config/projects/supermarket.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
build_version Omnibus::BuildVersion.semver
build_iteration 1

override :postgresql, version: '9.3.6'
override :postgresql, version: '9.3.14'
override :ruby, version: "2.3.0"
override :rubygems, version: "2.4.8"
override :git, version: "2.2.1"
Expand Down