From 4c6a7b7f8d0359c72f976c7697bf49a2895a174f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:57:08 +0000 Subject: [PATCH] Update rbs requirement from ~> 3.3.0 to ~> 3.5.1 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.1) --- 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..3d070ed 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.1', require: false # 09/main-matrix gem 'matrix', '~> 0.4'