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 1b186a3 commit a0ec38dCopy full SHA for a0ec38d
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- rbs (4.0.0.dev.2)
+ rbs (4.0.0.dev.3)
5
logger
6
prism (>= 1.3.0)
7
@@ -126,7 +126,7 @@ GEM
126
rubocop-ast (1.44.1)
127
parser (>= 3.3.7.2)
128
prism (~> 1.4)
129
- rubocop-on-rbs (1.6.0)
+ rubocop-on-rbs (1.7.0)
130
lint_roller (~> 1.1)
131
rbs (~> 3.5)
132
rubocop (>= 1.72.1, < 2.0)
lib/rbs/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RBS
- VERSION = "4.0.0.dev.2"
+ VERSION = "4.0.0.dev.3"
end
0 commit comments