Skip to content

Commit

Permalink
Default 'postgres.managed' to 9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoskings committed Oct 25, 2012
1 parent 357820b commit 431e12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres.rb
Expand Up @@ -50,7 +50,7 @@
end

dep 'postgres.managed', :version do
version.default('9.1')
version.default('9.2')
# Assume the installed version if there is one
version.default!(shell('psql --version').val_for('psql (PostgreSQL)')[/^\d\.\d/]) if which('psql')
requires 'set.locale'
Expand Down

0 comments on commit 431e12c

Please sign in to comment.