We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa5491 commit c9f4760Copy full SHA for c9f4760
Gemfile
@@ -13,4 +13,4 @@ gem "test-unit", "~> 3.0"
13
gem "rbs-inline", :require => false
14
gem "steep", ">= 1.8.1"
15
16
-gem "ruby-prof"
+gem "vernier"
Gemfile.lock
@@ -62,7 +62,6 @@ GEM
62
rbs-inline (0.11.0)
63
prism (>= 0.29, < 1.3)
64
rbs (>= 3.5.0)
65
- ruby-prof (1.7.1)
66
securerandom (0.3.1)
67
steep (1.9.4)
68
activesupport (>= 5.1)
@@ -89,6 +88,7 @@ GEM
89
88
concurrent-ruby (~> 1.0)
90
unicode-display_width (2.6.0)
91
uri (1.0.3)
+ vernier (1.8.0)
92
93
PLATFORMS
94
aarch64-linux-gnu
@@ -107,9 +107,9 @@ DEPENDENCIES
107
ostruct
108
rake (~> 13.0)
109
rbs-inline
110
- ruby-prof
111
steep (>= 1.8.1)
112
test-unit (~> 3.0)
+ vernier
113
wardite!
114
115
BUNDLED WITH
0 commit comments