From 33ceb72fdeccdf4f130f5338cedde994da3523fa Mon Sep 17 00:00:00 2001 From: Matt Muller Date: Mon, 21 Aug 2023 21:24:46 -0400 Subject: [PATCH] Update steep --- hearth/Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hearth/Gemfile b/hearth/Gemfile index 83fbcfbb0..03a62d485 100644 --- a/hearth/Gemfile +++ b/hearth/Gemfile @@ -15,8 +15,8 @@ group :test do end group :development do - gem 'parallel', '1.22.1' # 1.23.0 broke steep, temporary - gem 'rbs', '~> 2' + gem 'parallel' + gem 'rbs' gem 'rubocop' - gem 'steep', '1.3.2' + gem 'steep' end