From 9aa7f33e18a04a90d9ac431440dbacb1fc93c313 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2019 08:52:08 +0000 Subject: [PATCH] Update statsd-ruby requirement from ~> 1.2.1 to >= 1.2.1, < 1.5.0 Updates the requirements on [statsd-ruby](https://github.com/reinh/statsd) to permit the latest version. - [Release notes](https://github.com/reinh/statsd/releases) - [Commits](https://github.com/reinh/statsd/compare/v1.2.1...v1.4.0) Signed-off-by: dependabot-preview[bot] --- archimedes.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archimedes.gemspec b/archimedes.gemspec index 2d8caef..54a6b63 100644 --- a/archimedes.gemspec +++ b/archimedes.gemspec @@ -25,5 +25,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'simplecov', '~> 0.7.1' spec.add_dependency 'isomer', '~> 0.1.3' - spec.add_dependency 'statsd-ruby', '~> 1.2.1' + spec.add_dependency 'statsd-ruby', '>= 1.2.1', '< 1.5.0' end