Skip to content

Commit

Permalink
Upgrade steep typechecker to version 1.6.0
Browse files Browse the repository at this point in the history
**What does this PR do?**

Upgrade the steep typechecker to version 1.6.0.

**Motivation:**

The steep typechecker is under very active development so there's a
number of improvements to be picked up, see
https://github.com/soutaro/steep/wiki/Release-Note-1.6 .

In particular, I'm very interested in improvements to error messages,
since I still think that's a particular weak point for steep.

**Additional Notes:**

N/A

**How to test the change?**

Validate that CI is still green.
  • Loading branch information
ivoanjo committed Nov 15, 2023
1 parent 8fe9497 commit 97d6cb8
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 @@ -113,7 +113,7 @@ end
group :check do
if RUBY_VERSION >= '3.0.0' && RUBY_PLATFORM != 'java'
gem 'rbs', '~> 3.2.0', require: false
gem 'steep', '~> 1.5.3', require: false
gem 'steep', '~> 1.6.0', require: false
end
end

Expand Down

0 comments on commit 97d6cb8

Please sign in to comment.