From 82d31921159df31095ad05597438cf27437ac3d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 15:52:53 +0000 Subject: [PATCH] Bump rbs-inline from 0.13.0 to 0.14.0 Bumps [rbs-inline](https://github.com/soutaro/rbs-inline) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/soutaro/rbs-inline/releases) - [Changelog](https://github.com/soutaro/rbs-inline/blob/main/CHANGELOG.md) - [Commits](https://github.com/soutaro/rbs-inline/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: rbs-inline dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f49a81866..fd5b0fe05 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem "minitest-difftastic", "~> 0.2" gem "rake", "~> 13.4" gem "rake-compiler", "~> 1.3" gem "rake-compiler-dock", "~> 1.12" -gem "rbs-inline", "~> 0.13" +gem "rbs-inline", "~> 0.14" gem "reactionview", "~> 0.3.0" gem "reline", "~> 0.6" gem "rubocop", "~> 1.71" diff --git a/Gemfile.lock b/Gemfile.lock index 7716028c3..b96f189c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -219,9 +219,9 @@ GEM logger prism (>= 1.6.0) tsort - rbs-inline (0.13.0) + rbs-inline (0.14.0) prism (>= 0.29) - rbs (>= 3.8.0) + rbs (~> 4.0) rdoc (7.2.0) erb psych (>= 4.0.0) @@ -314,7 +314,7 @@ DEPENDENCIES rake (~> 13.4) rake-compiler (~> 1.3) rake-compiler-dock (~> 1.12) - rbs-inline (~> 0.13) + rbs-inline (~> 0.14) reactionview (~> 0.3.0) reline (~> 0.6) rubocop (~> 1.71)