From 78861a71dc96cf0c41c4295f4cefaeef37b05083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:07:11 +0000 Subject: [PATCH] Update rbs requirement from ~> 3.3.0 to ~> 3.5.3 Updates the requirements on [rbs](https://github.com/ruby/rbs) to permit the latest version. - [Release notes](https://github.com/ruby/rbs/releases) - [Changelog](https://github.com/ruby/rbs/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby/rbs/compare/v3.3.0...v3.5.3) --- updated-dependencies: - dependency-name: rbs 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 70621fc..9f8acf6 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ ruby '~> 3.2' source 'https://rubygems.org' -gem 'rbs', '~> 3.3.0', require: false +gem 'rbs', '~> 3.5.3', require: false # 09/main-matrix gem 'matrix', '~> 0.4'