Skip to content

Commit 51bea3f

Browse files
committed
deps: Update rbs to v3.4
Since Ruby 3.4, abbrev gem has became the bundled gem. But old rbs gem does not depend on it. This updates rbs gem to v3.4, which depends on abbrev gem explicitly.
1 parent 3d9ac54 commit 51bea3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11+
abbrev (0.1.2)
1112
actioncable (7.0.5)
1213
actionpack (= 7.0.5)
1314
activesupport (= 7.0.5)
@@ -155,7 +156,8 @@ GEM
155156
rb-fsevent (0.11.2)
156157
rb-inotify (0.10.1)
157158
ffi (~> 1.0)
158-
rbs (3.1.0)
159+
rbs (3.4.3)
160+
abbrev
159161
securerandom (0.2.2)
160162
steep (1.4.0)
161163
activesupport (>= 5.1)

0 commit comments

Comments
 (0)