File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3
3
4
4
This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ )
5
5
6
- ## [ Unreleased] [ unreleased ]
6
+ ## Unreleased
7
+ ### Changed
8
+ - updated pg gem to 0.18.3
7
9
8
10
## [ 0.0.4] - 2015-08-04
9
11
### Changed
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Gem::Specification.new do |s|
43
43
s . version = SensuPluginsPostgres ::Version ::VER_STRING
44
44
45
45
s . add_runtime_dependency 'sensu-plugin' , '1.2.0'
46
- s . add_runtime_dependency 'pg' , '0.18.2 '
46
+ s . add_runtime_dependency 'pg' , '0.18.3 '
47
47
48
48
s . add_development_dependency 'bundler' , '~> 1.7'
49
49
s . add_development_dependency 'codeclimate-test-reporter' , '~> 0.4'
You can’t perform that action at this time.
0 commit comments