Gemfile.lock 21 KB

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