From 0c7231874e4dc8b34814b21bb7005fe99bbd66e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 01:22:22 +0000 Subject: [PATCH] Bump rbs from 3.7.0 to 3.8.1 in /steep Bumps [rbs](https://github.com/ruby/rbs) from 3.7.0 to 3.8.1. - [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.7.0...v3.8.1) --- updated-dependencies: - dependency-name: rbs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- steep/Gemfile | 2 +- steep/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/steep/Gemfile b/steep/Gemfile index 906154ceb..11182dbbb 100644 --- a/steep/Gemfile +++ b/steep/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" -gem "rbs", "~> 3.7.0" +gem "rbs", "~> 3.8.1" gem "steep", "~> 1.9.2" diff --git a/steep/Gemfile.lock b/steep/Gemfile.lock index 633a722c1..3605fc2fa 100644 --- a/steep/Gemfile.lock +++ b/steep/Gemfile.lock @@ -41,10 +41,10 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rbs (3.7.0) + rbs (3.8.1) logger securerandom (0.4.1) - steep (1.9.2) + steep (1.9.3) activesupport (>= 5.1) concurrent-ruby (>= 1.1.10) csv (>= 3.0.9) @@ -55,7 +55,7 @@ GEM logger (>= 1.3.0) parser (>= 3.1) rainbow (>= 2.2.2, < 4.0) - rbs (~> 3.7.0) + rbs (~> 3.8) securerandom (>= 0.1) strscan (>= 1.0.0) terminal-table (>= 2, < 4) @@ -72,7 +72,7 @@ PLATFORMS ruby DEPENDENCIES - rbs (~> 3.7.0) + rbs (~> 3.8.1) steep (~> 1.9.2) BUNDLED WITH