Get rid of pg application truncation warning

[#47979793]

The 0.15.0 version of the pg gem set the application name as the full
path to the application, `$0`, which was the full path to `rspec` when
running a subset of tests.  This caused warning NOTICEs to be printed
that the string would be truncated.  The truncation warning disappears
with version 0.15.1 of the pg gem because the full path is not used.
This commit is contained in:
Luke Imhoff 2013-04-23 08:43:20 -05:00
parent 4b0e639cf1
commit 3325b176fc
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ GEM
multi_json (1.0.4)
nokogiri (1.5.9)
pcaprub (0.11.3)
pg (0.15.0)
pg (0.15.1)
rake (10.0.4)
redcarpet (2.2.2)
robots (0.10.1)