Skip to content

Commit

Permalink
Update steep requirement from ~> 1.8.1 to ~> 1.8.2 (#630)
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.8.2
- [Release notes](https://github.com/soutaro/steep/releases)
- [Changelog](https://github.com/soutaro/steep/blob/master/CHANGELOG.md)
- [Commits](soutaro/steep@v1.8.1...v1.8.2)

---
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 Oct 28, 2024
1 parent 789536f commit 40932fb
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.6.1', require: false)
gem('steep', '~> 1.8.1', require: false)
gem('steep', '~> 1.8.2', require: false)
gem('benchmark-ips', '~> 2.14.0', require: false)
gem('stackprof')
gem('yard', '~> 0.9.37', require: false)
Expand Down

0 comments on commit 40932fb

Please sign in to comment.