Skip to content

Commit 75e3fe0

Browse files
committed
Add ruby-version + lockfile for stable tests.
1 parent a533e56 commit 75e3fe0

3 files changed

Lines changed: 100 additions & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
/pkg/
77
/spec/reports/
88
/tmp/
9-
Gemfile.lock
109
*~
1110
# rspec failure tracking
1211
.rspec_status

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ruby-3.2.9

Gemfile.lock

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
PATH
2+
remote: .
3+
specs:
4+
devicecheck (1.0.0)
5+
base64
6+
cbor (~> 0.5.9)
7+
openssl (~> 3)
8+
9+
GEM
10+
remote: https://rubygems.org/
11+
specs:
12+
ast (2.4.3)
13+
base64 (0.2.0)
14+
cbor (0.5.10.1)
15+
diff-lcs (1.6.2)
16+
docile (1.4.1)
17+
json (2.15.2)
18+
language_server-protocol (3.17.0.5)
19+
lint_roller (1.1.0)
20+
openssl (3.3.2)
21+
parallel (1.27.0)
22+
parser (3.3.10.0)
23+
ast (~> 2.4.1)
24+
racc
25+
prism (1.6.0)
26+
racc (1.8.1)
27+
rainbow (3.1.1)
28+
rake (13.3.1)
29+
regexp_parser (2.11.3)
30+
rspec (3.13.2)
31+
rspec-core (~> 3.13.0)
32+
rspec-expectations (~> 3.13.0)
33+
rspec-mocks (~> 3.13.0)
34+
rspec-core (3.13.6)
35+
rspec-support (~> 3.13.0)
36+
rspec-expectations (3.13.5)
37+
diff-lcs (>= 1.2.0, < 2.0)
38+
rspec-support (~> 3.13.0)
39+
rspec-mocks (3.13.7)
40+
diff-lcs (>= 1.2.0, < 2.0)
41+
rspec-support (~> 3.13.0)
42+
rspec-support (3.13.6)
43+
rubocop (1.81.7)
44+
json (~> 2.3)
45+
language_server-protocol (~> 3.17.0.2)
46+
lint_roller (~> 1.1.0)
47+
parallel (~> 1.10)
48+
parser (>= 3.3.0.2)
49+
rainbow (>= 2.2.2, < 4.0)
50+
regexp_parser (>= 2.9.3, < 3.0)
51+
rubocop-ast (>= 1.47.1, < 2.0)
52+
ruby-progressbar (~> 1.7)
53+
unicode-display_width (>= 2.4.0, < 4.0)
54+
rubocop-ast (1.47.1)
55+
parser (>= 3.3.7.2)
56+
prism (~> 1.4)
57+
rubocop-performance (1.26.1)
58+
lint_roller (~> 1.1)
59+
rubocop (>= 1.75.0, < 2.0)
60+
rubocop-ast (>= 1.47.1, < 2.0)
61+
rubocop-rake (0.7.1)
62+
lint_roller (~> 1.1)
63+
rubocop (>= 1.72.1)
64+
rubocop-rspec (3.7.0)
65+
lint_roller (~> 1.1)
66+
rubocop (~> 1.72, >= 1.72.1)
67+
rubocop-thread_safety (0.7.3)
68+
lint_roller (~> 1.1)
69+
rubocop (~> 1.72, >= 1.72.1)
70+
rubocop-ast (>= 1.44.0, < 2.0)
71+
ruby-progressbar (1.13.0)
72+
simplecov (0.22.0)
73+
docile (~> 1.1)
74+
simplecov-html (~> 0.11)
75+
simplecov_json_formatter (~> 0.1)
76+
simplecov-html (0.13.2)
77+
simplecov_json_formatter (0.1.4)
78+
unicode-display_width (3.2.0)
79+
unicode-emoji (~> 4.1)
80+
unicode-emoji (4.1.0)
81+
yard (0.9.37)
82+
83+
PLATFORMS
84+
ruby
85+
86+
DEPENDENCIES
87+
devicecheck!
88+
rake
89+
rspec
90+
rubocop
91+
rubocop-performance
92+
rubocop-rake
93+
rubocop-rspec
94+
rubocop-thread_safety
95+
simplecov
96+
yard
97+
98+
BUNDLED WITH
99+
2.4.19

0 commit comments

Comments
 (0)