From 8b8a69f0a7b3172dff7b885075c52a9091617271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:35:07 +0000 Subject: [PATCH] build(deps): update jruby-jars requirement from >= 9.4, < 10.1 to >= 9.4, < 10.2 Updates the requirements on [jruby-jars](https://github.com/jruby/jruby) to permit the latest version. Updates `jruby-jars` to 10.1.0.0 - [Release notes](https://github.com/jruby/jruby/releases) - [Commits](https://github.com/jruby/jruby/compare/9.4.0.0...10.1.0.0) --- updated-dependencies: - dependency-name: jruby-jars dependency-version: 10.1.0.0 dependency-type: direct:production dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] --- warbler.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warbler.gemspec b/warbler.gemspec index f31966c8..62ca7054 100644 --- a/warbler.gemspec +++ b/warbler.gemspec @@ -32,7 +32,7 @@ bundle up all of your application files for deployment to a Java environment.} gem.add_runtime_dependency 'rake', ['~> 13.0', '>= 13.0.3'] gem.add_runtime_dependency 'rexml', '~> 3.0' - gem.add_runtime_dependency 'jruby-jars', ['>= 9.4', '< 10.1'] + gem.add_runtime_dependency 'jruby-jars', '>= 9.4', '< 10.2' gem.add_runtime_dependency 'jruby-rack', ['>= 1.2.6', '< 1.4'] gem.add_runtime_dependency 'rubyzip', ['>= 2.1.0', '< 4'] gem.add_runtime_dependency 'ostruct', '~> 0.6.2'