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.
1 parent 4ecd51a commit f5ad2fdCopy full SHA for f5ad2fd
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- rbs (4.0.0.dev)
+ rbs (4.0.0.dev.1)
5
logger
6
prism (>= 1.3.0)
7
@@ -125,7 +125,7 @@ GEM
125
rubocop-ast (1.44.1)
126
parser (>= 3.3.7.2)
127
prism (~> 1.4)
128
- rubocop-on-rbs (1.5.0)
+ rubocop-on-rbs (1.6.0)
129
lint_roller (~> 1.1)
130
rbs (~> 3.5)
131
rubocop (>= 1.72.1, < 2.0)
@@ -157,7 +157,7 @@ GEM
157
uri (>= 0.12.0)
158
stringio (3.1.7)
159
strong_json (2.1.2)
160
- strscan (3.1.3)
+ strscan (3.1.4)
161
tempfile (0.3.1)
162
terminal-table (4.0.0)
163
unicode-display_width (>= 1.1.1, < 4)
lib/rbs/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RBS
- VERSION = "4.0.0.dev"
+ VERSION = "4.0.0.dev.1"
end
0 commit comments