From bade5037cc156cc05026afd266ff4eb9dc98dce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:33:18 +0000 Subject: [PATCH] Update rbs requirement from ~> 3.1.0 to ~> 3.2.0 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.1.0...v3.2.0) --- updated-dependencies: - dependency-name: rbs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 885ed97..5da5499 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gemspec # Development Apps group :development do group :type_check do - gem 'rbs', '~> 3.1.0', require: false + gem 'rbs', '~> 3.2.0', require: false gem 'steep', '~> 1.5.0', require: false end group :documentation do