We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6cd022 + 984dc64 commit 1a3ab85Copy full SHA for 1a3ab85
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- rbs (3.7.0)
+ rbs (3.8.0.dev)
5
logger
6
7
@@ -41,6 +41,7 @@ GEM
41
digest (3.1.1)
42
drb (2.2.1)
43
ffi (1.17.0)
44
+ ffi (1.17.0-x86_64-darwin)
45
fileutils (1.7.2)
46
goodcheck (3.1.0)
47
marcel (>= 1.0, < 2.0)
lib/rbs/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RBS
- VERSION = "3.7.0"
+ VERSION = "3.8.0.dev"
end
0 commit comments