diff --git a/Gemfile b/Gemfile index 5b915974..1e5ccfe4 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.4.1", require: false + gem "rbs", "3.4.4", require: false gem "steep", "1.6.0", require: false end