diff --git a/steep/Gemfile b/steep/Gemfile index 577538211..906154ceb 100644 --- a/steep/Gemfile +++ b/steep/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" gem "rbs", "~> 3.7.0" -gem "steep", "~> 1.9.0" +gem "steep", "~> 1.9.2" diff --git a/steep/Gemfile.lock b/steep/Gemfile.lock index e22db29b1..7d5e23d3f 100644 --- a/steep/Gemfile.lock +++ b/steep/Gemfile.lock @@ -44,7 +44,7 @@ GEM rbs (3.7.0) logger securerandom (0.4.1) - steep (1.9.1) + steep (1.9.2) activesupport (>= 5.1) concurrent-ruby (>= 1.1.10) csv (>= 3.0.9) @@ -59,6 +59,7 @@ GEM securerandom (>= 0.1) strscan (>= 1.0.0) terminal-table (>= 2, < 4) + uri (>= 0.12.0) strscan (3.1.2) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -72,7 +73,7 @@ PLATFORMS DEPENDENCIES rbs (~> 3.7.0) - steep (~> 1.9.0) + steep (~> 1.9.2) BUNDLED WITH 2.5.16