We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ecd51a + 64f3d1c commit 5871ca9Copy full SHA for 5871ca9
steep/Gemfile
@@ -1,6 +1,6 @@
1
source "https://rubygems.org"
2
3
-gem "rbs", "~> 3.9.pre"
+gem "rbs", "~> 3.9"
4
gem "steep", "~> 1.10"
5
gem "ruby-lsp"
6
gem "test-unit"
steep/Gemfile.lock
@@ -44,7 +44,7 @@ GEM
44
rb-fsevent (0.11.2)
45
rb-inotify (0.11.1)
46
ffi (~> 1.0)
47
- rbs (3.9.0)
+ rbs (3.9.2)
48
logger
49
ruby-lsp (0.23.16)
50
language_server-protocol (~> 3.17.0)
@@ -86,7 +86,7 @@ PLATFORMS
86
ruby
87
88
DEPENDENCIES
89
- rbs (~> 3.9.pre)
+ rbs (~> 3.9)
90
ruby-lsp
91
steep (~> 1.10)
92
test-unit
0 commit comments