Skip to content

Commit 4553eb9

Browse files
authored
Merge branch 'master' into hayat01sh1da/python/introduce-mypy-typechecking
2 parents e87edec + d1128e8 commit 4553eb9

7 files changed

Lines changed: 35 additions & 17 deletions

File tree

.github/actions/setup-ruby/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ runs:
2020
working-directory: ./ruby
2121
run: |
2222
rm -rf .bundle/**
23-
bundle config set --local with ${{ inputs.job-name }}
2423
bundle install
2524
bundle lock --add-checksums

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
# Ruby
2-
ruby/**/vendor/bundle/**
3-
41
# Python
52
python/**/__pycache__/

ruby/.bundle/config

Lines changed: 0 additions & 2 deletions
This file was deleted.

ruby/Gemfile

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22

33
source 'https://rubygems.org'
44

5-
group :rubocop do
6-
gem 'rubocop', '~> 1.86.1', require: false
7-
gem 'rubocop-minitest', '~> 0.39.1', require: false
8-
gem 'rubocop-performance', '~> 1.26.1', require: false
9-
end
10-
11-
group :steep do
12-
gem 'rbs-inline', '~> 0.13.0', require: false
13-
gem 'steep', '~> 2.0.0', require: false
14-
end
5+
gem 'rbs-inline', '~> 0.13.0', require: false
6+
gem 'rubocop', '~> 1.86.1', require: false
7+
gem 'rubocop-minitest', '~> 0.39.1', require: false
8+
gem 'rubocop-performance', '~> 1.26.1', require: false
9+
gem 'steep', '~> 2.0.0', require: false

ruby/Gemfile.lock

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ GEM
44
ast (2.4.3)
55
concurrent-ruby (1.3.6)
66
csv (3.3.5)
7+
ffi (1.17.4)
8+
ffi (1.17.4-aarch64-linux-gnu)
9+
ffi (1.17.4-aarch64-linux-musl)
10+
ffi (1.17.4-arm-linux-gnu)
11+
ffi (1.17.4-arm-linux-musl)
12+
ffi (1.17.4-arm64-darwin)
13+
ffi (1.17.4-x86-linux-gnu)
14+
ffi (1.17.4-x86-linux-musl)
15+
ffi (1.17.4-x86_64-darwin)
716
ffi (1.17.4-x86_64-linux-gnu)
17+
ffi (1.17.4-x86_64-linux-musl)
818
fileutils (1.8.0)
919
json (2.19.4)
1020
language_server-protocol (3.17.0.5)
@@ -82,7 +92,17 @@ GEM
8292
uri (1.1.1)
8393

8494
PLATFORMS
95+
aarch64-linux-gnu
96+
aarch64-linux-musl
97+
arm-linux-gnu
98+
arm-linux-musl
99+
arm64-darwin
100+
ruby
101+
x86-linux-gnu
102+
x86-linux-musl
103+
x86_64-darwin
85104
x86_64-linux-gnu
105+
x86_64-linux-musl
86106

87107
DEPENDENCIES
88108
rbs-inline (~> 0.13.0)
@@ -95,7 +115,17 @@ CHECKSUMS
95115
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
96116
concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
97117
csv (3.3.5) sha256=6e5134ac3383ef728b7f02725d9872934f523cb40b961479f69cf3afa6c8e73f
118+
ffi (1.17.4) sha256=bcd1642e06f0d16fc9e09ac6d49c3a7298b9789bcb58127302f934e437d60acf
119+
ffi (1.17.4-aarch64-linux-gnu) sha256=b208f06f91ffd8f5e1193da3cae3d2ccfc27fc36fba577baf698d26d91c080df
120+
ffi (1.17.4-aarch64-linux-musl) sha256=9286b7a615f2676245283aef0a0a3b475ae3aae2bb5448baace630bb77b91f39
121+
ffi (1.17.4-arm-linux-gnu) sha256=d6dbddf7cb77bf955411af5f187a65b8cd378cb003c15c05697f5feee1cb1564
122+
ffi (1.17.4-arm-linux-musl) sha256=9d4838ded0465bef6e2426935f6bcc93134b6616785a84ffd2a3d82bc3cf6f95
123+
ffi (1.17.4-arm64-darwin) sha256=19071aaf1419251b0a46852abf960e77330a3b334d13a4ab51d58b31a937001b
124+
ffi (1.17.4-x86-linux-gnu) sha256=38e150df5f4ca555e25beca4090823ae09657bceded154e3c52f8631c1ed72cf
125+
ffi (1.17.4-x86-linux-musl) sha256=fbeec0fc7c795bcf86f623bb18d31ea1820f7bd580e1703a3d3740d527437809
126+
ffi (1.17.4-x86_64-darwin) sha256=aa70390523cf3235096cf64962b709b4cfbd5c082a2cb2ae714eb0fe2ccda496
98127
ffi (1.17.4-x86_64-linux-gnu) sha256=9d3db14c2eae074b382fa9c083fe95aec6e0a1451da249eab096c34002bc752d
128+
ffi (1.17.4-x86_64-linux-musl) sha256=3fdf9888483de005f8ef8d1cf2d3b20d86626af206cbf780f6a6a12439a9c49e
99129
fileutils (1.8.0) sha256=8c6b1df54e2540bdb2f39258f08af78853aa70bad52b4d394bbc6424593c6e02
100130
json (2.19.4) sha256=670a7d333fb3b18ca5b29cb255eb7bef099e40d88c02c80bd42a3f30fe5239ac
101131
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc

ruby/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
## 2. Install Gems via Gemfile and Bundler
66

77
```command
8-
$ bundle config set --local path vendor/bundle
98
$ bundle install
109
$ bundle lock --add-checksums
1110
```

ruby/vendor/.keep

Whitespace-only changes.

0 commit comments

Comments
 (0)