Skip to content

Commit 9d9efd0

Browse files
dependabot[bot]ParadoxV5
authored andcommitted
Update rbs requirement from ~> 3.5.1 to ~> 3.6.1
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.5.1...v3.6.1) --- updated-dependencies: - dependency-name: rbs dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6526a52 commit 9d9efd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gemspec
55
# Development Apps
66
group :development do
77
group :type_check do
8-
gem 'rbs', '~> 3.5.1', require: false
8+
gem 'rbs', '~> 3.6.1', require: false
99
gem 'steep', '~> 1.7.0', require: false
1010
end
1111
group :documentation do

0 commit comments

Comments
 (0)