Skip to content

Commit

Permalink
Update rbs requirement from ~> 3.5.1 to ~> 3.5.2
Browse files Browse the repository at this point in the history
Updates the requirements on [rbs](https://github.com/ruby/rbs) to permit the latest version.

Updates `rbs` to 3.5.2
- [Release notes](https://github.com/ruby/rbs/releases)
- [Changelog](https://github.com/ruby/rbs/blob/master/CHANGELOG.md)
- [Commits](ruby/rbs@v3.5.1...v3.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent ca50a02 commit 5a6ff6d
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 @@ -13,7 +13,7 @@ end

group(:development) do
gem('debug', '~> 1.9.2', require: false)
gem('rbs', '~> 3.5.1', require: false)
gem('rbs', '~> 3.5.2', require: false)
gem('steep', '~> 1.7.1', require: false)
gem('benchmark-ips', '~> 2.13.0', require: false)
gem('stackprof')
Expand Down

0 comments on commit 5a6ff6d

Please sign in to comment.