From 4b7d17441352f990a3a3c322aabde51e392abad7 Mon Sep 17 00:00:00 2001 From: Augustin Gottlieb <33221555+aguspe@users.noreply.github.com> Date: Fri, 22 Nov 2024 08:37:43 +0100 Subject: [PATCH] [rb] Downgrade steep to 1.5.2 to avoid issues on windows based pipelines (#14790) Downgrade steep to 1.5.2 --- rb/Gemfile | 2 +- rb/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rb/Gemfile b/rb/Gemfile index 740e559bae308..e2ec24a906f31 100644 --- a/rb/Gemfile +++ b/rb/Gemfile @@ -7,4 +7,4 @@ end gem 'curb', '~> 1.0.5', require: false, platforms: %i[mri mingw x64_mingw] gem 'debug', '~> 1.7', require: false, platforms: %i[mri mingw x64_mingw] -gem 'steep', '~> 1.5.0', require: false, platforms: %i[mri mingw x64_mingw] +gem 'steep', '1.5.2', require: false, platforms: %i[mri mingw x64_mingw] diff --git a/rb/Gemfile.lock b/rb/Gemfile.lock index 830962b3bc08b..495e79ef76e86 100644 --- a/rb/Gemfile.lock +++ b/rb/Gemfile.lock @@ -67,7 +67,7 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logger (1.6.1) - minitest (5.25.1) + minitest (5.25.2) parallel (1.26.3) parser (3.3.6.0) ast (~> 2.4.1) @@ -137,8 +137,8 @@ GEM rubocop (~> 1.61) ruby-progressbar (1.13.0) rubyzip (2.3.2) - securerandom (0.3.1) - steep (1.5.3) + securerandom (0.3.2) + steep (1.5.2) activesupport (>= 5.1) concurrent-ruby (>= 1.1.10) csv (>= 3.0.9) @@ -192,7 +192,7 @@ DEPENDENCIES rubocop-rspec (~> 2.16) selenium-devtools! selenium-webdriver! - steep (~> 1.5.0) + steep (= 1.5.2) webmock (~> 3.5) webrick (~> 1.7) yard (~> 0.9.11, >= 0.9.36)