Skip to content

Commit

Permalink
[rb] Downgrade steep to 1.5.2 to avoid issues on windows based pipeli…
Browse files Browse the repository at this point in the history
…nes (#14790)

Downgrade steep to 1.5.2
  • Loading branch information
aguspe authored Nov 22, 2024
1 parent e2e9ac5 commit 4b7d174
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rb/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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]
8 changes: 4 additions & 4 deletions rb/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 4b7d174

Please sign in to comment.