From e490879be6e99552c47673d61d0a8716ba878fa5 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Mon, 25 Dec 2023 13:29:25 +0900 Subject: [PATCH] Update rbs --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index caa7e49f..490c73c8 100644 --- a/Gemfile +++ b/Gemfile @@ -12,6 +12,6 @@ gem "stackprof", platforms: [:ruby] # stackprof doesn't support Windows # Recent steep requires Ruby >= 3.0.0. # Then skip install on some CI jobs. if !ENV['GITHUB_ACTION'] || ENV['INSTALL_STEEP'] == 'true' - gem "rbs", "3.3.0", require: false + gem "rbs", "3.4.0", require: false gem "steep", "1.6.0", require: false end