Skip to content

Commit

Permalink
Bump the rbs-dependencies group with 1 update
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.4.0
- [Release notes](https://github.com/ruby/rbs/releases)
- [Changelog](https://github.com/ruby/rbs/blob/master/CHANGELOG.md)
- [Commits](ruby/rbs@v3.3.2...v3.4.0)

---
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 Dec 25, 2023
1 parent 74de583 commit e0f132a
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 @@ -12,7 +12,7 @@ end

group(:development) do
gem('debug', '~> 1.9.0', require: false)
gem('rbs', '~> 3.3.2', require: false)
gem('rbs', '~> 3.4.0', require: false)
gem('steep', '~> 1.6.0', require: false)
gem('benchmark-ips', '~> 2.13.0', require: false)
gem('stackprof')
Expand Down

0 comments on commit e0f132a

Please sign in to comment.