Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 96fbb97

Browse filesBrowse files
Pin steep to an exact version in Gemfile
1 parent 47dfe56 commit 96fbb97
Copy full SHA for 96fbb97

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Gemfile

Copy file name to clipboardExpand all lines: Gemfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ group :check do
1414
# Use the latest version of webrick for URI change in Ruby 3.4
1515
gem "webrick", "~> 1.8.2"
1616
gem "syntax_tree", "~> 3.5"
17-
gem "steep", "~> 1.9" if RUBY_VERSION >= "3.1.0"
17+
gem "steep", "1.10.0" if RUBY_VERSION >= "3.1.0"
1818
end

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.