Skip to content

Commit 4b7d174

Browse files
authored
[rb] Downgrade steep to 1.5.2 to avoid issues on windows based pipelines (#14790)
Downgrade steep to 1.5.2
1 parent e2e9ac5 commit 4b7d174

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

rb/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ end
77

88
gem 'curb', '~> 1.0.5', require: false, platforms: %i[mri mingw x64_mingw]
99
gem 'debug', '~> 1.7', require: false, platforms: %i[mri mingw x64_mingw]
10-
gem 'steep', '~> 1.5.0', require: false, platforms: %i[mri mingw x64_mingw]
10+
gem 'steep', '1.5.2', require: false, platforms: %i[mri mingw x64_mingw]

rb/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ GEM
6767
rb-fsevent (~> 0.10, >= 0.10.3)
6868
rb-inotify (~> 0.9, >= 0.9.10)
6969
logger (1.6.1)
70-
minitest (5.25.1)
70+
minitest (5.25.2)
7171
parallel (1.26.3)
7272
parser (3.3.6.0)
7373
ast (~> 2.4.1)
@@ -137,8 +137,8 @@ GEM
137137
rubocop (~> 1.61)
138138
ruby-progressbar (1.13.0)
139139
rubyzip (2.3.2)
140-
securerandom (0.3.1)
141-
steep (1.5.3)
140+
securerandom (0.3.2)
141+
steep (1.5.2)
142142
activesupport (>= 5.1)
143143
concurrent-ruby (>= 1.1.10)
144144
csv (>= 3.0.9)
@@ -192,7 +192,7 @@ DEPENDENCIES
192192
rubocop-rspec (~> 2.16)
193193
selenium-devtools!
194194
selenium-webdriver!
195-
steep (~> 1.5.0)
195+
steep (= 1.5.2)
196196
webmock (~> 3.5)
197197
webrick (~> 1.7)
198198
yard (~> 0.9.11, >= 0.9.36)

0 commit comments

Comments
 (0)