Skip to content

Commit 1cccf00

Browse files
committed
NO-ISSUE write rbs version
1 parent c79c1b5 commit 1cccf00

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- run: bundle exec rubocop
3737
- run: bundle exec rspec
3838
- run: bundle exec yard stats ./lib/line/bot/v2 --fail-on-warning
39-
- run: rbs collection install
40-
- run: rbs -I sig validate
39+
- run: bundle exec rbs collection install
40+
- run: bundle exec rbs -I sig validate
4141

4242
pinact:
4343
runs-on: ubuntu-latest

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ gem 'multipart-post', '~> 2.4.1', require: false
77
group :development, :test do
88
# ref: http://docs.rubocop.org/en/latest/installation/
99
gem 'rack', '~> 3.0'
10+
gem 'rbs', '~> 3.9.2'
1011
gem 'rubocop', '~> 1.75.0', require: false
1112
gem 'webrick', '~> 1.9.1'
1213
gem 'yard', '~> 0.9.20'

Gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ GEM
1919
json (2.10.2)
2020
language_server-protocol (3.17.0.4)
2121
lint_roller (1.1.0)
22+
logger (1.7.0)
2223
multipart-post (2.4.1)
2324
parallel (1.26.3)
2425
parser (3.3.7.4)
@@ -30,6 +31,8 @@ GEM
3031
rack (3.1.12)
3132
rainbow (3.1.1)
3233
rake (13.2.1)
34+
rbs (3.9.2)
35+
logger
3336
regexp_parser (2.10.0)
3437
rexml (3.4.1)
3538
rspec (3.13.0)
@@ -81,6 +84,7 @@ DEPENDENCIES
8184
multipart-post (~> 2.4.1)
8285
rack (~> 3.0)
8386
rake (~> 13.0)
87+
rbs (~> 3.9.2)
8488
rspec (~> 3.13.0)
8589
rubocop (~> 1.75.0)
8690
webmock (~> 3.25.0)

0 commit comments

Comments
 (0)