From bd5bc865c11594ec3012c62ba94652835544366f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 11:07:03 +0000 Subject: [PATCH] Build(deps): Update json_pure requirement from >= 2.6.3, < 2.8.0 to >= 2.6.3, < 2.9.0 Updates the requirements on [json_pure](https://github.com/ruby/json) to permit the latest version. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/commits) --- updated-dependencies: - dependency-name: json_pure dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- tetra.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 407083e..25796bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ PATH tetra (2.0.6) clamp (~> 1.3.2) erb (~> 4.0.3) - json_pure (>= 2.6.3, < 2.8.0) + json_pure (>= 2.6.3, < 2.9.0) open4 (~> 1.3.4) rexml (>= 3.2.9, < 3.4.0) rubyzip (~> 2.3.2) @@ -54,7 +54,7 @@ GEM cgi (>= 0.3.3) ffi (1.16.3) json (2.7.5) - json_pure (2.7.5) + json_pure (2.8.1) language_server-protocol (3.17.0.3) mini_mime (1.1.5) multi_test (1.1.0) diff --git a/tetra.gemspec b/tetra.gemspec index 1bad196..b2603ba 100644 --- a/tetra.gemspec +++ b/tetra.gemspec @@ -34,7 +34,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency "clamp", "~> 1.3.2" s.add_runtime_dependency "erb", "~> 4.0.3" - s.add_runtime_dependency "json_pure", ">= 2.6.3", "< 2.8.0" + s.add_runtime_dependency "json_pure", ">= 2.6.3", "< 2.9.0" s.add_runtime_dependency "open4", "~> 1.3.4" s.add_runtime_dependency "rexml", ">= 3.2.9", "< 3.4.0" s.add_runtime_dependency "rubyzip", "~> 2.3.2"