Gemfile.lock 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854
  1. GIT
  2. remote: https://github.com/ClearlyClaire/webpush.git
  3. revision: f14a4d52e201128b1b00245d11b6de80d6cfdcd9
  4. ref: f14a4d52e201128b1b00245d11b6de80d6cfdcd9
  5. specs:
  6. webpush (0.3.8)
  7. hkdf (~> 0.2)
  8. jwt (~> 2.0)
  9. GEM
  10. remote: https://rubygems.org/
  11. specs:
  12. actioncable (6.1.7)
  13. actionpack (= 6.1.7)
  14. activesupport (= 6.1.7)
  15. nio4r (~> 2.0)
  16. websocket-driver (>= 0.6.1)
  17. actionmailbox (6.1.7)
  18. actionpack (= 6.1.7)
  19. activejob (= 6.1.7)
  20. activerecord (= 6.1.7)
  21. activestorage (= 6.1.7)
  22. activesupport (= 6.1.7)
  23. mail (>= 2.7.1)
  24. actionmailer (6.1.7)
  25. actionpack (= 6.1.7)
  26. actionview (= 6.1.7)
  27. activejob (= 6.1.7)
  28. activesupport (= 6.1.7)
  29. mail (~> 2.5, >= 2.5.4)
  30. rails-dom-testing (~> 2.0)
  31. actionpack (6.1.7)
  32. actionview (= 6.1.7)
  33. activesupport (= 6.1.7)
  34. rack (~> 2.0, >= 2.0.9)
  35. rack-test (>= 0.6.3)
  36. rails-dom-testing (~> 2.0)
  37. rails-html-sanitizer (~> 1.0, >= 1.2.0)
  38. actiontext (6.1.7)
  39. actionpack (= 6.1.7)
  40. activerecord (= 6.1.7)
  41. activestorage (= 6.1.7)
  42. activesupport (= 6.1.7)
  43. nokogiri (>= 1.8.5)
  44. actionview (6.1.7)
  45. activesupport (= 6.1.7)
  46. builder (~> 3.1)
  47. erubi (~> 1.4)
  48. rails-dom-testing (~> 2.0)
  49. rails-html-sanitizer (~> 1.1, >= 1.2.0)
  50. active_model_serializers (0.10.13)
  51. actionpack (>= 4.1, < 7.1)
  52. activemodel (>= 4.1, < 7.1)
  53. case_transform (>= 0.2)
  54. jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
  55. active_record_query_trace (1.8)
  56. activejob (6.1.7)
  57. activesupport (= 6.1.7)
  58. globalid (>= 0.3.6)
  59. activemodel (6.1.7)
  60. activesupport (= 6.1.7)
  61. activerecord (6.1.7)
  62. activemodel (= 6.1.7)
  63. activesupport (= 6.1.7)
  64. activestorage (6.1.7)
  65. actionpack (= 6.1.7)
  66. activejob (= 6.1.7)
  67. activerecord (= 6.1.7)
  68. activesupport (= 6.1.7)
  69. marcel (~> 1.0)
  70. mini_mime (>= 1.1.0)
  71. activesupport (6.1.7)
  72. concurrent-ruby (~> 1.0, >= 1.0.2)
  73. i18n (>= 1.6, < 2)
  74. minitest (>= 5.1)
  75. tzinfo (~> 2.0)
  76. zeitwerk (~> 2.3)
  77. addressable (2.8.1)
  78. public_suffix (>= 2.0.2, < 6.0)
  79. aes_key_wrap (1.1.0)
  80. airbrussh (1.4.1)
  81. sshkit (>= 1.6.1, != 1.7.0)
  82. android_key_attestation (0.3.0)
  83. annotate (3.2.0)
  84. activerecord (>= 3.2, < 8.0)
  85. rake (>= 10.4, < 14.0)
  86. ast (2.4.2)
  87. attr_encrypted (3.1.0)
  88. encryptor (~> 3.0.0)
  89. attr_required (1.0.1)
  90. awrence (1.2.1)
  91. aws-eventstream (1.2.0)
  92. aws-partitions (1.587.0)
  93. aws-sdk-core (3.130.2)
  94. aws-eventstream (~> 1, >= 1.0.2)
  95. aws-partitions (~> 1, >= 1.525.0)
  96. aws-sigv4 (~> 1.1)
  97. jmespath (~> 1.0)
  98. aws-sdk-kms (1.56.0)
  99. aws-sdk-core (~> 3, >= 3.127.0)
  100. aws-sigv4 (~> 1.1)
  101. aws-sdk-s3 (1.114.0)
  102. aws-sdk-core (~> 3, >= 3.127.0)
  103. aws-sdk-kms (~> 1)
  104. aws-sigv4 (~> 1.4)
  105. aws-sigv4 (1.5.0)
  106. aws-eventstream (~> 1, >= 1.0.2)
  107. bcrypt (3.1.17)
  108. better_errors (2.9.1)
  109. coderay (>= 1.0.0)
  110. erubi (>= 1.0.0)
  111. rack (>= 0.9.0)
  112. better_html (2.0.1)
  113. actionview (>= 6.0)
  114. activesupport (>= 6.0)
  115. ast (~> 2.0)
  116. erubi (~> 1.4)
  117. parser (>= 2.4)
  118. smart_properties
  119. bindata (2.4.10)
  120. binding_of_caller (1.0.0)
  121. debug_inspector (>= 0.0.1)
  122. blurhash (0.1.6)
  123. ffi (~> 1.14)
  124. bootsnap (1.13.0)
  125. msgpack (~> 1.2)
  126. brakeman (5.3.1)
  127. browser (4.2.0)
  128. brpoplpush-redis_script (0.1.2)
  129. concurrent-ruby (~> 1.0, >= 1.0.5)
  130. redis (>= 1.0, <= 5.0)
  131. builder (3.2.4)
  132. bullet (7.0.3)
  133. activesupport (>= 3.0.0)
  134. uniform_notifier (~> 1.11)
  135. bundler-audit (0.9.1)
  136. bundler (>= 1.2.0, < 3)
  137. thor (~> 1.0)
  138. byebug (11.1.3)
  139. capistrano (3.17.1)
  140. airbrussh (>= 1.0.0)
  141. i18n
  142. rake (>= 10.0.0)
  143. sshkit (>= 1.9.0)
  144. capistrano-bundler (2.0.1)
  145. capistrano (~> 3.1)
  146. capistrano-rails (1.6.2)
  147. capistrano (~> 3.1)
  148. capistrano-bundler (>= 1.1, < 3)
  149. capistrano-rbenv (2.2.0)
  150. capistrano (~> 3.1)
  151. sshkit (~> 1.3)
  152. capistrano-yarn (2.0.2)
  153. capistrano (~> 3.0)
  154. capybara (3.37.1)
  155. addressable
  156. matrix
  157. mini_mime (>= 0.1.3)
  158. nokogiri (~> 1.8)
  159. rack (>= 1.6.0)
  160. rack-test (>= 0.6.3)
  161. regexp_parser (>= 1.5, < 3.0)
  162. xpath (~> 3.2)
  163. case_transform (0.2)
  164. activesupport
  165. cbor (0.5.9.6)
  166. charlock_holmes (0.7.7)
  167. chewy (7.2.4)
  168. activesupport (>= 5.2)
  169. elasticsearch (>= 7.12.0, < 7.14.0)
  170. elasticsearch-dsl
  171. chunky_png (1.4.0)
  172. climate_control (0.2.0)
  173. cocoon (1.2.15)
  174. coderay (1.1.3)
  175. color_diff (0.1)
  176. concurrent-ruby (1.1.10)
  177. connection_pool (2.3.0)
  178. cose (1.2.1)
  179. cbor (~> 0.5.9)
  180. openssl-signature_algorithm (~> 1.0)
  181. crack (0.4.5)
  182. rexml
  183. crass (1.0.6)
  184. css_parser (1.7.1)
  185. addressable
  186. debug_inspector (1.0.0)
  187. devise (4.8.1)
  188. bcrypt (~> 3.0)
  189. orm_adapter (~> 0.1)
  190. railties (>= 4.1.0)
  191. responders
  192. warden (~> 1.2.3)
  193. devise-two-factor (4.0.2)
  194. activesupport (< 7.1)
  195. attr_encrypted (>= 1.3, < 4, != 2)
  196. devise (~> 4.0)
  197. railties (< 7.1)
  198. rotp (~> 6.0)
  199. devise_pam_authenticatable2 (9.2.0)
  200. devise (>= 4.0.0)
  201. rpam2 (~> 4.0)
  202. diff-lcs (1.5.0)
  203. discard (1.2.1)
  204. activerecord (>= 4.2, < 8)
  205. docile (1.3.4)
  206. domain_name (0.5.20190701)
  207. unf (>= 0.0.5, < 1.0.0)
  208. doorkeeper (5.6.0)
  209. railties (>= 5)
  210. dotenv (2.8.1)
  211. dotenv-rails (2.8.1)
  212. dotenv (= 2.8.1)
  213. railties (>= 3.2)
  214. ed25519 (1.3.0)
  215. elasticsearch (7.13.3)
  216. elasticsearch-api (= 7.13.3)
  217. elasticsearch-transport (= 7.13.3)
  218. elasticsearch-api (7.13.3)
  219. multi_json
  220. elasticsearch-dsl (0.1.10)
  221. elasticsearch-transport (7.13.3)
  222. faraday (~> 1)
  223. multi_json
  224. encryptor (3.0.0)
  225. erubi (1.11.0)
  226. et-orbi (1.2.7)
  227. tzinfo
  228. excon (0.76.0)
  229. fabrication (2.30.0)
  230. faker (2.23.0)
  231. i18n (>= 1.8.11, < 2)
  232. faraday (1.9.3)
  233. faraday-em_http (~> 1.0)
  234. faraday-em_synchrony (~> 1.0)
  235. faraday-excon (~> 1.1)
  236. faraday-httpclient (~> 1.0)
  237. faraday-multipart (~> 1.0)
  238. faraday-net_http (~> 1.0)
  239. faraday-net_http_persistent (~> 1.0)
  240. faraday-patron (~> 1.0)
  241. faraday-rack (~> 1.0)
  242. faraday-retry (~> 1.0)
  243. ruby2_keywords (>= 0.0.4)
  244. faraday-em_http (1.0.0)
  245. faraday-em_synchrony (1.0.0)
  246. faraday-excon (1.1.0)
  247. faraday-httpclient (1.0.1)
  248. faraday-multipart (1.0.3)
  249. multipart-post (>= 1.2, < 3)
  250. faraday-net_http (1.0.1)
  251. faraday-net_http_persistent (1.2.0)
  252. faraday-patron (1.0.0)
  253. faraday-rack (1.0.0)
  254. faraday-retry (1.0.3)
  255. fast_blank (1.0.1)
  256. fastimage (2.2.6)
  257. ffi (1.15.5)
  258. ffi-compiler (1.0.1)
  259. ffi (>= 1.0.0)
  260. rake
  261. fog-core (2.1.0)
  262. builder
  263. excon (~> 0.58)
  264. formatador (~> 0.2)
  265. mime-types
  266. fog-json (1.2.0)
  267. fog-core
  268. multi_json (~> 1.10)
  269. fog-openstack (0.3.10)
  270. fog-core (>= 1.45, <= 2.1.0)
  271. fog-json (>= 1.0)
  272. ipaddress (>= 0.8)
  273. formatador (0.2.5)
  274. fugit (1.5.3)
  275. et-orbi (~> 1, >= 1.2.7)
  276. raabro (~> 1.4)
  277. fuubar (2.5.1)
  278. rspec-core (~> 3.0)
  279. ruby-progressbar (~> 1.4)
  280. gitlab-omniauth-openid-connect (0.10.0)
  281. addressable (~> 2.7)
  282. omniauth (>= 1.9, < 3)
  283. openid_connect (~> 1.2)
  284. globalid (1.0.0)
  285. activesupport (>= 5.0)
  286. hamlit (2.13.0)
  287. temple (>= 0.8.2)
  288. thor
  289. tilt
  290. hamlit-rails (0.2.3)
  291. actionpack (>= 4.0.1)
  292. activesupport (>= 4.0.1)
  293. hamlit (>= 1.2.0)
  294. railties (>= 4.0.1)
  295. hashdiff (1.0.1)
  296. hashie (5.0.0)
  297. highline (2.0.3)
  298. hiredis (0.6.3)
  299. hkdf (0.3.0)
  300. htmlentities (4.3.4)
  301. http (5.1.0)
  302. addressable (~> 2.8)
  303. http-cookie (~> 1.0)
  304. http-form_data (~> 2.2)
  305. llhttp-ffi (~> 0.4.0)
  306. http-cookie (1.0.5)
  307. domain_name (~> 0.5)
  308. http-form_data (2.3.0)
  309. http_accept_language (2.1.1)
  310. httpclient (2.8.3)
  311. httplog (1.6.0)
  312. rack (>= 2.0)
  313. rainbow (>= 2.0.0)
  314. i18n (1.12.0)
  315. concurrent-ruby (~> 1.0)
  316. i18n-tasks (1.0.12)
  317. activesupport (>= 4.0.2)
  318. ast (>= 2.1.0)
  319. better_html (>= 1.0, < 3.0)
  320. erubi
  321. highline (>= 2.0.0)
  322. i18n
  323. parser (>= 2.2.3.0)
  324. rails-i18n
  325. rainbow (>= 2.2.2, < 4.0)
  326. terminal-table (>= 1.5.1)
  327. idn-ruby (0.1.4)
  328. ipaddress (0.8.3)
  329. jmespath (1.6.1)
  330. json (2.6.2)
  331. json-canonicalization (0.3.0)
  332. json-jwt (1.13.0)
  333. activesupport (>= 4.2)
  334. aes_key_wrap
  335. bindata
  336. json-ld (3.2.3)
  337. htmlentities (~> 4.3)
  338. json-canonicalization (~> 0.3)
  339. link_header (~> 0.0, >= 0.0.8)
  340. multi_json (~> 1.15)
  341. rack (~> 2.2)
  342. rdf (~> 3.2, >= 3.2.9)
  343. json-ld-preloaded (3.2.0)
  344. json-ld (~> 3.2)
  345. rdf (~> 3.2)
  346. jsonapi-renderer (0.2.2)
  347. jwt (2.4.1)
  348. kaminari (1.2.2)
  349. activesupport (>= 4.1.0)
  350. kaminari-actionview (= 1.2.2)
  351. kaminari-activerecord (= 1.2.2)
  352. kaminari-core (= 1.2.2)
  353. kaminari-actionview (1.2.2)
  354. actionview
  355. kaminari-core (= 1.2.2)
  356. kaminari-activerecord (1.2.2)
  357. activerecord
  358. kaminari-core (= 1.2.2)
  359. kaminari-core (1.2.2)
  360. kt-paperclip (7.1.1)
  361. activemodel (>= 4.2.0)
  362. activesupport (>= 4.2.0)
  363. marcel (~> 1.0.1)
  364. mime-types
  365. terrapin (~> 0.6.0)
  366. launchy (2.5.0)
  367. addressable (~> 2.7)
  368. letter_opener (1.8.1)
  369. launchy (>= 2.2, < 3)
  370. letter_opener_web (2.0.0)
  371. actionmailer (>= 5.2)
  372. letter_opener (~> 1.7)
  373. railties (>= 5.2)
  374. rexml
  375. link_header (0.0.8)
  376. llhttp-ffi (0.4.0)
  377. ffi-compiler (~> 1.0)
  378. rake (~> 13.0)
  379. lograge (0.12.0)
  380. actionpack (>= 4)
  381. activesupport (>= 4)
  382. railties (>= 4)
  383. request_store (~> 1.0)
  384. loofah (2.19.0)
  385. crass (~> 1.0.2)
  386. nokogiri (>= 1.5.9)
  387. mail (2.7.1)
  388. mini_mime (>= 0.1.1)
  389. makara (0.5.1)
  390. activerecord (>= 5.2.0)
  391. marcel (1.0.2)
  392. mario-redis-lock (1.2.1)
  393. redis (>= 3.0.5)
  394. matrix (0.4.2)
  395. memory_profiler (1.0.0)
  396. method_source (1.0.0)
  397. microformats (4.4.1)
  398. json (~> 2.2)
  399. nokogiri (~> 1.10)
  400. mime-types (3.4.1)
  401. mime-types-data (~> 3.2015)
  402. mime-types-data (3.2022.0105)
  403. mini_mime (1.1.2)
  404. minitest (5.16.3)
  405. msgpack (1.5.4)
  406. multi_json (1.15.0)
  407. multipart-post (2.1.1)
  408. net-ldap (0.17.1)
  409. net-scp (4.0.0.rc1)
  410. net-ssh (>= 2.6.5, < 8.0.0)
  411. net-ssh (7.0.1)
  412. nio4r (2.5.8)
  413. nokogiri (1.13.8-x86_64-linux)
  414. racc (~> 1.4)
  415. nsa (0.2.8)
  416. activesupport (>= 4.2, < 7)
  417. concurrent-ruby (~> 1.0, >= 1.0.2)
  418. sidekiq (>= 3.5)
  419. statsd-ruby (~> 1.4, >= 1.4.0)
  420. oj (3.13.21)
  421. omniauth (1.9.2)
  422. hashie (>= 3.4.6)
  423. rack (>= 1.6.2, < 3)
  424. omniauth-cas (2.0.0)
  425. addressable (~> 2.3)
  426. nokogiri (~> 1.5)
  427. omniauth (~> 1.2)
  428. omniauth-rails_csrf_protection (0.1.2)
  429. actionpack (>= 4.2)
  430. omniauth (>= 1.3.1)
  431. omniauth-saml (1.10.3)
  432. omniauth (~> 1.3, >= 1.3.2)
  433. ruby-saml (~> 1.9)
  434. openid_connect (1.3.0)
  435. activemodel
  436. attr_required (>= 1.0.0)
  437. json-jwt (>= 1.5.0)
  438. rack-oauth2 (>= 1.6.1)
  439. swd (>= 1.0.0)
  440. tzinfo
  441. validate_email
  442. validate_url
  443. webfinger (>= 1.0.1)
  444. openssl (3.0.0)
  445. openssl-signature_algorithm (1.2.1)
  446. openssl (> 2.0, < 3.1)
  447. orm_adapter (0.5.0)
  448. ox (2.14.11)
  449. parallel (1.22.1)
  450. parser (3.1.2.1)
  451. ast (~> 2.4.1)
  452. parslet (2.0.0)
  453. pastel (0.8.0)
  454. tty-color (~> 0.5)
  455. pg (1.4.3)
  456. pghero (2.8.3)
  457. activerecord (>= 5)
  458. pkg-config (1.4.9)
  459. posix-spawn (0.3.15)
  460. premailer (1.14.2)
  461. addressable
  462. css_parser (>= 1.6.0)
  463. htmlentities (>= 4.0.0)
  464. premailer-rails (1.11.1)
  465. actionmailer (>= 3)
  466. premailer (~> 1.7, >= 1.7.9)
  467. private_address_check (0.5.0)
  468. pry (0.14.1)
  469. coderay (~> 1.1)
  470. method_source (~> 1.0)
  471. pry-byebug (3.10.1)
  472. byebug (~> 11.0)
  473. pry (>= 0.13, < 0.15)
  474. pry-rails (0.3.9)
  475. pry (>= 0.10.4)
  476. public_suffix (5.0.0)
  477. puma (5.6.5)
  478. nio4r (~> 2.0)
  479. pundit (2.2.0)
  480. activesupport (>= 3.0.0)
  481. raabro (1.4.0)
  482. racc (1.6.0)
  483. rack (2.2.4)
  484. rack-attack (6.6.1)
  485. rack (>= 1.0, < 3)
  486. rack-cors (1.1.1)
  487. rack (>= 2.0.0)
  488. rack-oauth2 (1.19.0)
  489. activesupport
  490. attr_required
  491. httpclient
  492. json-jwt (>= 1.11.0)
  493. rack (>= 2.1.0)
  494. rack-proxy (0.7.0)
  495. rack
  496. rack-test (2.0.2)
  497. rack (>= 1.3)
  498. rails (6.1.7)
  499. actioncable (= 6.1.7)
  500. actionmailbox (= 6.1.7)
  501. actionmailer (= 6.1.7)
  502. actionpack (= 6.1.7)
  503. actiontext (= 6.1.7)
  504. actionview (= 6.1.7)
  505. activejob (= 6.1.7)
  506. activemodel (= 6.1.7)
  507. activerecord (= 6.1.7)
  508. activestorage (= 6.1.7)
  509. activesupport (= 6.1.7)
  510. bundler (>= 1.15.0)
  511. railties (= 6.1.7)
  512. sprockets-rails (>= 2.0.0)
  513. rails-controller-testing (1.0.5)
  514. actionpack (>= 5.0.1.rc1)
  515. actionview (>= 5.0.1.rc1)
  516. activesupport (>= 5.0.1.rc1)
  517. rails-dom-testing (2.0.3)
  518. activesupport (>= 4.2.0)
  519. nokogiri (>= 1.6)
  520. rails-html-sanitizer (1.4.3)
  521. loofah (~> 2.3)
  522. rails-i18n (6.0.0)
  523. i18n (>= 0.7, < 2)
  524. railties (>= 6.0.0, < 7)
  525. rails-settings-cached (0.6.6)
  526. rails (>= 4.2.0)
  527. railties (6.1.7)
  528. actionpack (= 6.1.7)
  529. activesupport (= 6.1.7)
  530. method_source
  531. rake (>= 12.2)
  532. thor (~> 1.0)
  533. rainbow (3.1.1)
  534. rake (13.0.6)
  535. rdf (3.2.9)
  536. link_header (~> 0.0, >= 0.0.8)
  537. rdf-normalize (0.5.0)
  538. rdf (~> 3.2)
  539. redcarpet (3.5.1)
  540. redis (4.5.1)
  541. redis-namespace (1.9.0)
  542. redis (>= 4)
  543. regexp_parser (2.5.0)
  544. request_store (1.5.1)
  545. rack (>= 1.4)
  546. responders (3.0.1)
  547. actionpack (>= 5.0)
  548. railties (>= 5.0)
  549. rexml (3.2.5)
  550. rotp (6.2.0)
  551. rpam2 (4.0.2)
  552. rqrcode (2.1.2)
  553. chunky_png (~> 1.0)
  554. rqrcode_core (~> 1.0)
  555. rqrcode_core (1.2.0)
  556. rspec-core (3.11.0)
  557. rspec-support (~> 3.11.0)
  558. rspec-expectations (3.11.0)
  559. diff-lcs (>= 1.2.0, < 2.0)
  560. rspec-support (~> 3.11.0)
  561. rspec-mocks (3.11.1)
  562. diff-lcs (>= 1.2.0, < 2.0)
  563. rspec-support (~> 3.11.0)
  564. rspec-rails (5.1.2)
  565. actionpack (>= 5.2)
  566. activesupport (>= 5.2)
  567. railties (>= 5.2)
  568. rspec-core (~> 3.10)
  569. rspec-expectations (~> 3.10)
  570. rspec-mocks (~> 3.10)
  571. rspec-support (~> 3.10)
  572. rspec-sidekiq (3.1.0)
  573. rspec-core (~> 3.0, >= 3.0.0)
  574. sidekiq (>= 2.4.0)
  575. rspec-support (3.11.1)
  576. rspec_junit_formatter (0.6.0)
  577. rspec-core (>= 2, < 4, != 2.12.0)
  578. rubocop (1.30.1)
  579. parallel (~> 1.10)
  580. parser (>= 3.1.0.0)
  581. rainbow (>= 2.2.2, < 4.0)
  582. regexp_parser (>= 1.8, < 3.0)
  583. rexml (>= 3.2.5, < 4.0)
  584. rubocop-ast (>= 1.18.0, < 2.0)
  585. ruby-progressbar (~> 1.7)
  586. unicode-display_width (>= 1.4.0, < 3.0)
  587. rubocop-ast (1.18.0)
  588. parser (>= 3.1.1.0)
  589. rubocop-rails (2.15.0)
  590. activesupport (>= 4.2.0)
  591. rack (>= 1.1)
  592. rubocop (>= 1.7.0, < 2.0)
  593. ruby-progressbar (1.11.0)
  594. ruby-saml (1.13.0)
  595. nokogiri (>= 1.10.5)
  596. rexml
  597. ruby2_keywords (0.0.5)
  598. rufus-scheduler (3.8.1)
  599. fugit (~> 1.1, >= 1.1.6)
  600. safety_net_attestation (0.4.0)
  601. jwt (~> 2.0)
  602. sanitize (6.0.0)
  603. crass (~> 1.0.2)
  604. nokogiri (>= 1.12.0)
  605. scenic (1.6.0)
  606. activerecord (>= 4.0.0)
  607. railties (>= 4.0.0)
  608. semantic_range (3.0.0)
  609. sidekiq (6.5.7)
  610. connection_pool (>= 2.2.5)
  611. rack (~> 2.0)
  612. redis (>= 4.5.0, < 5)
  613. sidekiq-bulk (0.2.0)
  614. sidekiq
  615. sidekiq-scheduler (4.0.2)
  616. redis (>= 4.2.0)
  617. rufus-scheduler (~> 3.2)
  618. sidekiq (>= 4)
  619. tilt (>= 1.4.0)
  620. sidekiq-unique-jobs (7.1.27)
  621. brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
  622. concurrent-ruby (~> 1.0, >= 1.0.5)
  623. sidekiq (>= 5.0, < 8.0)
  624. thor (>= 0.20, < 3.0)
  625. simple-navigation (4.4.0)
  626. activesupport (>= 2.3.2)
  627. simple_form (5.1.0)
  628. actionpack (>= 5.2)
  629. activemodel (>= 5.2)
  630. simplecov (0.21.2)
  631. docile (~> 1.1)
  632. simplecov-html (~> 0.11)
  633. simplecov_json_formatter (~> 0.1)
  634. simplecov-html (0.12.3)
  635. simplecov_json_formatter (0.1.2)
  636. smart_properties (1.17.0)
  637. sprockets (3.7.2)
  638. concurrent-ruby (~> 1.0)
  639. rack (> 1, < 3)
  640. sprockets-rails (3.4.2)
  641. actionpack (>= 5.2)
  642. activesupport (>= 5.2)
  643. sprockets (>= 3.0.0)
  644. sshkit (1.21.2)
  645. net-scp (>= 1.1.2)
  646. net-ssh (>= 2.8.0)
  647. stackprof (0.2.21)
  648. statsd-ruby (1.5.0)
  649. stoplight (3.0.0)
  650. strong_migrations (0.7.9)
  651. activerecord (>= 5)
  652. swd (1.3.0)
  653. activesupport (>= 3)
  654. attr_required (>= 0.0.5)
  655. httpclient (>= 2.4)
  656. temple (0.8.2)
  657. terminal-table (3.0.2)
  658. unicode-display_width (>= 1.1.1, < 3)
  659. terrapin (0.6.0)
  660. climate_control (>= 0.0.3, < 1.0)
  661. thor (1.2.1)
  662. tilt (2.0.10)
  663. tpm-key_attestation (0.11.0)
  664. bindata (~> 2.4)
  665. openssl (> 2.0, < 3.1)
  666. openssl-signature_algorithm (~> 1.0)
  667. tty-color (0.6.0)
  668. tty-cursor (0.7.1)
  669. tty-prompt (0.23.1)
  670. pastel (~> 0.8)
  671. tty-reader (~> 0.8)
  672. tty-reader (0.9.0)
  673. tty-cursor (~> 0.7)
  674. tty-screen (~> 0.8)
  675. wisper (~> 2.0)
  676. tty-screen (0.8.1)
  677. twitter-text (3.1.0)
  678. idn-ruby
  679. unf (~> 0.1.0)
  680. tzinfo (2.0.5)
  681. concurrent-ruby (~> 1.0)
  682. tzinfo-data (1.2022.4)
  683. tzinfo (>= 1.0.0)
  684. unf (0.1.4)
  685. unf_ext
  686. unf_ext (0.0.8.2)
  687. unicode-display_width (2.3.0)
  688. uniform_notifier (1.16.0)
  689. validate_email (0.1.6)
  690. activemodel (>= 3.0)
  691. mail (>= 2.2.5)
  692. validate_url (1.0.15)
  693. activemodel (>= 3.0.0)
  694. public_suffix
  695. warden (1.2.9)
  696. rack (>= 2.0.9)
  697. webauthn (2.5.2)
  698. android_key_attestation (~> 0.3.0)
  699. awrence (~> 1.1)
  700. bindata (~> 2.4)
  701. cbor (~> 0.5.9)
  702. cose (~> 1.1)
  703. openssl (>= 2.2, < 3.1)
  704. safety_net_attestation (~> 0.4.0)
  705. tpm-key_attestation (~> 0.11.0)
  706. webfinger (1.2.0)
  707. activesupport
  708. httpclient (>= 2.4)
  709. webmock (3.18.1)
  710. addressable (>= 2.8.0)
  711. crack (>= 0.3.2)
  712. hashdiff (>= 0.4.0, < 2.0.0)
  713. webpacker (5.4.3)
  714. activesupport (>= 5.2)
  715. rack-proxy (>= 0.6.1)
  716. railties (>= 5.2)
  717. semantic_range (>= 2.3.0)
  718. websocket-driver (0.7.5)
  719. websocket-extensions (>= 0.1.0)
  720. websocket-extensions (0.1.5)
  721. wisper (2.0.1)
  722. xorcist (1.1.3)
  723. xpath (3.2.0)
  724. nokogiri (~> 1.8)
  725. zeitwerk (2.6.0)
  726. PLATFORMS
  727. x86_64-linux
  728. DEPENDENCIES
  729. active_model_serializers (~> 0.10)
  730. active_record_query_trace (~> 1.8)
  731. addressable (~> 2.8)
  732. annotate (~> 3.2)
  733. aws-sdk-s3 (~> 1.114)
  734. better_errors (~> 2.9)
  735. binding_of_caller (~> 1.0)
  736. blurhash (~> 0.1)
  737. bootsnap (~> 1.13.0)
  738. brakeman (~> 5.3)
  739. browser
  740. bullet (~> 7.0)
  741. bundler-audit (~> 0.9)
  742. capistrano (~> 3.17)
  743. capistrano-rails (~> 1.6)
  744. capistrano-rbenv (~> 2.2)
  745. capistrano-yarn (~> 2.0)
  746. capybara (~> 3.37)
  747. charlock_holmes (~> 0.7.7)
  748. chewy (~> 7.2)
  749. climate_control (~> 0.2)
  750. cocoon (~> 1.2)
  751. color_diff (~> 0.1)
  752. concurrent-ruby
  753. connection_pool
  754. devise (~> 4.8)
  755. devise-two-factor (~> 4.0)
  756. devise_pam_authenticatable2 (~> 9.2)
  757. discard (~> 1.2)
  758. doorkeeper (~> 5.6)
  759. dotenv-rails (~> 2.8)
  760. ed25519 (~> 1.3)
  761. fabrication (~> 2.30)
  762. faker (~> 2.23)
  763. fast_blank (~> 1.0)
  764. fastimage
  765. fog-core (<= 2.1.0)
  766. fog-openstack (~> 0.3)
  767. fuubar (~> 2.5)
  768. gitlab-omniauth-openid-connect (~> 0.10.0)
  769. hamlit-rails (~> 0.2)
  770. hiredis (~> 0.6)
  771. htmlentities (~> 4.3)
  772. http (~> 5.1)
  773. http_accept_language (~> 2.1)
  774. httplog (~> 1.6.0)
  775. i18n-tasks (~> 1.0)
  776. idn-ruby
  777. json-ld
  778. json-ld-preloaded (~> 3.2)
  779. kaminari (~> 1.2)
  780. kt-paperclip (~> 7.1)
  781. letter_opener (~> 1.8)
  782. letter_opener_web (~> 2.0)
  783. link_header (~> 0.0)
  784. lograge (~> 0.12)
  785. makara (~> 0.5)
  786. mario-redis-lock (~> 1.2)
  787. memory_profiler
  788. microformats (~> 4.4)
  789. mime-types (~> 3.4.1)
  790. net-ldap (~> 0.17)
  791. nokogiri (~> 1.13)
  792. nsa (~> 0.2)
  793. oj (~> 3.13)
  794. omniauth (~> 1.9)
  795. omniauth-cas (~> 2.0)
  796. omniauth-rails_csrf_protection (~> 0.1)
  797. omniauth-saml (~> 1.10)
  798. ox (~> 2.14)
  799. parslet
  800. pg (~> 1.4)
  801. pghero (~> 2.8)
  802. pkg-config (~> 1.4)
  803. posix-spawn
  804. premailer-rails
  805. private_address_check (~> 0.5)
  806. pry-byebug (~> 3.10)
  807. pry-rails (~> 0.3)
  808. puma (~> 5.6)
  809. pundit (~> 2.2)
  810. rack (~> 2.2.4)
  811. rack-attack (~> 6.6)
  812. rack-cors (~> 1.1)
  813. rails (~> 6.1.7)
  814. rails-controller-testing (~> 1.0)
  815. rails-i18n (~> 6.0)
  816. rails-settings-cached (~> 0.6)
  817. rdf-normalize (~> 0.5)
  818. redcarpet (~> 3.5)
  819. redis (~> 4.5)
  820. redis-namespace (~> 1.9)
  821. rexml (~> 3.2)
  822. rqrcode (~> 2.1)
  823. rspec-rails (~> 5.1)
  824. rspec-sidekiq (~> 3.1)
  825. rspec_junit_formatter (~> 0.6)
  826. rubocop (~> 1.30)
  827. rubocop-rails (~> 2.15)
  828. ruby-progressbar (~> 1.11)
  829. sanitize (~> 6.0)
  830. scenic (~> 1.6)
  831. sidekiq (~> 6.5)
  832. sidekiq-bulk (~> 0.2.0)
  833. sidekiq-scheduler (~> 4.0)
  834. sidekiq-unique-jobs (~> 7.1)
  835. simple-navigation (~> 4.4)
  836. simple_form (~> 5.1)
  837. simplecov (~> 0.21)
  838. sprockets (~> 3.7.2)
  839. sprockets-rails (~> 3.4)
  840. stackprof
  841. stoplight (~> 3.0.0)
  842. strong_migrations (~> 0.7)
  843. thor (~> 1.2)
  844. tty-prompt (~> 0.23)
  845. twitter-text (~> 3.1.0)
  846. tzinfo-data (~> 1.2022)
  847. webauthn (~> 2.5)
  848. webmock (~> 3.18)
  849. webpacker (~> 5.4)
  850. webpush!
  851. xorcist (~> 1.1)