Skip to content

Commit 1f9503f

Browse files
Bump rbs from 3.9.0 to 3.9.2 in /steep
Bumps [rbs](https://github.com/ruby/rbs) from 3.9.0 to 3.9.2. - [Release notes](https://github.com/ruby/rbs/releases) - [Changelog](https://github.com/ruby/rbs/blob/master/CHANGELOG.md) - [Commits](v3.9.0...v3.9.2) --- updated-dependencies: - dependency-name: rbs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7840171 commit 1f9503f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

steep/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "rbs", "~> 3.9.pre"
3+
gem "rbs", "~> 3.9"
44
gem "steep", "~> 1.10"
55
gem "ruby-lsp"
66
gem "test-unit"

steep/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ GEM
4444
rb-fsevent (0.11.2)
4545
rb-inotify (0.11.1)
4646
ffi (~> 1.0)
47-
rbs (3.9.0)
47+
rbs (3.9.2)
4848
logger
4949
ruby-lsp (0.23.14)
5050
language_server-protocol (~> 3.17.0)
@@ -86,7 +86,7 @@ PLATFORMS
8686
ruby
8787

8888
DEPENDENCIES
89-
rbs (~> 3.9.pre)
89+
rbs (~> 3.9)
9090
ruby-lsp
9191
steep (~> 1.10)
9292
test-unit

0 commit comments

Comments
 (0)