Skip to content

Commit 7c7a840

Browse files
committed
Add lockfiles
1 parent a511e94 commit 7c7a840

6 files changed

Lines changed: 887 additions & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ Gemfile.lock
1414
# rspec failure tracking
1515
.rspec_status
1616

17-
# Appraisal's gem lockfiles
18-
*.gemfile.lock

gemfiles/rails_7_0.gemfile.lock

Lines changed: 165 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,165 @@
1+
PATH
2+
remote: ..
3+
specs:
4+
rage-rb (1.15.0)
5+
rack (~> 2.0)
6+
rack-test (~> 2.1)
7+
rage-iodine (~> 4.1)
8+
rake (>= 12.0)
9+
thor (~> 1.0)
10+
zeitwerk (~> 2.6)
11+
12+
GEM
13+
remote: https://rubygems.org/
14+
specs:
15+
activemodel (7.0.8.7)
16+
activesupport (= 7.0.8.7)
17+
activerecord (7.0.8.7)
18+
activemodel (= 7.0.8.7)
19+
activesupport (= 7.0.8.7)
20+
activesupport (7.0.8.7)
21+
concurrent-ruby (~> 1.0, >= 1.0.2)
22+
i18n (>= 1.6, < 2)
23+
minitest (>= 5.1)
24+
tzinfo (~> 2.0)
25+
addressable (2.8.7)
26+
public_suffix (>= 2.0.2, < 7.0)
27+
appraisal (2.5.0)
28+
bundler
29+
rake
30+
thor (>= 0.14.0)
31+
ast (2.4.3)
32+
base64 (0.3.0)
33+
bigdecimal (3.2.2)
34+
concurrent-ruby (1.3.5)
35+
connection_pool (2.5.3)
36+
diff-lcs (1.6.2)
37+
domain_name (0.6.20240107)
38+
event_emitter (0.2.6)
39+
ffi (1.17.2)
40+
ffi (1.17.2-aarch64-linux-gnu)
41+
ffi (1.17.2-aarch64-linux-musl)
42+
ffi (1.17.2-arm-linux-gnu)
43+
ffi (1.17.2-arm-linux-musl)
44+
ffi (1.17.2-arm64-darwin)
45+
ffi (1.17.2-x86-linux-gnu)
46+
ffi (1.17.2-x86-linux-musl)
47+
ffi (1.17.2-x86_64-darwin)
48+
ffi (1.17.2-x86_64-linux-gnu)
49+
ffi (1.17.2-x86_64-linux-musl)
50+
ffi-compiler (1.3.2)
51+
ffi (>= 1.15.5)
52+
rake
53+
http (5.3.1)
54+
addressable (~> 2.8)
55+
http-cookie (~> 1.0)
56+
http-form_data (~> 2.2)
57+
llhttp-ffi (~> 0.5.0)
58+
http-cookie (1.0.8)
59+
domain_name (~> 0.5)
60+
http-form_data (2.3.0)
61+
i18n (1.14.7)
62+
concurrent-ruby (~> 1.0)
63+
json (2.12.2)
64+
language_server-protocol (3.17.0.5)
65+
llhttp-ffi (0.5.1)
66+
ffi-compiler (~> 1.0)
67+
rake (~> 13.0)
68+
minitest (5.25.5)
69+
mutex_m (0.3.0)
70+
mysql2 (0.5.6)
71+
parallel (1.27.0)
72+
parser (3.3.8.0)
73+
ast (~> 2.4.1)
74+
racc
75+
pg (1.5.9)
76+
prism (1.4.0)
77+
public_suffix (6.0.2)
78+
racc (1.8.1)
79+
rack (2.2.17)
80+
rack-test (2.2.0)
81+
rack (>= 1.3)
82+
rage-iodine (4.1.0)
83+
rainbow (3.1.1)
84+
rake (13.3.0)
85+
rbnacl (7.1.2)
86+
ffi (~> 1)
87+
redis-client (0.25.0)
88+
connection_pool
89+
regexp_parser (2.10.0)
90+
rexml (3.4.1)
91+
rspec (3.13.1)
92+
rspec-core (~> 3.13.0)
93+
rspec-expectations (~> 3.13.0)
94+
rspec-mocks (~> 3.13.0)
95+
rspec-core (3.13.5)
96+
rspec-support (~> 3.13.0)
97+
rspec-expectations (3.13.5)
98+
diff-lcs (>= 1.2.0, < 2.0)
99+
rspec-support (~> 3.13.0)
100+
rspec-mocks (3.13.5)
101+
diff-lcs (>= 1.2.0, < 2.0)
102+
rspec-support (~> 3.13.0)
103+
rspec-support (3.13.4)
104+
rubocop (1.65.1)
105+
json (~> 2.3)
106+
language_server-protocol (>= 3.17.0)
107+
parallel (~> 1.10)
108+
parser (>= 3.3.0.2)
109+
rainbow (>= 2.2.2, < 4.0)
110+
regexp_parser (>= 2.4, < 3.0)
111+
rexml (>= 3.2.5, < 4.0)
112+
rubocop-ast (>= 1.31.1, < 2.0)
113+
ruby-progressbar (~> 1.7)
114+
unicode-display_width (>= 2.4.0, < 3.0)
115+
rubocop-ast (1.45.1)
116+
parser (>= 3.3.7.2)
117+
prism (~> 1.4)
118+
ruby-progressbar (1.13.0)
119+
thor (1.3.2)
120+
tzinfo (2.0.6)
121+
concurrent-ruby (~> 1.0)
122+
unicode-display_width (2.6.0)
123+
websocket (1.2.11)
124+
websocket-client-simple (0.9.0)
125+
base64
126+
event_emitter
127+
mutex_m
128+
websocket
129+
yard (0.9.37)
130+
zeitwerk (2.7.3)
131+
132+
PLATFORMS
133+
aarch64-linux-gnu
134+
aarch64-linux-musl
135+
arm-linux-gnu
136+
arm-linux-musl
137+
arm64-darwin
138+
ruby
139+
x86-linux-gnu
140+
x86-linux-musl
141+
x86_64-darwin
142+
x86_64-linux-gnu
143+
x86_64-linux-musl
144+
145+
DEPENDENCIES
146+
activerecord (~> 7.0.0)
147+
appraisal (~> 2.5)
148+
bigdecimal
149+
connection_pool (~> 2.0)
150+
domain_name
151+
http
152+
mysql2
153+
pg
154+
prism
155+
rage-rb!
156+
rake (~> 13.0)
157+
rbnacl
158+
redis-client
159+
rspec (~> 3.0)
160+
rubocop (~> 1.65.0)
161+
websocket-client-simple
162+
yard
163+
164+
BUNDLED WITH
165+
2.6.5

