Don't require a specific pg gem version #915

pg was locked to ~> 0.9.0 as it was the last version to support ruby 1.8.6, we don't support it officially anymore, thus we can remove the version requirement.

Contributed by Dies Koper.
This commit is contained in:
Felix Schäfer 2012-03-01 12:56:31 +01:00
parent 4b5271f487
commit 900eda7a23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ platforms :mri, :mingw do
end
group :postgres do
gem "pg", "~> 0.9.0"
gem "pg"
# gem "postgres-pr"
end
end