From e423ea2dff8835f6646045a2f4f6f3b315f4dd45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 08:05:27 +0000 Subject: [PATCH] build(deps): update json requirement from < 3 to < 4 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/v1.1.8...v3.0.0) --- updated-dependencies: - dependency-name: json dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1596024a..ae2311b0 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "rubocop-rails-omakase" # keyword-only; the released Rails (7.2 through 8.1.3.1) still passes them # positionally, so every boot aborts in db:migrate. Rails main has adapted, # which is why railsmain.gemfile carries no pin. -gem "json", "< 3" +gem "json", "< 4" gemspec