update gems
[oni_sorceress.git] / Gemfile.lock
blob379fb859145ca8cac4ffff47e4d0686ec789d311
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     RedCloth (4.3.4)
5     actioncable (7.1.3.2)
6       actionpack (= 7.1.3.2)
7       activesupport (= 7.1.3.2)
8       nio4r (~> 2.0)
9       websocket-driver (>= 0.6.1)
10       zeitwerk (~> 2.6)
11     actionmailbox (7.1.3.2)
12       actionpack (= 7.1.3.2)
13       activejob (= 7.1.3.2)
14       activerecord (= 7.1.3.2)
15       activestorage (= 7.1.3.2)
16       activesupport (= 7.1.3.2)
17       mail (>= 2.7.1)
18       net-imap
19       net-pop
20       net-smtp
21     actionmailer (7.1.3.2)
22       actionpack (= 7.1.3.2)
23       actionview (= 7.1.3.2)
24       activejob (= 7.1.3.2)
25       activesupport (= 7.1.3.2)
26       mail (~> 2.5, >= 2.5.4)
27       net-imap
28       net-pop
29       net-smtp
30       rails-dom-testing (~> 2.2)
31     actionpack (7.1.3.2)
32       actionview (= 7.1.3.2)
33       activesupport (= 7.1.3.2)
34       nokogiri (>= 1.8.5)
35       racc
36       rack (>= 2.2.4)
37       rack-session (>= 1.0.1)
38       rack-test (>= 0.6.3)
39       rails-dom-testing (~> 2.2)
40       rails-html-sanitizer (~> 1.6)
41     actiontext (7.1.3.2)
42       actionpack (= 7.1.3.2)
43       activerecord (= 7.1.3.2)
44       activestorage (= 7.1.3.2)
45       activesupport (= 7.1.3.2)
46       globalid (>= 0.6.0)
47       nokogiri (>= 1.8.5)
48     actionview (7.1.3.2)
49       activesupport (= 7.1.3.2)
50       builder (~> 3.1)
51       erubi (~> 1.11)
52       rails-dom-testing (~> 2.2)
53       rails-html-sanitizer (~> 1.6)
54     activejob (7.1.3.2)
55       activesupport (= 7.1.3.2)
56       globalid (>= 0.3.6)
57     activemodel (7.1.3.2)
58       activesupport (= 7.1.3.2)
59     activerecord (7.1.3.2)
60       activemodel (= 7.1.3.2)
61       activesupport (= 7.1.3.2)
62       timeout (>= 0.4.0)
63     activestorage (7.1.3.2)
64       actionpack (= 7.1.3.2)
65       activejob (= 7.1.3.2)
66       activerecord (= 7.1.3.2)
67       activesupport (= 7.1.3.2)
68       marcel (~> 1.0)
69     activesupport (7.1.3.2)
70       base64
71       bigdecimal
72       concurrent-ruby (~> 1.0, >= 1.0.2)
73       connection_pool (>= 2.2.5)
74       drb
75       i18n (>= 1.6, < 2)
76       minitest (>= 5.1)
77       mutex_m
78       tzinfo (~> 2.0)
79     addressable (2.8.6)
80       public_suffix (>= 2.0.2, < 6.0)
81     airbrussh (1.5.1)
82       sshkit (>= 1.6.1, != 1.7.0)
83     annotate (3.2.0)
84       activerecord (>= 3.2, < 8.0)
85       rake (>= 10.4, < 14.0)
86     awesome_print (1.9.2)
87     base64 (0.2.0)
88     bcrypt_pbkdf (1.1.0)
89     bigdecimal (3.1.7)
90     bindex (0.8.1)
91     bogofilter (0.1.0)
92     builder (3.2.4)
93     capistrano (3.18.1)
94       airbrussh (>= 1.0.0)
95       i18n
96       rake (>= 10.0.0)
97       sshkit (>= 1.9.0)
98     capistrano-bundler (2.1.0)
99       capistrano (~> 3.1)
100     capistrano-nvm202x (3.0.0)
101       capistrano (~> 3.1)
102       sshkit (~> 1.3)
103     capistrano-passenger (0.2.1)
104       capistrano (~> 3.0)
105     capistrano-rails (1.6.3)
106       capistrano (~> 3.1)
107       capistrano-bundler (>= 1.1, < 3)
108     capistrano-rbenv (2.2.0)
109       capistrano (~> 3.1)
110       sshkit (~> 1.3)
111     capybara (3.40.0)
112       addressable
113       matrix
114       mini_mime (>= 0.1.3)
115       nokogiri (~> 1.11)
116       rack (>= 1.6.0)
117       rack-test (>= 0.6.3)
118       regexp_parser (>= 1.5, < 3.0)
119       xpath (~> 3.2)
120     coderay (1.1.3)
121     concurrent-ruby (1.2.3)
122     connection_pool (2.4.1)
123     crass (1.0.6)
124     database_cleaner-active_record (2.1.0)
125       activerecord (>= 5.a)
126       database_cleaner-core (~> 2.0.0)
127     database_cleaner-core (2.0.1)
128     date (3.3.4)
129     debug (1.9.2)
130       irb (~> 1.10)
131       reline (>= 0.3.8)
132     diff-lcs (1.5.1)
133     dotenv (3.1.0)
134     dotenv-rails (3.1.0)
135       dotenv (= 3.1.0)
136       railties (>= 6.1)
137     drb (2.2.1)
138     ed25519 (1.3.0)
139     em-websocket (0.5.3)
140       eventmachine (>= 0.12.9)
141       http_parser.rb (~> 0)
142     erubi (1.12.0)
143     eventmachine (1.2.7)
144     factory_bot (6.4.6)
145       activesupport (>= 5.0.0)
146     factory_bot_rails (6.4.3)
147       factory_bot (~> 6.4)
148       railties (>= 5.0.0)
149     ffaker (2.23.0)
150     ffi (1.16.3)
151     formatador (1.1.0)
152     globalid (1.2.1)
153       activesupport (>= 6.1)
154     guard (2.18.1)
155       formatador (>= 0.2.4)
156       listen (>= 2.7, < 4.0)
157       lumberjack (>= 1.0.12, < 2.0)
158       nenv (~> 0.1)
159       notiffany (~> 0.0)
160       pry (>= 0.13.0)
161       shellany (~> 0.0)
162       thor (>= 0.18.1)
163     guard-compat (1.2.1)
164     guard-livereload (2.5.2)
165       em-websocket (~> 0.5)
166       guard (~> 2.8)
167       guard-compat (~> 1.0)
168       multi_json (~> 1.8)
169     guard-rspec (4.7.3)
170       guard (~> 2.1)
171       guard-compat (~> 1.1)
172       rspec (>= 2.99.0, < 4.0)
173     http_parser.rb (0.8.0)
174     i18n (1.14.4)
175       concurrent-ruby (~> 1.0)
176     importmap-rails (2.0.1)
177       actionpack (>= 6.0.0)
178       activesupport (>= 6.0.0)
179       railties (>= 6.0.0)
180     io-console (0.7.2)
181     irb (1.12.0)
182       rdoc
183       reline (>= 0.4.2)
184     kaminari (1.2.2)
185       activesupport (>= 4.1.0)
186       kaminari-actionview (= 1.2.2)
187       kaminari-activerecord (= 1.2.2)
188       kaminari-core (= 1.2.2)
189     kaminari-actionview (1.2.2)
190       actionview
191       kaminari-core (= 1.2.2)
192     kaminari-activerecord (1.2.2)
193       activerecord
194       kaminari-core (= 1.2.2)
195     kaminari-core (1.2.2)
196     kramdown (2.4.0)
197       rexml
198     listen (3.9.0)
199       rb-fsevent (~> 0.10, >= 0.10.3)
200       rb-inotify (~> 0.9, >= 0.9.10)
201     loofah (2.22.0)
202       crass (~> 1.0.2)
203       nokogiri (>= 1.12.0)
204     lumberjack (1.2.10)
205     mail (2.8.1)
206       mini_mime (>= 0.1.1)
207       net-imap
208       net-pop
209       net-smtp
210     marcel (1.0.4)
211     matrix (0.4.2)
212     method_source (1.0.0)
213     mini_magick (4.12.0)
214     mini_mime (1.1.5)
215     minitest (5.22.3)
216     multi_json (1.15.0)
217     mutex_m (0.2.0)
218     nenv (0.3.0)
219     net-imap (0.4.10)
220       date
221       net-protocol
222     net-pop (0.1.2)
223       net-protocol
224     net-protocol (0.2.2)
225       timeout
226     net-scp (4.0.0)
227       net-ssh (>= 2.6.5, < 8.0.0)
228     net-sftp (4.0.0)
229       net-ssh (>= 5.0.0, < 8.0.0)
230     net-smtp (0.5.0)
231       net-protocol
232     net-ssh (7.2.3)
233     nio4r (2.7.1)
234     nokogiri (1.16.4-x86_64-linux)
235       racc (~> 1.4)
236     notiffany (0.1.3)
237       nenv (~> 0.1)
238       shellany (~> 0.0)
239     pg (1.5.6)
240     pry (0.14.2)
241       coderay (~> 1.1)
242       method_source (~> 1.0)
243     psych (5.1.2)
244       stringio
245     public_suffix (5.0.5)
246     puma (6.4.2)
247       nio4r (~> 2.0)
248     racc (1.7.3)
249     rack (2.2.9)
250     rack-request-object-logger (3.0.3)
251       rack (> 0, < 3.0)
252     rack-session (1.0.2)
253       rack (< 3)
254     rack-test (2.1.0)
255       rack (>= 1.3)
256     rackup (1.0.0)
257       rack (< 3)
258       webrick
259     rails (7.1.3.2)
260       actioncable (= 7.1.3.2)
261       actionmailbox (= 7.1.3.2)
262       actionmailer (= 7.1.3.2)
263       actionpack (= 7.1.3.2)
264       actiontext (= 7.1.3.2)
265       actionview (= 7.1.3.2)
266       activejob (= 7.1.3.2)
267       activemodel (= 7.1.3.2)
268       activerecord (= 7.1.3.2)
269       activestorage (= 7.1.3.2)
270       activesupport (= 7.1.3.2)
271       bundler (>= 1.15.0)
272       railties (= 7.1.3.2)
273     rails-dom-testing (2.2.0)
274       activesupport (>= 5.0.0)
275       minitest
276       nokogiri (>= 1.6)
277     rails-html-sanitizer (1.6.0)
278       loofah (~> 2.21)
279       nokogiri (~> 1.14)
280     railties (7.1.3.2)
281       actionpack (= 7.1.3.2)
282       activesupport (= 7.1.3.2)
283       irb
284       rackup (>= 1.0.0)
285       rake (>= 12.2)
286       thor (~> 1.0, >= 1.2.2)
287       zeitwerk (~> 2.6)
288     rake (13.2.1)
289     rb-fsevent (0.11.2)
290     rb-inotify (0.10.1)
291       ffi (~> 1.0)
292     rdoc (6.6.3.1)
293       psych (>= 4.0.0)
294     regexp_parser (2.9.0)
295     reline (0.5.1)
296       io-console (~> 0.5)
297     rexml (3.2.6)
298     rouge (4.2.1)
299     rspec (3.13.0)
300       rspec-core (~> 3.13.0)
301       rspec-expectations (~> 3.13.0)
302       rspec-mocks (~> 3.13.0)
303     rspec-core (3.13.0)
304       rspec-support (~> 3.13.0)
305     rspec-expectations (3.13.0)
306       diff-lcs (>= 1.2.0, < 2.0)
307       rspec-support (~> 3.13.0)
308     rspec-mocks (3.13.0)
309       diff-lcs (>= 1.2.0, < 2.0)
310       rspec-support (~> 3.13.0)
311     rspec-rails (6.1.2)
312       actionpack (>= 6.1)
313       activesupport (>= 6.1)
314       railties (>= 6.1)
315       rspec-core (~> 3.13)
316       rspec-expectations (~> 3.13)
317       rspec-mocks (~> 3.13)
318       rspec-support (~> 3.13)
319     rspec-support (3.13.1)
320     rubyzip (2.3.2)
321     sassc (2.4.0)
322       ffi (~> 1.9)
323     sassc-rails (2.1.2)
324       railties (>= 4.0.0)
325       sassc (>= 2.0)
326       sprockets (> 3.0)
327       sprockets-rails
328       tilt
329     selenium-webdriver (4.19.0)
330       base64 (~> 0.2)
331       rexml (~> 3.2, >= 3.2.5)
332       rubyzip (>= 1.2.2, < 3.0)
333       websocket (~> 1.0)
334     shellany (0.0.1)
335     slim (5.2.1)
336       temple (~> 0.10.0)
337       tilt (>= 2.1.0)
338     sprockets (4.2.1)
339       concurrent-ruby (~> 1.0)
340       rack (>= 2.2.4, < 4)
341     sprockets-rails (3.4.2)
342       actionpack (>= 5.2)
343       activesupport (>= 5.2)
344       sprockets (>= 3.0.0)
345     sshkit (1.22.1)
346       base64
347       mutex_m
348       net-scp (>= 1.1.2)
349       net-sftp (>= 2.1.2)
350       net-ssh (>= 2.8.0)
351     stimulus-rails (1.3.3)
352       railties (>= 6.0.0)
353     stringio (3.1.0)
354     temple (0.10.3)
355     thor (1.3.1)
356     tilt (2.3.0)
357     timeout (0.4.1)
358     turbo-rails (2.0.5)
359       actionpack (>= 6.0.0)
360       activejob (>= 6.0.0)
361       railties (>= 6.0.0)
362     tzinfo (2.0.6)
363       concurrent-ruby (~> 1.0)
364     web-console (4.2.1)
365       actionview (>= 6.0.0)
366       activemodel (>= 6.0.0)
367       bindex (>= 0.4.0)
368       railties (>= 6.0.0)
369     webrick (1.8.1)
370     websocket (1.2.10)
371     websocket-driver (0.7.6)
372       websocket-extensions (>= 0.1.0)
373     websocket-extensions (0.1.5)
374     xpath (3.2.0)
375       nokogiri (~> 1.8)
376     zeitwerk (2.6.13)
378 PLATFORMS
379   x86_64-linux
381 DEPENDENCIES
382   RedCloth
383   annotate
384   awesome_print
385   bcrypt_pbkdf
386   bogofilter
387   capistrano (~> 3.11)
388   capistrano-bundler
389   capistrano-nvm202x
390   capistrano-passenger
391   capistrano-rails
392   capistrano-rbenv
393   capybara
394   database_cleaner-active_record
395   debug
396   dotenv-rails
397   ed25519
398   factory_bot_rails
399   ffaker
400   guard
401   guard-livereload
402   guard-rspec
403   importmap-rails
404   kaminari
405   kramdown (~> 2.3)
406   loofah
407   mini_magick
408   pg
409   pry
410   puma
411   rack-request-object-logger (~> 3.0)
412   rails (~> 7.1)
413   rouge
414   rspec-rails
415   sassc-rails
416   selenium-webdriver
417   slim
418   sprockets-rails
419   stimulus-rails
420   turbo-rails
421   tzinfo-data
422   web-console
424 BUNDLED WITH
425    2.4.6