Skip to content

Commit

Permalink
Skip steep installation on Ruby 3.0 or earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Dec 17, 2024
1 parent 58492f4 commit 3cff696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ end

group :check do
gem "syntax_tree", "~> 3.5"
gem "steep", "~> 1.9"
gem "steep", "~> 1.9" if RUBY_VERSION >= "3.1.0"
end

0 comments on commit 3cff696

Please sign in to comment.