Skip to content

Commit

Permalink
Update steep requirement from ~> 1.7.0 to ~> 1.8.1
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.
- [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.8.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 405c8a8 commit 22516de
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 @@ -6,7 +6,7 @@ gemspec
group :development do
group :type_check do
gem 'rbs', '~> 3.6.1', require: false
gem 'steep', '~> 1.7.0', require: false
gem 'steep', '~> 1.8.1', require: false
end
group :documentation do
gem 'yard', github: 'ParadoxV5/yard', tag: 'commonmarker-1.0_1', require: false
Expand Down

0 comments on commit 22516de

Please sign in to comment.