We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fa4586 + e9bf6a6 commit 9328f95Copy full SHA for 9328f95
2 files changed
steep/Gemfile
@@ -1,4 +1,4 @@
1
source "https://rubygems.org"
2
3
gem "rbs", "~> 3.9.pre"
4
-gem "steep", "~> 1.10.pre"
+gem "steep", "~> 1.10"
steep/Gemfile.lock
@@ -42,10 +42,10 @@ GEM
42
rb-fsevent (0.11.2)
43
rb-inotify (0.11.1)
44
ffi (~> 1.0)
45
- rbs (3.9.0.pre.2)
+ rbs (3.9.0)
46
logger
47
securerandom (0.4.1)
48
- steep (1.10.0.pre.3)
+ steep (1.10.0)
49
activesupport (>= 5.1)
50
concurrent-ruby (>= 1.1.10)
51
csv (>= 3.0.9)
@@ -57,7 +57,7 @@ GEM
57
mutex_m (>= 0.3.0)
58
parser (>= 3.1)
59
rainbow (>= 2.2.2, < 4.0)
60
- rbs (~> 3.9.pre)
+ rbs (~> 3.9)
61
securerandom (>= 0.1)
62
strscan (>= 1.0.0)
63
terminal-table (>= 2, < 5)
@@ -77,7 +77,7 @@ PLATFORMS
77
78
DEPENDENCIES
79
rbs (~> 3.9.pre)
80
- steep (~> 1.10.pre)
+ steep (~> 1.10)
81
82
BUNDLED WITH
83
2.6.3
0 commit comments