Skip to content

Commit ac30f8d

Browse files
Add lockfiles (#58)
Co-authored-by: Irving Caro <112433591+betterment-coding-agent@users.noreply.github.com>
1 parent d8668c5 commit ac30f8d

5 files changed

+941
-2
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ spec/dummy/log
66
spec/dummy/db/*.sqlite3
77
doc/
88
.yardoc/
9-
Gemfile.lock
10-
/gemfiles/*.gemfile.lock

Gemfile.lock

+253
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,253 @@
1+
PATH
2+
remote: .
3+
specs:
4+
webvalve (2.0.0)
5+
activesupport (>= 5.2.0)
6+
sinatra (>= 1.4, < 3)
7+
sinatra-contrib (>= 1.4, < 3)
8+
webmock (>= 2.0)
9+
10+
GEM
11+
remote: https://rubygems.org/
12+
specs:
13+
actioncable (7.1.2)
14+
actionpack (= 7.1.2)
15+
activesupport (= 7.1.2)
16+
nio4r (~> 2.0)
17+
websocket-driver (>= 0.6.1)
18+
zeitwerk (~> 2.6)
19+
actionmailbox (7.1.2)
20+
actionpack (= 7.1.2)
21+
activejob (= 7.1.2)
22+
activerecord (= 7.1.2)
23+
activestorage (= 7.1.2)
24+
activesupport (= 7.1.2)
25+
mail (>= 2.7.1)
26+
net-imap
27+
net-pop
28+
net-smtp
29+
actionmailer (7.1.2)
30+
actionpack (= 7.1.2)
31+
actionview (= 7.1.2)
32+
activejob (= 7.1.2)
33+
activesupport (= 7.1.2)
34+
mail (~> 2.5, >= 2.5.4)
35+
net-imap
36+
net-pop
37+
net-smtp
38+
rails-dom-testing (~> 2.2)
39+
actionpack (7.1.2)
40+
actionview (= 7.1.2)
41+
activesupport (= 7.1.2)
42+
nokogiri (>= 1.8.5)
43+
racc
44+
rack (>= 2.2.4)
45+
rack-session (>= 1.0.1)
46+
rack-test (>= 0.6.3)
47+
rails-dom-testing (~> 2.2)
48+
rails-html-sanitizer (~> 1.6)
49+
actiontext (7.1.2)
50+
actionpack (= 7.1.2)
51+
activerecord (= 7.1.2)
52+
activestorage (= 7.1.2)
53+
activesupport (= 7.1.2)
54+
globalid (>= 0.6.0)
55+
nokogiri (>= 1.8.5)
56+
actionview (7.1.2)
57+
activesupport (= 7.1.2)
58+
builder (~> 3.1)
59+
erubi (~> 1.11)
60+
rails-dom-testing (~> 2.2)
61+
rails-html-sanitizer (~> 1.6)
62+
activejob (7.1.2)
63+
activesupport (= 7.1.2)
64+
globalid (>= 0.3.6)
65+
activemodel (7.1.2)
66+
activesupport (= 7.1.2)
67+
activerecord (7.1.2)
68+
activemodel (= 7.1.2)
69+
activesupport (= 7.1.2)
70+
timeout (>= 0.4.0)
71+
activestorage (7.1.2)
72+
actionpack (= 7.1.2)
73+
activejob (= 7.1.2)
74+
activerecord (= 7.1.2)
75+
activesupport (= 7.1.2)
76+
marcel (~> 1.0)
77+
activesupport (7.1.2)
78+
base64
79+
bigdecimal
80+
concurrent-ruby (~> 1.0, >= 1.0.2)
81+
connection_pool (>= 2.2.5)
82+
drb
83+
i18n (>= 1.6, < 2)
84+
minitest (>= 5.1)
85+
mutex_m
86+
tzinfo (~> 2.0)
87+
addressable (2.8.6)
88+
public_suffix (>= 2.0.2, < 6.0)
89+
appraisal (2.2.0)
90+
bundler
91+
rake
92+
thor (>= 0.14.0)
93+
base64 (0.2.0)
94+
bigdecimal (3.1.5)
95+
builder (3.2.4)
96+
coderay (1.1.3)
97+
concurrent-ruby (1.2.2)
98+
connection_pool (2.4.1)
99+
crack (0.4.5)
100+
rexml
101+
crass (1.0.6)
102+
date (3.3.4)
103+
diff-lcs (1.5.0)
104+
drb (2.2.0)
105+
ruby2_keywords
106+
erubi (1.12.0)
107+
globalid (1.2.1)
108+
activesupport (>= 6.1)
109+
hashdiff (1.1.0)
110+
i18n (1.14.1)
111+
concurrent-ruby (~> 1.0)
112+
io-console (0.7.1)
113+
irb (1.11.0)
114+
rdoc
115+
reline (>= 0.3.8)
116+
loofah (2.22.0)
117+
crass (~> 1.0.2)
118+
nokogiri (>= 1.12.0)
119+
mail (2.8.1)
120+
mini_mime (>= 0.1.1)
121+
net-imap
122+
net-pop
123+
net-smtp
124+
marcel (1.0.2)
125+
method_source (1.0.0)
126+
mini_mime (1.1.5)
127+
minitest (5.20.0)
128+
multi_json (1.15.0)
129+
mustermann (2.0.2)
130+
ruby2_keywords (~> 0.0.1)
131+
mutex_m (0.2.0)
132+
net-imap (0.4.9)
133+
date
134+
net-protocol
135+
net-pop (0.1.2)
136+
net-protocol
137+
net-protocol (0.2.2)
138+
timeout
139+
net-smtp (0.4.0)
140+
net-protocol
141+
nio4r (2.7.0)
142+
nokogiri (1.16.0-x86_64-darwin)
143+
racc (~> 1.4)
144+
nokogiri (1.16.0-x86_64-linux)
145+
racc (~> 1.4)
146+
pry (0.14.2)
147+
coderay (~> 1.1)
148+
method_source (~> 1.0)
149+
psych (5.1.2)
150+
stringio
151+
public_suffix (5.0.4)
152+
racc (1.7.3)
153+
rack (2.2.8)
154+
rack-protection (2.2.4)
155+
rack
156+
rack-session (1.0.2)
157+
rack (< 3)
158+
rack-test (2.1.0)
159+
rack (>= 1.3)
160+
rackup (1.0.0)
161+
rack (< 3)
162+
webrick
163+
rails (7.1.2)
164+
actioncable (= 7.1.2)
165+
actionmailbox (= 7.1.2)
166+
actionmailer (= 7.1.2)
167+
actionpack (= 7.1.2)
168+
actiontext (= 7.1.2)
169+
actionview (= 7.1.2)
170+
activejob (= 7.1.2)
171+
activemodel (= 7.1.2)
172+
activerecord (= 7.1.2)
173+
activestorage (= 7.1.2)
174+
activesupport (= 7.1.2)
175+
bundler (>= 1.15.0)
176+
railties (= 7.1.2)
177+
rails-dom-testing (2.2.0)
178+
activesupport (>= 5.0.0)
179+
minitest
180+
nokogiri (>= 1.6)
181+
rails-html-sanitizer (1.6.0)
182+
loofah (~> 2.21)
183+
nokogiri (~> 1.14)
184+
railties (7.1.2)
185+
actionpack (= 7.1.2)
186+
activesupport (= 7.1.2)
187+
irb
188+
rackup (>= 1.0.0)
189+
rake (>= 12.2)
190+
thor (~> 1.0, >= 1.2.2)
191+
zeitwerk (~> 2.6)
192+
rake (13.1.0)
193+
rdoc (6.6.2)
194+
psych (>= 4.0.0)
195+
reline (0.4.1)
196+
io-console (~> 0.5)
197+
rexml (3.2.6)
198+
rspec (3.12.0)
199+
rspec-core (~> 3.12.0)
200+
rspec-expectations (~> 3.12.0)
201+
rspec-mocks (~> 3.12.0)
202+
rspec-core (3.12.2)
203+
rspec-support (~> 3.12.0)
204+
rspec-expectations (3.12.3)
205+
diff-lcs (>= 1.2.0, < 2.0)
206+
rspec-support (~> 3.12.0)
207+
rspec-mocks (3.12.6)
208+
diff-lcs (>= 1.2.0, < 2.0)
209+
rspec-support (~> 3.12.0)
210+
rspec-support (3.12.1)
211+
ruby2_keywords (0.0.5)
212+
sinatra (2.2.4)
213+
mustermann (~> 2.0)
214+
rack (~> 2.2)
215+
rack-protection (= 2.2.4)
216+
tilt (~> 2.0)
217+
sinatra-contrib (2.2.4)
218+
multi_json
219+
mustermann (~> 2.0)
220+
rack-protection (= 2.2.4)
221+
sinatra (= 2.2.4)
222+
tilt (~> 2.0)
223+
stringio (3.1.0)
224+
thor (1.3.0)
225+
tilt (2.3.0)
226+
timeout (0.4.1)
227+
tzinfo (2.0.6)
228+
concurrent-ruby (~> 1.0)
229+
webmock (3.19.1)
230+
addressable (>= 2.8.0)
231+
crack (>= 0.3.2)
232+
hashdiff (>= 0.4.0, < 2.0.0)
233+
webrick (1.8.1)
234+
websocket-driver (0.7.6)
235+
websocket-extensions (>= 0.1.0)
236+
websocket-extensions (0.1.5)
237+
yard (0.9.34)
238+
zeitwerk (2.6.12)
239+
240+
PLATFORMS
241+
x86_64-darwin-22
242+
x86_64-linux
243+
244+
DEPENDENCIES
245+
appraisal (~> 2.2.0)
246+
pry
247+
rails
248+
rspec
249+
webvalve!
250+
yard
251+
252+
BUNDLED WITH
253+
2.4.22

0 commit comments

Comments
 (0)