Skip to content

Commit

Permalink
Update steep requirement from ~> 1.7.0 to ~> 1.7.1 (#561)
Browse files Browse the repository at this point in the history
Updates the requirements on [steep](https://github.com/soutaro/steep) to permit the latest version.

Updates `steep` to 1.7.1
- [Release notes](https://github.com/soutaro/steep/releases)
- [Changelog](https://github.com/soutaro/steep/blob/master/CHANGELOG.md)
- [Commits](soutaro/steep@v1.7.0...v1.7.1)

---
updated-dependencies:
- dependency-name: steep
  dependency-type: direct:development
  dependency-group: rbs-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 7e11207 commit 6f6171c
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,7 +14,7 @@ end
group(:development) do
gem('debug', '~> 1.9.2', require: false)
gem('rbs', '~> 3.5.1', require: false)
gem('steep', '~> 1.7.0', require: false)
gem('steep', '~> 1.7.1', require: false)
gem('benchmark-ips', '~> 2.13.0', require: false)
gem('stackprof')
gem('yard', '~> 0.9.36', require: false)
Expand Down

0 comments on commit 6f6171c

Please sign in to comment.