Skip to content

Commit ce19fd6

Browse files
1 parent 866bb3a commit ce19fd6

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

Gemfile.lock

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
PATH
2+
remote: .
3+
specs:
4+
cortex (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.26.3)
14+
parser (3.3.5.0)
15+
ast (~> 2.4.1)
16+
racc
17+
racc (1.8.1)
18+
rainbow (3.1.1)
19+
rake (13.2.1)
20+
regexp_parser (2.9.2)
21+
rspec (3.13.0)
22+
rspec-core (~> 3.13.0)
23+
rspec-expectations (~> 3.13.0)
24+
rspec-mocks (~> 3.13.0)
25+
rspec-core (3.13.1)
26+
rspec-support (~> 3.13.0)
27+
rspec-expectations (3.13.3)
28+
diff-lcs (>= 1.2.0, < 2.0)
29+
rspec-support (~> 3.13.0)
30+
rspec-mocks (3.13.1)
31+
diff-lcs (>= 1.2.0, < 2.0)
32+
rspec-support (~> 3.13.0)
33+
rspec-support (3.13.1)
34+
rubocop (1.66.1)
35+
json (~> 2.3)
36+
language_server-protocol (>= 3.17.0)
37+
parallel (~> 1.10)
38+
parser (>= 3.3.0.2)
39+
rainbow (>= 2.2.2, < 4.0)
40+
regexp_parser (>= 2.4, < 3.0)
41+
rubocop-ast (>= 1.32.2, < 2.0)
42+
ruby-progressbar (~> 1.7)
43+
unicode-display_width (>= 2.4.0, < 3.0)
44+
rubocop-ast (1.32.3)
45+
parser (>= 3.3.1.0)
46+
ruby-progressbar (1.13.0)
47+
unicode-display_width (2.6.0)
48+
49+
PLATFORMS
50+
arm64-darwin-23
51+
ruby
52+
53+
DEPENDENCIES
54+
cortex!
55+
rake (~> 13.0)
56+
rspec (~> 3.0)
57+
rubocop (~> 1.21)
58+
59+
BUNDLED WITH
60+
2.5.17

0 commit comments

Comments
 (0)