Skip to content

Commit 3325b17

Browse files
committed
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.
1 parent 4b0e639 commit 3325b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ GEM
3333
multi_json (1.0.4)
3434
nokogiri (1.5.9)
3535
pcaprub (0.11.3)
36-
pg (0.15.0)
36+
pg (0.15.1)
3737
rake (10.0.4)
3838
redcarpet (2.2.2)
3939
robots (0.10.1)

0 commit comments

Comments
 (0)