We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0eaaf commit f0c570dCopy full SHA for f0c570d
Gemfile
@@ -14,5 +14,8 @@ gem "rspec", "~> 3.0"
14
gem "standard", "~> 1.3"
15
16
group :development do
17
- gem "steep", require: false
+ # 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
21
end
0 commit comments