Skip to content

Commit

Permalink
Update rbs requirement from ~> 3.3.0 to ~> 3.4.1
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.
- [Release notes](https://github.com/ruby/rbs/releases)
- [Changelog](https://github.com/ruby/rbs/blob/master/CHANGELOG.md)
- [Commits](ruby/rbs@v3.3.0...v3.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 6cd7b92 commit 909b131
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 @@ -8,7 +8,7 @@ gem 'json', '~> 2.6'
# Development Apps
group :development do
group :type_check do
gem 'rbs', '~> 3.3.0', require: false
gem 'rbs', '~> 3.4.1', require: false
gem 'steep', '~> 1.6.0', require: false
end
group :documentation do
Expand Down

0 comments on commit 909b131

Please sign in to comment.