Skip to content

Commit f5ad2fd

Browse files
committed
Version 4.0.0.dev.1
1 parent 4ecd51a commit f5ad2fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rbs (4.0.0.dev)
4+
rbs (4.0.0.dev.1)
55
logger
66
prism (>= 1.3.0)
77

@@ -125,7 +125,7 @@ GEM
125125
rubocop-ast (1.44.1)
126126
parser (>= 3.3.7.2)
127127
prism (~> 1.4)
128-
rubocop-on-rbs (1.5.0)
128+
rubocop-on-rbs (1.6.0)
129129
lint_roller (~> 1.1)
130130
rbs (~> 3.5)
131131
rubocop (>= 1.72.1, < 2.0)
@@ -157,7 +157,7 @@ GEM
157157
uri (>= 0.12.0)
158158
stringio (3.1.7)
159159
strong_json (2.1.2)
160-
strscan (3.1.3)
160+
strscan (3.1.4)
161161
tempfile (0.3.1)
162162
terminal-table (4.0.0)
163163
unicode-display_width (>= 1.1.1, < 4)

lib/rbs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RBS
4-
VERSION = "4.0.0.dev"
4+
VERSION = "4.0.0.dev.1"
55
end

0 commit comments

Comments
 (0)