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 dc40300 commit 15b00aaCopy full SHA for 15b00aa
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- rbs (3.7.0.dev.0)
+ rbs (3.7.0.dev.1)
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.dev.0"
+ VERSION = "3.7.0.dev.1"
end
0 commit comments