Skip to content

Commit 0ea5085

Browse files
authored
Ruby: Drop rbs-inline fork since it's now fixed upstream (#757)
soutaro/rbs-inline#207
1 parent 0917444 commit 0ea5085

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gem "reline", "~> 0.6"
1717
gem "rubocop", "~> 1.71"
1818

1919
group :development do
20-
gem "rbs-inline", require: false, github: "marcoroth/rbs-inline", branch: "prism"
20+
gem "rbs-inline", "~> 0.12"
2121
gem "sorbet"
2222
gem "steep", "~> 1.10"
2323
end

Gemfile.lock

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
GIT
2-
remote: https://github.com/marcoroth/rbs-inline.git
3-
revision: 1e9266c0d6452faf30f13594f25e1548587f000d
4-
branch: prism
5-
specs:
6-
rbs-inline (0.11.0)
7-
prism (>= 0.29)
8-
rbs (>= 3.5.0)
9-
101
GIT
112
remote: https://github.com/ruby/prism.git
123
revision: 2924f8f8832d57def7895cd7e2cc199ee58b3a3b
@@ -123,8 +114,11 @@ GEM
123114
rb-fsevent (0.11.2)
124115
rb-inotify (0.11.1)
125116
ffi (~> 1.0)
126-
rbs (3.9.4)
117+
rbs (3.9.5)
127118
logger
119+
rbs-inline (0.12.0)
120+
prism (>= 0.29)
121+
rbs (>= 3.8.0)
128122
regexp_parser (2.11.2)
129123
reline (0.6.2)
130124
io-console (~> 0.5)
@@ -197,7 +191,7 @@ DEPENDENCIES
197191
rake (~> 13.2)
198192
rake-compiler (~> 1.3)
199193
rake-compiler-dock (~> 1.10)
200-
rbs-inline!
194+
rbs-inline (~> 0.12)
201195
reline (~> 0.6)
202196
rubocop (~> 1.71)
203197
sorbet

0 commit comments

Comments
 (0)