Skip to content

Commit f0c570d

Browse files
committed
Use an older version of steep
Newer versions of steep can detect issues that the standard gem does not allow us to ignore at the moment.
1 parent da0eaaf commit f0c570d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ gem "rspec", "~> 3.0"
1414
gem "standard", "~> 1.3"
1515

1616
group :development do
17-
gem "steep", require: false
17+
# FIXME: Relax this version when the stardand gem can cope with empty collection annotations
18+
# https://github.com/soutaro/steep/pull/1338
19+
# https://github.com/standardrb/standard/pull/656
20+
gem "steep", "< 1.9.0", require: false
1821
end

0 commit comments

Comments
 (0)