Skip to content

Commit 0c29142

Browse files
Update pg requirement from = 1.1 to = 1.2.1
Updates the requirements on [pg](https://github.com/ged/ruby-pg) to permit the latest version. - [Release notes](https://github.com/ged/ruby-pg/releases) - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc) - [Commits](ged/ruby-pg@v1.1.0...v1.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 29e3946 commit 0c29142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensu-plugins-postgres.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
3737
s.add_runtime_dependency 'sensu-plugin', '~> 1.2'
3838

3939
s.add_runtime_dependency 'dentaku', '2.0.4'
40-
s.add_runtime_dependency 'pg', '1.1'
40+
s.add_runtime_dependency 'pg', '1.2.1'
4141

4242
s.add_development_dependency 'bundler', '~> 1.7'
4343
s.add_development_dependency 'codeclimate-test-reporter', '~> 1.0'

0 commit comments

Comments
 (0)