diff --git a/Gemfile b/Gemfile index 97153fc6..a4918c52 100644 --- a/Gemfile +++ b/Gemfile @@ -15,6 +15,6 @@ gem "memory_profiler" # 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.5.3", require: false + gem "rbs", "3.6.0", require: false gem "steep", "1.7.1", require: false end