From 31d83d6fe81bfc6022165c0c09268d784066baf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 20:46:00 +0000 Subject: [PATCH] Update json requirement from ~> 1.6, >= 1.6.0 to >= 1.6, < 3.0 Updates the requirements on [json](https://github.com/flori/json) to permit the latest version. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](https://github.com/flori/json/compare/v1.6.1...v2.3.0) --- updated-dependencies: - dependency-name: json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- zabbixapi.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 14f19d5..184b7c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: http://rubygems.org/ specs: diff-lcs (1.1.3) - json (1.6.1) + json (2.3.0) rake (0.9.2.2) rspec (2.12.0) rspec-core (~> 2.12.0) diff --git a/zabbixapi.gemspec b/zabbixapi.gemspec index e179843..7bcda6a 100644 --- a/zabbixapi.gemspec +++ b/zabbixapi.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| s.description = %q{Allows you to work with zabbix api from ruby.} s.licenses = %w(MIT) - s.add_dependency('json', '~> 1.6', '>= 1.6.0') + s.add_dependency('json', '>= 1.6', '< 3.0') s.rubyforge_project = "zabbixapi"