From 65ed9a1f899544860c2ad6b550caea0f2188571e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 20:25:15 +0000 Subject: [PATCH] Bump rbs-inline from 0.12.0 to 0.13.0 Bumps [rbs-inline](https://github.com/soutaro/rbs-inline) from 0.12.0 to 0.13.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.12.0...v0.13.0) --- updated-dependencies: - dependency-name: rbs-inline dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8a2c360a7..79a5ef254 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.12" +gem "rbs-inline", "~> 0.13" gem "reactionview", "~> 0.3.0" gem "reline", "~> 0.6" gem "rubocop", "~> 1.71" diff --git a/Gemfile.lock b/Gemfile.lock index 524d6802a..b22472765 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -249,7 +249,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rbs-inline (0.12.0) + rbs-inline (0.13.0) prism (>= 0.29) rbs (>= 3.8.0) rdoc (7.2.0) @@ -329,7 +329,7 @@ DEPENDENCIES rake-compiler (~> 1.3) rake-compiler-dock (~> 1.12) rbs! - rbs-inline (~> 0.12) + rbs-inline (~> 0.13) reactionview (~> 0.3.0) reline (~> 0.6) rubocop (~> 1.71)