diff --git a/omnibus/config/projects/supermarket.rb b/omnibus/config/projects/supermarket.rb index 1efebd159..5bc15969b 100644 --- a/omnibus/config/projects/supermarket.rb +++ b/omnibus/config/projects/supermarket.rb @@ -28,7 +28,7 @@ build_version IO.read(File.expand_path("../../../../VERSION", __FILE__)).strip build_iteration 1 -override :postgresql, version: '9.3.18' +override :postgresql, version: '9.3.25' override :ruby, version: "2.6.7" override :rubygems, version: "3.1.2" # rubygems ships its own bundler which may differ from bundler defined below and then we get double bundler which makes the omnibus environment unhappy. Make sure these versions match before bumping either. override :bundler, version: "2.1.2" # this must match the BUNDLED WITH in all the repo's Gemfile.locks