Skip to content

Commit 3cff696

Browse files
Skip steep installation on Ruby 3.0 or earlier
1 parent 58492f4 commit 3cff696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ end
1414

1515
group :check do
1616
gem "syntax_tree", "~> 3.5"
17-
gem "steep", "~> 1.9"
17+
gem "steep", "~> 1.9" if RUBY_VERSION >= "3.1.0"
1818
end

0 commit comments

Comments
 (0)