From 082bf0b55350612e0268131bdd81f49099207faa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 06:37:56 +0000 Subject: [PATCH] Update activesupport requirement from ~> 4.2 to >= 4.2, < 7.0 Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.0/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.2.0...v5.2.3) Signed-off-by: dependabot-preview[bot] --- sensu-plugins-network-checks.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-network-checks.gemspec b/sensu-plugins-network-checks.gemspec index cc296dc..2b5416d 100644 --- a/sensu-plugins-network-checks.gemspec +++ b/sensu-plugins-network-checks.gemspec @@ -34,7 +34,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength s.add_runtime_dependency 'sensu-plugin', '~> 4.0' - s.add_runtime_dependency 'activesupport', '~> 4.2' + s.add_runtime_dependency 'activesupport', '>= 4.2', '< 7.0' s.add_runtime_dependency 'dnsbl-client', '1.0.2' s.add_runtime_dependency 'net-ping', '1.7.8' s.add_runtime_dependency 'whois', '>= 4.0'