Skip to content

Commit 888f6b4

Browse files
chore: add Gemfile.lock
1 parent 6a9c195 commit 888f6b4

1 file changed

Lines changed: 86 additions & 0 deletions

File tree

Gemfile.lock

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
PATH
2+
remote: .
3+
specs:
4+
cose (1.3.1)
5+
cbor (~> 0.5.9)
6+
openssl-signature_algorithm (~> 1.0)
7+
8+
GEM
9+
remote: https://rubygems.org/
10+
specs:
11+
appraisal (2.2.0)
12+
bundler
13+
rake
14+
thor (>= 0.14.0)
15+
ast (2.4.2)
16+
base64 (0.2.0)
17+
byebug (11.1.3)
18+
cbor (0.5.9.8)
19+
diff-lcs (1.6.0)
20+
json (2.10.1)
21+
language_server-protocol (3.17.0.4)
22+
lint_roller (1.1.0)
23+
openssl (3.3.0)
24+
openssl-signature_algorithm (1.3.0)
25+
openssl (> 2.0)
26+
parallel (1.26.3)
27+
parser (3.3.7.1)
28+
ast (~> 2.4.1)
29+
racc
30+
racc (1.8.1)
31+
rainbow (3.1.1)
32+
rake (13.2.1)
33+
regexp_parser (2.10.0)
34+
rspec (3.13.0)
35+
rspec-core (~> 3.13.0)
36+
rspec-expectations (~> 3.13.0)
37+
rspec-mocks (~> 3.13.0)
38+
rspec-core (3.13.3)
39+
rspec-support (~> 3.13.0)
40+
rspec-expectations (3.13.3)
41+
diff-lcs (>= 1.2.0, < 2.0)
42+
rspec-support (~> 3.13.0)
43+
rspec-mocks (3.13.2)
44+
diff-lcs (>= 1.2.0, < 2.0)
45+
rspec-support (~> 3.13.0)
46+
rspec-support (3.13.2)
47+
rubocop (1.72.2)
48+
json (~> 2.3)
49+
language_server-protocol (~> 3.17.0.2)
50+
lint_roller (~> 1.1.0)
51+
parallel (~> 1.10)
52+
parser (>= 3.3.0.2)
53+
rainbow (>= 2.2.2, < 4.0)
54+
regexp_parser (>= 2.9.3, < 3.0)
55+
rubocop-ast (>= 1.38.0, < 2.0)
56+
ruby-progressbar (~> 1.7)
57+
unicode-display_width (>= 2.4.0, < 4.0)
58+
rubocop-ast (1.38.0)
59+
parser (>= 3.3.1.0)
60+
rubocop-performance (1.24.0)
61+
lint_roller (~> 1.1)
62+
rubocop (>= 1.72.1, < 2.0)
63+
rubocop-ast (>= 1.38.0, < 2.0)
64+
ruby-progressbar (1.13.0)
65+
thor (1.3.2)
66+
unicode-display_width (3.1.4)
67+
unicode-emoji (~> 4.0, >= 4.0.4)
68+
unicode-emoji (4.0.4)
69+
70+
PLATFORMS
71+
arm64-darwin-24
72+
ruby
73+
74+
DEPENDENCIES
75+
appraisal (~> 2.2.0)
76+
base64 (~> 0.2)
77+
bundler (>= 1.17, < 3)
78+
byebug (~> 11.0)
79+
cose!
80+
rake (~> 13.0)
81+
rspec (~> 3.8)
82+
rubocop (~> 1)
83+
rubocop-performance (~> 1.4)
84+
85+
BUNDLED WITH
86+
2.6.3

0 commit comments

Comments
 (0)