From 014bac2216bb35af8aa74599624f978512c79c1f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 27 Sep 2020 04:34:49 +0000 Subject: [PATCH] Update rest-client requirement from = 1.8.0 to = 2.1.0 Updates the requirements on [rest-client](https://github.com/rest-client/rest-client) to permit the latest version. - [Release notes](https://github.com/rest-client/rest-client/releases) - [Changelog](https://github.com/rest-client/rest-client/blob/master/history.md) - [Commits](https://github.com/rest-client/rest-client/compare/v1.8.0...v2.1.0) Signed-off-by: dependabot-preview[bot] --- sensu-plugins-etcd.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-etcd.gemspec b/sensu-plugins-etcd.gemspec index d849d0b..d5699f1 100644 --- a/sensu-plugins-etcd.gemspec +++ b/sensu-plugins-etcd.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |s| s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.version = SensuPluginsEtcd::Version::VER_STRING - s.add_runtime_dependency 'rest-client', '1.8.0' + s.add_runtime_dependency 'rest-client', '2.1.0' s.add_runtime_dependency 'sensu-plugin', '>= 1.3', '< 5.0' s.add_runtime_dependency 'etcd', '0.3.0'