Skip to content

Commit 945c0f4

Browse files
dependabot-preview[bot]majormoses
authored andcommitted
Update fog-core requirement from = 1.43.0 to = 1.45.0
Updates the requirements on [fog-core](https://github.com/fog/fog-core) to permit the latest version. - [Release notes](https://github.com/fog/fog-core/releases) - [Changelog](https://github.com/fog/fog-core/blob/master/changelog.md) - [Commits](https://github.com/fog/fog-core/commits/v1.45.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent c379212 commit 945c0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensu-plugins-aws.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
3838
s.add_runtime_dependency 'fog', '1.32.0'
3939
# 1.44 requires xmlrpc which only supports >= ruby 2.3
4040
# https://github.com/fog/fog-core/issues/206
41-
s.add_runtime_dependency 'fog-core', '1.43.0'
41+
s.add_runtime_dependency 'fog-core', '1.45.0'
4242
s.add_runtime_dependency 'nokogiri', ['>= 1.10.4', '< 2.0']
4343
s.add_runtime_dependency 'rest-client', '1.8.0'
4444
s.add_runtime_dependency 'right_aws', '3.1.0'

0 commit comments

Comments
 (0)