Gemfile.lock 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actioncable (7.0.1)
  5. actionpack (= 7.0.1)
  6. activesupport (= 7.0.1)
  7. nio4r (~> 2.0)
  8. websocket-driver (>= 0.6.1)
  9. actionmailbox (7.0.1)
  10. actionpack (= 7.0.1)
  11. activejob (= 7.0.1)
  12. activerecord (= 7.0.1)
  13. activestorage (= 7.0.1)
  14. activesupport (= 7.0.1)
  15. mail (>= 2.7.1)
  16. net-imap
  17. net-pop
  18. net-smtp
  19. actionmailer (7.0.1)
  20. actionpack (= 7.0.1)
  21. actionview (= 7.0.1)
  22. activejob (= 7.0.1)
  23. activesupport (= 7.0.1)
  24. mail (~> 2.5, >= 2.5.4)
  25. net-imap
  26. net-pop
  27. net-smtp
  28. rails-dom-testing (~> 2.0)
  29. actionpack (7.0.1)
  30. actionview (= 7.0.1)
  31. activesupport (= 7.0.1)
  32. rack (~> 2.0, >= 2.2.0)
  33. rack-test (>= 0.6.3)
  34. rails-dom-testing (~> 2.0)
  35. rails-html-sanitizer (~> 1.0, >= 1.2.0)
  36. actiontext (7.0.1)
  37. actionpack (= 7.0.1)
  38. activerecord (= 7.0.1)
  39. activestorage (= 7.0.1)
  40. activesupport (= 7.0.1)
  41. globalid (>= 0.6.0)
  42. nokogiri (>= 1.8.5)
  43. actionview (7.0.1)
  44. activesupport (= 7.0.1)
  45. builder (~> 3.1)
  46. erubi (~> 1.4)
  47. rails-dom-testing (~> 2.0)
  48. rails-html-sanitizer (~> 1.1, >= 1.2.0)
  49. activejob (7.0.1)
  50. activesupport (= 7.0.1)
  51. globalid (>= 0.3.6)
  52. activemodel (7.0.1)
  53. activesupport (= 7.0.1)
  54. activerecord (7.0.1)
  55. activemodel (= 7.0.1)
  56. activesupport (= 7.0.1)
  57. activestorage (7.0.1)
  58. actionpack (= 7.0.1)
  59. activejob (= 7.0.1)
  60. activerecord (= 7.0.1)
  61. activesupport (= 7.0.1)
  62. marcel (~> 1.0)
  63. mini_mime (>= 1.1.0)
  64. activesupport (7.0.1)
  65. concurrent-ruby (~> 1.0, >= 1.0.2)
  66. i18n (>= 1.6, < 2)
  67. minitest (>= 5.1)
  68. tzinfo (~> 2.0)
  69. builder (3.2.4)
  70. concurrent-ruby (1.1.9)
  71. crass (1.0.6)
  72. digest (3.1.0)
  73. erubi (1.10.0)
  74. ffi (1.15.5)
  75. globalid (1.0.0)
  76. activesupport (>= 5.0)
  77. i18n (1.8.11)
  78. concurrent-ruby (~> 1.0)
  79. io-wait (0.2.1)
  80. listen (3.7.1)
  81. rb-fsevent (~> 0.10, >= 0.10.3)
  82. rb-inotify (~> 0.9, >= 0.9.10)
  83. loofah (2.13.0)
  84. crass (~> 1.0.2)
  85. nokogiri (>= 1.5.9)
  86. mail (2.7.1)
  87. mini_mime (>= 0.1.1)
  88. marcel (1.0.2)
  89. method_source (1.0.0)
  90. mini_mime (1.1.2)
  91. mini_portile2 (2.8.0)
  92. minitest (5.15.0)
  93. mysql2 (0.5.3)
  94. net-imap (0.2.3)
  95. digest
  96. net-protocol
  97. strscan
  98. net-pop (0.1.1)
  99. digest
  100. net-protocol
  101. timeout
  102. net-protocol (0.1.2)
  103. io-wait
  104. timeout
  105. net-smtp (0.3.1)
  106. digest
  107. net-protocol
  108. timeout
  109. nio4r (2.5.8)
  110. nokogiri (1.13.3)
  111. mini_portile2 (~> 2.8.0)
  112. racc (~> 1.4)
  113. nokogiri (1.13.3-arm64-darwin)
  114. racc (~> 1.4)
  115. nokogiri (1.13.3-x86_64-linux)
  116. racc (~> 1.4)
  117. oj (3.13.11)
  118. pg (1.2.3)
  119. puma (5.6.2)
  120. nio4r (~> 2.0)
  121. racc (1.6.0)
  122. rack (2.2.3)
  123. rack-test (1.1.0)
  124. rack (>= 1.0, < 3)
  125. rails (7.0.1)
  126. actioncable (= 7.0.1)
  127. actionmailbox (= 7.0.1)
  128. actionmailer (= 7.0.1)
  129. actionpack (= 7.0.1)
  130. actiontext (= 7.0.1)
  131. actionview (= 7.0.1)
  132. activejob (= 7.0.1)
  133. activemodel (= 7.0.1)
  134. activerecord (= 7.0.1)
  135. activestorage (= 7.0.1)
  136. activesupport (= 7.0.1)
  137. bundler (>= 1.15.0)
  138. railties (= 7.0.1)
  139. rails-dom-testing (2.0.3)
  140. activesupport (>= 4.2.0)
  141. nokogiri (>= 1.6)
  142. rails-html-sanitizer (1.4.2)
  143. loofah (~> 2.3)
  144. railties (7.0.1)
  145. actionpack (= 7.0.1)
  146. activesupport (= 7.0.1)
  147. method_source
  148. rake (>= 12.2)
  149. thor (~> 1.0)
  150. zeitwerk (~> 2.5)
  151. rake (13.0.6)
  152. rb-fsevent (0.11.0)
  153. rb-inotify (0.10.1)
  154. ffi (~> 1.0)
  155. redis (4.5.1)
  156. strscan (3.0.1)
  157. thor (1.2.1)
  158. timeout (0.2.0)
  159. tzinfo (2.0.4)
  160. concurrent-ruby (~> 1.0)
  161. tzinfo-data (1.2021.5)
  162. tzinfo (>= 1.0.0)
  163. websocket-driver (0.7.5)
  164. websocket-extensions (>= 0.1.0)
  165. websocket-extensions (0.1.5)
  166. zeitwerk (2.5.3)
  167. PLATFORMS
  168. arm64-darwin-20
  169. ruby
  170. x86_64-linux
  171. DEPENDENCIES
  172. listen (~> 3.3)
  173. mysql2 (= 0.5.3)
  174. oj (~> 3.13)
  175. pg (= 1.2.3)
  176. puma (~> 5.6)
  177. rails (~> 7.0.1)
  178. redis (~> 4.0)
  179. tzinfo-data (= 1.2021.5)
  180. RUBY VERSION
  181. ruby 3.1.0p0
  182. BUNDLED WITH
  183. 2.3.3