]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Add a test for openid connect support
[rails.git] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     aasm (5.5.0)
5       concurrent-ruby (~> 1.0)
6     actioncable (7.0.8)
7       actionpack (= 7.0.8)
8       activesupport (= 7.0.8)
9       nio4r (~> 2.0)
10       websocket-driver (>= 0.6.1)
11     actionmailbox (7.0.8)
12       actionpack (= 7.0.8)
13       activejob (= 7.0.8)
14       activerecord (= 7.0.8)
15       activestorage (= 7.0.8)
16       activesupport (= 7.0.8)
17       mail (>= 2.7.1)
18       net-imap
19       net-pop
20       net-smtp
21     actionmailer (7.0.8)
22       actionpack (= 7.0.8)
23       actionview (= 7.0.8)
24       activejob (= 7.0.8)
25       activesupport (= 7.0.8)
26       mail (~> 2.5, >= 2.5.4)
27       net-imap
28       net-pop
29       net-smtp
30       rails-dom-testing (~> 2.0)
31     actionpack (7.0.8)
32       actionview (= 7.0.8)
33       activesupport (= 7.0.8)
34       rack (~> 2.0, >= 2.2.4)
35       rack-test (>= 0.6.3)
36       rails-dom-testing (~> 2.0)
37       rails-html-sanitizer (~> 1.0, >= 1.2.0)
38     actionpack-page_caching (1.2.4)
39       actionpack (>= 4.0.0)
40     actiontext (7.0.8)
41       actionpack (= 7.0.8)
42       activerecord (= 7.0.8)
43       activestorage (= 7.0.8)
44       activesupport (= 7.0.8)
45       globalid (>= 0.6.0)
46       nokogiri (>= 1.8.5)
47     actionview (7.0.8)
48       activesupport (= 7.0.8)
49       builder (~> 3.1)
50       erubi (~> 1.4)
51       rails-dom-testing (~> 2.0)
52       rails-html-sanitizer (~> 1.1, >= 1.2.0)
53     active_record_union (1.3.0)
54       activerecord (>= 4.0)
55     activejob (7.0.8)
56       activesupport (= 7.0.8)
57       globalid (>= 0.3.6)
58     activemodel (7.0.8)
59       activesupport (= 7.0.8)
60     activerecord (7.0.8)
61       activemodel (= 7.0.8)
62       activesupport (= 7.0.8)
63     activerecord-import (1.5.0)
64       activerecord (>= 4.2)
65     activestorage (7.0.8)
66       actionpack (= 7.0.8)
67       activejob (= 7.0.8)
68       activerecord (= 7.0.8)
69       activesupport (= 7.0.8)
70       marcel (~> 1.0)
71       mini_mime (>= 1.1.0)
72     activesupport (7.0.8)
73       concurrent-ruby (~> 1.0, >= 1.0.2)
74       i18n (>= 1.6, < 2)
75       minitest (>= 5.1)
76       tzinfo (~> 2.0)
77     addressable (2.8.5)
78       public_suffix (>= 2.0.2, < 6.0)
79     annotate (3.2.0)
80       activerecord (>= 3.2, < 8.0)
81       rake (>= 10.4, < 14.0)
82     argon2 (2.3.0)
83       ffi (~> 1.15)
84       ffi-compiler (~> 1.0)
85     ast (2.4.2)
86     autoprefixer-rails (10.4.15.0)
87       execjs (~> 2)
88     aws-eventstream (1.2.0)
89     aws-partitions (1.820.0)
90     aws-sdk-core (3.181.0)
91       aws-eventstream (~> 1, >= 1.0.2)
92       aws-partitions (~> 1, >= 1.651.0)
93       aws-sigv4 (~> 1.5)
94       jmespath (~> 1, >= 1.6.1)
95     aws-sdk-kms (1.71.0)
96       aws-sdk-core (~> 3, >= 3.177.0)
97       aws-sigv4 (~> 1.1)
98     aws-sdk-s3 (1.134.0)
99       aws-sdk-core (~> 3, >= 3.181.0)
100       aws-sdk-kms (~> 1)
101       aws-sigv4 (~> 1.6)
102     aws-sigv4 (1.6.0)
103       aws-eventstream (~> 1, >= 1.0.2)
104     base64 (0.1.1)
105     better_errors (2.10.1)
106       erubi (>= 1.0.0)
107       rack (>= 0.9.0)
108       rouge (>= 1.0.0)
109     better_html (2.0.2)
110       actionview (>= 6.0)
111       activesupport (>= 6.0)
112       ast (~> 2.0)
113       erubi (~> 1.4)
114       parser (>= 2.4)
115       smart_properties
116     binding_of_caller (1.0.0)
117       debug_inspector (>= 0.0.1)
118     bootsnap (1.16.0)
119       msgpack (~> 1.2)
120     bootstrap (5.1.3)
121       autoprefixer-rails (>= 9.1.0)
122       popper_js (>= 2.9.3, < 3)
123       sassc-rails (>= 2.0.0)
124     bootstrap_form (5.2.3)
125       actionpack (>= 6.0)
126       activemodel (>= 6.0)
127     brakeman (6.0.1)
128     brotli (0.4.0)
129     browser (5.3.1)
130     builder (3.2.4)
131     bzip2-ffi (1.1.1)
132       ffi (~> 1.0)
133     cancancan (3.5.0)
134     canonical-rails (0.2.14)
135       rails (>= 4.1, <= 7.1)
136     capybara (3.39.2)
137       addressable
138       matrix
139       mini_mime (>= 0.1.3)
140       nokogiri (~> 1.8)
141       rack (>= 1.6.0)
142       rack-test (>= 0.6.3)
143       regexp_parser (>= 1.5, < 3.0)
144       xpath (~> 3.2)
145     composite_primary_keys (14.0.6)
146       activerecord (~> 7.0.2)
147     concurrent-ruby (1.2.2)
148     config (4.2.1)
149       deep_merge (~> 1.2, >= 1.2.1)
150       dry-validation (~> 1.0, >= 1.0.0)
151     connection_pool (2.4.1)
152     crack (0.4.5)
153       rexml
154     crass (1.0.6)
155     dalli (3.2.5)
156     date (3.3.3)
157     debug_inspector (1.1.0)
158     deep_merge (1.2.2)
159     delayed_job (4.1.11)
160       activesupport (>= 3.0, < 8.0)
161     delayed_job_active_record (4.1.7)
162       activerecord (>= 3.0, < 8.0)
163       delayed_job (>= 3.0, < 5)
164     docile (1.4.0)
165     doorkeeper (5.6.6)
166       railties (>= 5)
167     doorkeeper-i18n (5.2.6)
168       doorkeeper (>= 5.2)
169     doorkeeper-openid_connect (1.8.7)
170       doorkeeper (>= 5.5, < 5.7)
171       jwt (>= 2.5)
172     dry-configurable (1.1.0)
173       dry-core (~> 1.0, < 2)
174       zeitwerk (~> 2.6)
175     dry-core (1.0.1)
176       concurrent-ruby (~> 1.0)
177       zeitwerk (~> 2.6)
178     dry-inflector (1.0.0)
179     dry-initializer (3.1.1)
180     dry-logic (1.5.0)
181       concurrent-ruby (~> 1.0)
182       dry-core (~> 1.0, < 2)
183       zeitwerk (~> 2.6)
184     dry-schema (1.13.3)
185       concurrent-ruby (~> 1.0)
186       dry-configurable (~> 1.0, >= 1.0.1)
187       dry-core (~> 1.0, < 2)
188       dry-initializer (~> 3.0)
189       dry-logic (>= 1.4, < 2)
190       dry-types (>= 1.7, < 2)
191       zeitwerk (~> 2.6)
192     dry-types (1.7.1)
193       concurrent-ruby (~> 1.0)
194       dry-core (~> 1.0)
195       dry-inflector (~> 1.0)
196       dry-logic (~> 1.4)
197       zeitwerk (~> 2.6)
198     dry-validation (1.10.0)
199       concurrent-ruby (~> 1.0)
200       dry-core (~> 1.0, < 2)
201       dry-initializer (~> 3.0)
202       dry-schema (>= 1.12, < 2)
203       zeitwerk (~> 2.6)
204     erb_lint (0.5.0)
205       activesupport
206       better_html (>= 2.0.1)
207       parser (>= 2.7.1.4)
208       rainbow
209       rubocop
210       smart_properties
211     erubi (1.12.0)
212     execjs (2.9.0)
213     exifr (1.4.0)
214     factory_bot (6.2.1)
215       activesupport (>= 5.0.0)
216     factory_bot_rails (6.2.0)
217       factory_bot (~> 6.2.0)
218       railties (>= 5.0.0)
219     faraday (2.7.11)
220       base64
221       faraday-net_http (>= 2.0, < 3.1)
222       ruby2_keywords (>= 0.0.4)
223     faraday-net_http (3.0.2)
224     ffi (1.15.5)
225     ffi-compiler (1.0.1)
226       ffi (>= 1.0.0)
227       rake
228     ffi-libarchive (1.1.3)
229       ffi (~> 1.0)
230     frozen_record (0.27.0)
231       activemodel
232     fspath (3.1.2)
233     gd2-ffij (0.4.0)
234       ffi (>= 1.0.0)
235     globalid (1.2.1)
236       activesupport (>= 6.1)
237     hashdiff (1.0.1)
238     hashie (5.0.0)
239     highline (2.1.0)
240     htmlentities (4.3.4)
241     http_accept_language (2.1.1)
242     i18n (1.14.1)
243       concurrent-ruby (~> 1.0)
244     i18n-js (3.9.2)
245       i18n (>= 0.6.6)
246     i18n-tasks (1.0.12)
247       activesupport (>= 4.0.2)
248       ast (>= 2.1.0)
249       better_html (>= 1.0, < 3.0)
250       erubi
251       highline (>= 2.0.0)
252       i18n
253       parser (>= 2.2.3.0)
254       rails-i18n
255       rainbow (>= 2.2.2, < 4.0)
256       terminal-table (>= 1.5.1)
257     image_optim (0.31.3)
258       exifr (~> 1.2, >= 1.2.2)
259       fspath (~> 3.0)
260       image_size (>= 1.5, < 4)
261       in_threads (~> 1.3)
262       progress (~> 3.0, >= 3.0.1)
263     image_optim_rails (0.5.0)
264       image_optim (~> 0.24)
265       railties
266       sprockets
267     image_processing (1.12.2)
268       mini_magick (>= 4.9.5, < 5)
269       ruby-vips (>= 2.0.17, < 3)
270     image_size (3.3.0)
271     in_threads (1.6.0)
272     jbuilder (2.11.5)
273       actionview (>= 5.0.0)
274       activesupport (>= 5.0.0)
275     jmespath (1.6.2)
276     jquery-rails (4.6.0)
277       rails-dom-testing (>= 1, < 3)
278       railties (>= 4.2.0)
279       thor (>= 0.14, < 2.0)
280     json (2.6.3)
281     jwt (2.7.1)
282     kgio (2.11.4)
283     kramdown (2.4.0)
284       rexml
285     language_server-protocol (3.17.0.3)
286     libxml-ruby (4.1.1)
287     listen (3.8.0)
288       rb-fsevent (~> 0.10, >= 0.10.3)
289       rb-inotify (~> 0.9, >= 0.9.10)
290     logstasher (2.1.5)
291       activesupport (>= 5.2)
292       request_store
293     loofah (2.21.3)
294       crass (~> 1.0.2)
295       nokogiri (>= 1.12.0)
296     mail (2.8.1)
297       mini_mime (>= 0.1.1)
298       net-imap
299       net-pop
300       net-smtp
301     marcel (1.0.2)
302     matrix (0.4.2)
303     maxminddb (0.1.22)
304     method_source (1.0.0)
305     mini_magick (4.12.0)
306     mini_mime (1.1.5)
307     mini_portile2 (2.8.4)
308     minitest (5.20.0)
309     msgpack (1.7.2)
310     multi_json (1.15.0)
311     multi_xml (0.6.0)
312     net-imap (0.3.7)
313       date
314       net-protocol
315     net-pop (0.1.2)
316       net-protocol
317     net-protocol (0.2.1)
318       timeout
319     net-smtp (0.3.3)
320       net-protocol
321     nio4r (2.5.9)
322     nokogiri (1.15.4)
323       mini_portile2 (~> 2.8.2)
324       racc (~> 1.4)
325     oauth (0.4.7)
326     oauth-plugin (0.5.1)
327       multi_json
328       oauth (~> 0.4.4)
329       oauth2 (>= 0.5.0)
330       rack
331     oauth2 (2.0.9)
332       faraday (>= 0.17.3, < 3.0)
333       jwt (>= 1.0, < 3.0)
334       multi_xml (~> 0.5)
335       rack (>= 1.2, < 4)
336       snaky_hash (~> 2.0)
337       version_gem (~> 1.1)
338     omniauth (2.0.4)
339       hashie (>= 3.4.6)
340       rack (>= 1.6.2, < 3)
341       rack-protection
342     omniauth-facebook (9.0.0)
343       omniauth-oauth2 (~> 1.2)
344     omniauth-github (2.0.1)
345       omniauth (~> 2.0)
346       omniauth-oauth2 (~> 1.8)
347     omniauth-google-oauth2 (1.1.1)
348       jwt (>= 2.0)
349       oauth2 (~> 2.0.6)
350       omniauth (~> 2.0)
351       omniauth-oauth2 (~> 1.8.0)
352     omniauth-mediawiki (0.0.4)
353       jwt (~> 2.0)
354       omniauth-oauth (~> 1.0)
355     omniauth-microsoft_graph (1.2.0)
356       omniauth (~> 2.0)
357       omniauth-oauth2 (~> 1.8.0)
358     omniauth-oauth (1.2.0)
359       oauth
360       omniauth (>= 1.0, < 3)
361     omniauth-oauth2 (1.8.0)
362       oauth2 (>= 1.4, < 3)
363       omniauth (~> 2.0)
364     omniauth-openid (2.0.1)
365       omniauth (>= 1.0, < 3.0)
366       rack-openid (~> 1.4.0)
367     omniauth-rails_csrf_protection (1.0.1)
368       actionpack (>= 4.2)
369       omniauth (~> 2.0)
370     openstreetmap-deadlock_retry (1.3.1)
371     parallel (1.23.0)
372     parser (3.2.2.3)
373       ast (~> 2.4.1)
374       racc
375     pg (1.5.4)
376     popper_js (2.11.8)
377     progress (3.6.0)
378     public_suffix (5.0.3)
379     puma (5.6.7)
380       nio4r (~> 2.0)
381     quad_tile (1.0.1)
382     r2 (0.2.8)
383     racc (1.7.1)
384     rack (2.2.8)
385     rack-cors (2.0.1)
386       rack (>= 2.0.0)
387     rack-openid (1.4.2)
388       rack (>= 1.1.0)
389       ruby-openid (>= 2.1.8)
390     rack-protection (3.1.0)
391       rack (~> 2.2, >= 2.2.4)
392     rack-test (2.1.0)
393       rack (>= 1.3)
394     rack-uri_sanitizer (0.0.2)
395     rails (7.0.8)
396       actioncable (= 7.0.8)
397       actionmailbox (= 7.0.8)
398       actionmailer (= 7.0.8)
399       actionpack (= 7.0.8)
400       actiontext (= 7.0.8)
401       actionview (= 7.0.8)
402       activejob (= 7.0.8)
403       activemodel (= 7.0.8)
404       activerecord (= 7.0.8)
405       activestorage (= 7.0.8)
406       activesupport (= 7.0.8)
407       bundler (>= 1.15.0)
408       railties (= 7.0.8)
409     rails-controller-testing (1.0.5)
410       actionpack (>= 5.0.1.rc1)
411       actionview (>= 5.0.1.rc1)
412       activesupport (>= 5.0.1.rc1)
413     rails-dom-testing (2.2.0)
414       activesupport (>= 5.0.0)
415       minitest
416       nokogiri (>= 1.6)
417     rails-html-sanitizer (1.6.0)
418       loofah (~> 2.21)
419       nokogiri (~> 1.14)
420     rails-i18n (7.0.8)
421       i18n (>= 0.7, < 2)
422       railties (>= 6.0.0, < 8)
423     railties (7.0.8)
424       actionpack (= 7.0.8)
425       activesupport (= 7.0.8)
426       method_source
427       rake (>= 12.2)
428       thor (~> 1.0)
429       zeitwerk (~> 2.5)
430     rainbow (3.1.1)
431     rake (13.0.6)
432     rb-fsevent (0.11.2)
433     rb-inotify (0.10.1)
434       ffi (~> 1.0)
435     regexp_parser (2.8.1)
436     request_store (1.5.1)
437       rack (>= 1.4)
438     rexml (3.2.6)
439     rinku (2.0.6)
440     rotp (6.3.0)
441     rouge (4.1.3)
442     rubocop (1.56.3)
443       base64 (~> 0.1.1)
444       json (~> 2.3)
445       language_server-protocol (>= 3.17.0)
446       parallel (~> 1.10)
447       parser (>= 3.2.2.3)
448       rainbow (>= 2.2.2, < 4.0)
449       regexp_parser (>= 1.8, < 3.0)
450       rexml (>= 3.2.5, < 4.0)
451       rubocop-ast (>= 1.28.1, < 2.0)
452       ruby-progressbar (~> 1.7)
453       unicode-display_width (>= 2.4.0, < 3.0)
454     rubocop-ast (1.29.0)
455       parser (>= 3.2.1.0)
456     rubocop-capybara (2.18.0)
457       rubocop (~> 1.41)
458     rubocop-factory_bot (2.23.1)
459       rubocop (~> 1.33)
460     rubocop-minitest (0.31.1)
461       rubocop (>= 1.39, < 2.0)
462     rubocop-performance (1.19.0)
463       rubocop (>= 1.7.0, < 2.0)
464       rubocop-ast (>= 0.4.0)
465     rubocop-rails (2.21.0)
466       activesupport (>= 4.2.0)
467       rack (>= 1.1)
468       rubocop (>= 1.33.0, < 2.0)
469     rubocop-rake (0.6.0)
470       rubocop (~> 1.0)
471     ruby-openid (2.9.2)
472     ruby-progressbar (1.13.0)
473     ruby-vips (2.1.4)
474       ffi (~> 1.12)
475     ruby2_keywords (0.0.5)
476     rubyzip (2.3.2)
477     sanitize (6.0.2)
478       crass (~> 1.0.2)
479       nokogiri (>= 1.12.0)
480     sassc (2.4.0)
481       ffi (~> 1.9)
482     sassc-rails (2.1.2)
483       railties (>= 4.0.0)
484       sassc (>= 2.0)
485       sprockets (> 3.0)
486       sprockets-rails
487       tilt
488     secure_headers (6.5.0)
489     selenium-webdriver (4.12.0)
490       rexml (~> 3.2, >= 3.2.5)
491       rubyzip (>= 1.2.2, < 3.0)
492       websocket (~> 1.0)
493     simplecov (0.22.0)
494       docile (~> 1.1)
495       simplecov-html (~> 0.11)
496       simplecov_json_formatter (~> 0.1)
497     simplecov-html (0.12.3)
498     simplecov-lcov (0.8.0)
499     simplecov_json_formatter (0.1.4)
500     smart_properties (1.17.0)
501     snaky_hash (2.0.1)
502       hashie
503       version_gem (~> 1.1, >= 1.1.1)
504     sprockets (4.2.1)
505       concurrent-ruby (~> 1.0)
506       rack (>= 2.2.4, < 4)
507     sprockets-exporters_pack (0.1.2)
508       brotli (>= 0.2.0)
509       sprockets (>= 4.0.0.beta3)
510     sprockets-rails (3.4.2)
511       actionpack (>= 5.2)
512       activesupport (>= 5.2)
513       sprockets (>= 3.0.0)
514     strong_migrations (1.6.1)
515       activerecord (>= 5.2)
516     terminal-table (3.0.2)
517       unicode-display_width (>= 1.1.1, < 3)
518     terser (1.1.18)
519       execjs (>= 0.3.0, < 3)
520     thor (1.2.2)
521     tilt (2.2.0)
522     timeout (0.4.0)
523     tzinfo (2.0.6)
524       concurrent-ruby (~> 1.0)
525     unicode-display_width (2.4.2)
526     validates_email_format_of (1.7.2)
527       i18n
528     vendorer (0.2.0)
529     version_gem (1.1.3)
530     webmock (3.19.1)
531       addressable (>= 2.8.0)
532       crack (>= 0.3.2)
533       hashdiff (>= 0.4.0, < 2.0.0)
534     websocket (1.2.9)
535     websocket-driver (0.7.6)
536       websocket-extensions (>= 0.1.0)
537     websocket-extensions (0.1.5)
538     xpath (3.2.0)
539       nokogiri (~> 1.8)
540     zeitwerk (2.6.11)
541
542 PLATFORMS
543   ruby
544
545 DEPENDENCIES
546   aasm
547   actionpack-page_caching (>= 1.2.0)
548   active_record_union
549   activerecord-import
550   annotate
551   argon2
552   autoprefixer-rails
553   aws-sdk-s3
554   better_errors
555   binding_of_caller
556   bootsnap (>= 1.4.2)
557   bootstrap (~> 5.1.0)
558   bootstrap_form (~> 5.0)
559   brakeman
560   browser
561   bzip2-ffi
562   cancancan
563   canonical-rails
564   capybara (>= 2.15)
565   composite_primary_keys (~> 14.0.0)
566   config
567   connection_pool
568   dalli
569   debug_inspector
570   delayed_job_active_record
571   doorkeeper
572   doorkeeper-i18n
573   doorkeeper-openid_connect
574   erb_lint
575   factory_bot_rails
576   faraday
577   ffi-libarchive
578   frozen_record
579   gd2-ffij (>= 0.4.0)
580   htmlentities
581   http_accept_language (~> 2.1.1)
582   i18n-js (~> 3.9.2)
583   i18n-tasks
584   image_optim_rails
585   image_processing
586   jbuilder (~> 2.7)
587   jquery-rails
588   json
589   jwt
590   kgio
591   kramdown
592   libxml-ruby (>= 2.0.5)
593   listen
594   logstasher
595   marcel
596   maxminddb
597   minitest (~> 5.1)
598   oauth-plugin (>= 0.5.1)
599   omniauth (~> 2.0.2)
600   omniauth-facebook
601   omniauth-github
602   omniauth-google-oauth2 (>= 0.6.0)
603   omniauth-mediawiki (>= 0.0.4)
604   omniauth-microsoft_graph
605   omniauth-openid
606   omniauth-rails_csrf_protection (~> 1.0)
607   openstreetmap-deadlock_retry (>= 1.3.1)
608   pg
609   puma (~> 5.6)
610   quad_tile (~> 1.0.1)
611   r2 (~> 0.2.7)
612   rack-cors
613   rack-uri_sanitizer
614   rails (~> 7.0.0)
615   rails-controller-testing
616   rails-i18n (~> 7.0.0)
617   rinku (>= 2.0.6)
618   rotp
619   rubocop
620   rubocop-capybara
621   rubocop-factory_bot
622   rubocop-minitest
623   rubocop-performance
624   rubocop-rails
625   rubocop-rake
626   sanitize
627   sassc-rails
628   secure_headers
629   selenium-webdriver
630   simplecov
631   simplecov-lcov
632   sprockets-exporters_pack
633   strong_migrations
634   terser
635   validates_email_format_of (>= 1.5.1)
636   vendorer
637   webmock
638
639 BUNDLED WITH
640    2.3.26