From 619e4010cada4f3d932f754eecbc45a49a4a3805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:42:35 +0000 Subject: [PATCH] Update json requirement from ~> 2.3 to >= 2.3, < 4.0 Updates the requirements on [json](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/compare/v2.3.0...v2.21.2) --- updated-dependencies: - dependency-name: json dependency-version: 2.21.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- oxidized-web.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oxidized-web.gemspec b/oxidized-web.gemspec index ce3e1f9..2e52a10 100644 --- a/oxidized-web.gemspec +++ b/oxidized-web.gemspec @@ -39,7 +39,7 @@ Gem::Specification.new do |s| # Updating needs the unit tests to be fixed. s.add_dependency 'haml', '>= 6', '< 8' s.add_dependency 'htmlentities', '~> 4.3' - s.add_dependency 'json', '~> 2.3' + s.add_dependency 'json', '>= 2.3', '< 4.0' # Only depend on a minimal version of Oxidized so we don't need to # update the gemspec for new Oxidized releases s.add_dependency 'oxidized', '>= 0.34.1'