Skip to content

Commit

Permalink
Bump steep from 1.8.3 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps [steep](https://github.com/soutaro/steep) from 1.8.3 to 1.9.0.
- [Release notes](https://github.com/soutaro/steep/releases)
- [Changelog](https://github.com/soutaro/steep/blob/master/CHANGELOG.md)
- [Commits](soutaro/steep@v1.8.3...v1.9.0)

---
updated-dependencies:
- dependency-name: steep
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 912160c commit 035aa12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ gem "rake", "~> 13.2"

gem "minitest", "~> 5.25"

gem "steep", "~> 1.8.3", require: false
gem "steep", "~> 1.9.0", require: false
gem "strscan"
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (3.6.1)
rbs (3.7.0)
logger
securerandom (0.4.0)
steep (1.8.3)
steep (1.9.0)
activesupport (>= 5.1)
concurrent-ruby (>= 1.1.10)
csv (>= 3.0.9)
Expand All @@ -65,7 +65,7 @@ GEM
logger (>= 1.3.0)
parser (>= 3.1)
rainbow (>= 2.2.2, < 4.0)
rbs (~> 3.6.0)
rbs (~> 3.7.0)
securerandom (>= 0.1)
strscan (>= 1.0.0)
terminal-table (>= 2, < 4)
Expand All @@ -86,7 +86,7 @@ DEPENDENCIES
minitest (~> 5.25)
rake (~> 13.2)
rbs-inline!
steep (~> 1.8.3)
steep (~> 1.9.0)
strscan

BUNDLED WITH
Expand Down

0 comments on commit 035aa12

Please sign in to comment.