Skip to content

Commit 4d0e470

Browse files
committed
feat: clearify the ruby std lib
1 parent fdb256b commit 4d0e470

File tree

10 files changed

+562
-21
lines changed

10 files changed

+562
-21
lines changed

.rubocop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
AllCops:
2-
TargetRubyVersion: 2.6
2+
TargetRubyVersion: 2.7
3+
DefaultFormatter: simple
34

45
Style/StringLiterals:
56
Enabled: true

Gemfile.lock

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
PATH
2+
remote: .
3+
specs:
4+
cr-exec (0.1.0)
5+
6+
GEM
7+
remote: https://rubygems.org/
8+
specs:
9+
ast (2.4.2)
10+
diff-lcs (1.5.1)
11+
json (2.7.2)
12+
language_server-protocol (3.17.0.3)
13+
parallel (1.25.1)
14+
parser (3.3.3.0)
15+
ast (~> 2.4.1)
16+
racc
17+
racc (1.8.0)
18+
rainbow (3.1.1)
19+
rake (13.2.1)
20+
regexp_parser (2.9.2)
21+
rexml (3.3.1)
22+
strscan
23+
rspec (3.13.0)
24+
rspec-core (~> 3.13.0)
25+
rspec-expectations (~> 3.13.0)
26+
rspec-mocks (~> 3.13.0)
27+
rspec-core (3.13.0)
28+
rspec-support (~> 3.13.0)
29+
rspec-expectations (3.13.1)
30+
diff-lcs (>= 1.2.0, < 2.0)
31+
rspec-support (~> 3.13.0)
32+
rspec-mocks (3.13.1)
33+
diff-lcs (>= 1.2.0, < 2.0)
34+
rspec-support (~> 3.13.0)
35+
rspec-support (3.13.1)
36+
rubocop (1.64.1)
37+
json (~> 2.3)
38+
language_server-protocol (>= 3.17.0)
39+
parallel (~> 1.10)
40+
parser (>= 3.3.0.2)
41+
rainbow (>= 2.2.2, < 4.0)
42+
regexp_parser (>= 1.8, < 3.0)
43+
rexml (>= 3.2.5, < 4.0)
44+
rubocop-ast (>= 1.31.1, < 2.0)
45+
ruby-progressbar (~> 1.7)
46+
unicode-display_width (>= 2.4.0, < 3.0)
47+
rubocop-ast (1.31.3)
48+
parser (>= 3.3.1.0)
49+
ruby-progressbar (1.13.0)
50+
strscan (3.1.0)
51+
unicode-display_width (2.5.0)
52+
53+
PLATFORMS
54+
x86_64-linux
55+
56+
DEPENDENCIES
57+
cr-exec!
58+
rake (~> 13.0)
59+
rspec (~> 3.0)
60+
rubocop (~> 1.21)
61+
62+
BUNDLED WITH
63+
2.3.5

0 commit comments

Comments
 (0)