gemfiles/rails_7_1.gemfile.lock

Lines changed: 179 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
1+
PATH
2+
remote: ..
3+
specs:
4+
rage-rb (1.15.0)
5+
rack (~> 2.0)
6+
rack-test (~> 2.1)
7+
rage-iodine (~> 4.1)
8+
rake (>= 12.0)
9+
thor (~> 1.0)
10+
zeitwerk (~> 2.6)
11+
12+
GEM
13+
remote: https://rubygems.org/
14+
specs:
15+
activemodel (7.1.5.1)
16+
activesupport (= 7.1.5.1)
17+
activerecord (7.1.5.1)
18+
activemodel (= 7.1.5.1)
19+
activesupport (= 7.1.5.1)
20+
timeout (>= 0.4.0)
21+
activesupport (7.1.5.1)
22+
base64
23+
benchmark (>= 0.3)
24+
bigdecimal
25+
concurrent-ruby (~> 1.0, >= 1.0.2)
26+
connection_pool (>= 2.2.5)
27+
drb
28+
i18n (>= 1.6, < 2)
29+
logger (>= 1.4.2)
30+
minitest (>= 5.1)
31+
mutex_m
32+
securerandom (>= 0.3)
33+
tzinfo (~> 2.0)
34+
addressable (2.8.7)
35+
public_suffix (>= 2.0.2, < 7.0)
36+
appraisal (2.5.0)
37+
bundler
38+
rake
39+
thor (>= 0.14.0)
40+
ast (2.4.3)
41+
base64 (0.3.0)
42+
benchmark (0.4.1)
43+
bigdecimal (3.2.2)
44+
concurrent-ruby (1.3.5)
45+
connection_pool (2.5.3)
46+
diff-lcs (1.6.2)
47+
domain_name (0.6.20240107)
48+
drb (2.2.3)
49+
event_emitter (0.2.6)
50+
ffi (1.17.2)
51+
ffi (1.17.2-aarch64-linux-gnu)
52+
ffi (1.17.2-aarch64-linux-musl)
53+
ffi (1.17.2-arm-linux-gnu)
54+
ffi (1.17.2-arm-linux-musl)
55+
ffi (1.17.2-arm64-darwin)
56+
ffi (1.17.2-x86-linux-gnu)
57+
ffi (1.17.2-x86-linux-musl)
58+
ffi (1.17.2-x86_64-darwin)
59+
ffi (1.17.2-x86_64-linux-gnu)
60+
ffi (1.17.2-x86_64-linux-musl)
61+
ffi-compiler (1.3.2)
62+
ffi (>= 1.15.5)
63+
rake
64+
http (5.3.1)
65+
addressable (~> 2.8)
66+
http-cookie (~> 1.0)
67+
http-form_data (~> 2.2)
68+
llhttp-ffi (~> 0.5.0)
69+
http-cookie (1.0.8)
70+
domain_name (~> 0.5)
71+
http-form_data (2.3.0)
72+
i18n (1.14.7)
73+
concurrent-ruby (~> 1.0)
74+
json (2.12.2)
75+
language_server-protocol (3.17.0.5)
76+
llhttp-ffi (0.5.1)
77+
ffi-compiler (~> 1.0)
78+
rake (~> 13.0)
79+
logger (1.7.0)
80+
minitest (5.25.5)
81+
mutex_m (0.3.0)
82+
mysql2 (0.5.6)
83+
parallel (1.27.0)
84+
parser (3.3.8.0)
85+
ast (~> 2.4.1)
86+
racc
87+
pg (1.5.9)
88+
prism (1.4.0)
89+
public_suffix (6.0.2)
90+
racc (1.8.1)
91+
rack (2.2.17)
92+
rack-test (2.2.0)
93+
rack (>= 1.3)
94+
rage-iodine (4.1.0)
95+
rainbow (3.1.1)
96+
rake (13.3.0)
97+
rbnacl (7.1.2)
98+
ffi (~> 1)
99+
redis-client (0.25.0)
100+
connection_pool
101+
regexp_parser (2.10.0)
102+
rexml (3.4.1)
103+
rspec (3.13.1)
104+
rspec-core (~> 3.13.0)
105+
rspec-expectations (~> 3.13.0)
106+
rspec-mocks (~> 3.13.0)
107+
rspec-core (3.13.5)
108+
rspec-support (~> 3.13.0)
109+
rspec-expectations (3.13.5)
110+
diff-lcs (>= 1.2.0, < 2.0)
111+
rspec-support (~> 3.13.0)
112+
rspec-mocks (3.13.5)
113+
diff-lcs (>= 1.2.0, < 2.0)
114+
rspec-support (~> 3.13.0)
115+
rspec-support (3.13.4)
116+
rubocop (1.65.1)
117+
json (~> 2.3)
118+
language_server-protocol (>= 3.17.0)
119+
parallel (~> 1.10)
120+
parser (>= 3.3.0.2)
121+
rainbow (>= 2.2.2, < 4.0)
122+
regexp_parser (>= 2.4, < 3.0)
123+
rexml (>= 3.2.5, < 4.0)
124+
rubocop-ast (>= 1.31.1, < 2.0)
125+
ruby-progressbar (~> 1.7)
126+
unicode-display_width (>= 2.4.0, < 3.0)
127+
rubocop-ast (1.45.1)
128+
parser (>= 3.3.7.2)
129+
prism (~> 1.4)
130+
ruby-progressbar (1.13.0)
131+
securerandom (0.4.1)
132+
thor (1.3.2)
133+
timeout (0.4.3)
134+
tzinfo (2.0.6)
135+
concurrent-ruby (~> 1.0)
136+
unicode-display_width (2.6.0)
137+
websocket (1.2.11)
138+
websocket-client-simple (0.9.0)
139+
base64
140+
event_emitter
141+
mutex_m
142+
websocket
143+
yard (0.9.37)
144+
zeitwerk (2.7.3)
145+
146+
PLATFORMS
147+
aarch64-linux-gnu
148+
aarch64-linux-musl
149+
arm-linux-gnu
150+
arm-linux-musl
151+
arm64-darwin
152+
ruby
153+
x86-linux-gnu
154+
x86-linux-musl
155+
x86_64-darwin
156+
x86_64-linux-gnu
157+
x86_64-linux-musl
158+
159+
DEPENDENCIES
160+
activerecord (~> 7.1.0)
161+
appraisal (~> 2.5)
162+
bigdecimal
163+
connection_pool (~> 2.0)
164+
domain_name
165+
http
166+
mysql2
167+
pg
168+
prism
169+
rage-rb!
170+
rake (~> 13.0)
171+
rbnacl
172+
redis-client
173+
rspec (~> 3.0)
174+
rubocop (~> 1.65.0)
175+
websocket-client-simple
176+
yard
177+
178+
BUNDLED WITH
179+
2.6.5

0 commit comments

Comments
 (0)