Skip to content

Commit

Permalink
Revert RBS3 because steep often crashes (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick authored Mar 7, 2023
1 parent 8274f86 commit 10d72a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ updates:
- '1.31.2'
# https://github.com/rubocop/rubocop/issues/11549
- '1.45.0'
- dependency-name: 'rbs'
# https://github.com/soutaro/steep/issues/725#issuecomment-1455649161
update-types: ['version-update:semver-major']
- package-ecosystem: 'bundler'
directory: '/benchmark/compare_with_othergems/kachick'
schedule:
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ end

group(:development) do
gem('debug', '~> 1.7.1', require: false)
gem('rbs', '~> 3.0.3', require: false)
gem('steep', '~> 1.4.0.dev.2', require: false)
gem('rbs', '~> 2.8.4', require: false)
gem('steep', '~> 1.3.0', require: false)
gem('benchmark-ips', '~> 2.11.0', require: false)
gem('stackprof')
gem('yard', '~> 0.9.28', require: false)
Expand Down

0 comments on commit 10d72a4

Please sign in to comment.