Skip to content

Commit

Permalink
Use HEAD of rbs to avoid frequently bumping steep_expectations.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 18, 2022
1 parent 97560c9 commit c5a9740
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
7 changes: 6 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ end

group(:development) do
gem('debug', '~> 1.6.1', require: false)
gem('rbs', '~> 2.6.0', require: false)
gem(
'rbs',
# To apply https://github.com/ruby/rbs/pull/1056
github: 'ruby/rbs',
require: false
)
gem('steep', '~> 1.0.1', require: false)
gem('benchmark-ips', '~> 2.10.0', require: false)
gem('stackprof')
Expand Down
14 changes: 1 addition & 13 deletions steep_expectations.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
---
- file: lib/ulid.rb
diagnostics:
- range:
start:
line: 345
character: 12
end:
line: 345
character: 16
severity: ERROR
message: Type `singleton(::Warning)` does not have method `warn`
code: Ruby::NoMethod
--- []

0 comments on commit c5a9740

Please sign in to comment.