Skip to content

Commit 27a581c

Browse files
authored
Merge branch 'trunk' into release-preparation-4.27.0
2 parents 2f54a8a + 4b7d174 commit 27a581c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 3 additions & 3 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)
@@ -138,7 +138,7 @@ GEM
138138
ruby-progressbar (1.13.0)
139139
rubyzip (2.3.2)
140140
securerandom (0.3.2)
141-
steep (1.5.3)
141+
steep (1.5.2)
142142
activesupport (>= 5.1)
143143
concurrent-ruby (>= 1.1.10)
144144
csv (>= 3.0.9)
@@ -193,7 +193,7 @@ DEPENDENCIES
193193
rubocop-rspec (~> 2.16)
194194
selenium-devtools!
195195
selenium-webdriver!
196-
steep (~> 1.5.0)
196+
steep (= 1.5.2)
197197
webmock (~> 3.5)
198198
webrick (~> 1.7)
199199
yard (~> 0.9.11, >= 0.9.36)

0 commit comments

Comments
 (0)