From 2107f45656c71df139f89b288efeb9fa02ded4b0 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 11 Jan 2024 16:06:14 +0900 Subject: [PATCH] Use rbs-3.4.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index cdd4905..4caba83 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,6 @@ group :development do # RBS requires Ruby >= 3.0 if RUBY_VERSION >= "3.0.0" - gem "rbs", "~> 3.4.0.dev", require: false, git: "https://github.com/ruby/rbs.git", branch: "master" + gem "rbs", "~> 3.4.0" end end