Gemfile.lock 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actioncable (5.2.1)
  5. actionpack (= 5.2.1)
  6. nio4r (~> 2.0)
  7. websocket-driver (>= 0.6.1)
  8. actionmailer (5.2.1)
  9. actionpack (= 5.2.1)
  10. actionview (= 5.2.1)
  11. activejob (= 5.2.1)
  12. mail (~> 2.5, >= 2.5.4)
  13. rails-dom-testing (~> 2.0)
  14. actionpack (5.2.1)
  15. actionview (= 5.2.1)
  16. activesupport (= 5.2.1)
  17. rack (~> 2.0)
  18. rack-test (>= 0.6.3)
  19. rails-dom-testing (~> 2.0)
  20. rails-html-sanitizer (~> 1.0, >= 1.0.2)
  21. actionview (5.2.1)
  22. activesupport (= 5.2.1)
  23. builder (~> 3.1)
  24. erubi (~> 1.4)
  25. rails-dom-testing (~> 2.0)
  26. rails-html-sanitizer (~> 1.0, >= 1.0.3)
  27. activejob (5.2.1)
  28. activesupport (= 5.2.1)
  29. globalid (>= 0.3.6)
  30. activemodel (5.2.1)
  31. activesupport (= 5.2.1)
  32. activerecord (5.2.1)
  33. activemodel (= 5.2.1)
  34. activesupport (= 5.2.1)
  35. arel (>= 9.0)
  36. activestorage (5.2.1)
  37. actionpack (= 5.2.1)
  38. activerecord (= 5.2.1)
  39. marcel (~> 0.3.1)
  40. activesupport (5.2.1)
  41. concurrent-ruby (~> 1.0, >= 1.0.2)
  42. i18n (>= 0.7, < 2)
  43. minitest (~> 5.1)
  44. tzinfo (~> 1.1)
  45. addressable (2.5.2)
  46. public_suffix (>= 2.0.2, < 4.0)
  47. archive-zip (0.11.0)
  48. io-like (~> 0.3.0)
  49. arel (9.0.0)
  50. bindex (0.5.0)
  51. bootsnap (1.3.2)
  52. msgpack (~> 1.0)
  53. builder (3.2.3)
  54. byebug (10.0.2)
  55. capybara (3.9.0)
  56. addressable
  57. mini_mime (>= 0.1.3)
  58. nokogiri (~> 1.8)
  59. rack (>= 1.6.0)
  60. rack-test (>= 0.6.3)
  61. xpath (~> 3.1)
  62. childprocess (0.9.0)
  63. ffi (~> 1.0, >= 1.0.11)
  64. chromedriver-helper (2.1.0)
  65. archive-zip (~> 0.10)
  66. nokogiri (~> 1.8)
  67. coffee-rails (4.2.2)
  68. coffee-script (>= 2.2.0)
  69. railties (>= 4.0.0)
  70. coffee-script (2.4.1)
  71. coffee-script-source
  72. execjs
  73. coffee-script-source (1.12.2)
  74. concurrent-ruby (1.0.5)
  75. crass (1.0.4)
  76. erubi (1.7.1)
  77. execjs (2.7.0)
  78. ffi (1.9.25)
  79. globalid (0.4.1)
  80. activesupport (>= 4.2.0)
  81. i18n (1.1.0)
  82. concurrent-ruby (~> 1.0)
  83. io-like (0.3.0)
  84. jbuilder (2.7.0)
  85. activesupport (>= 4.2.0)
  86. multi_json (>= 1.2)
  87. listen (3.1.5)
  88. rb-fsevent (~> 0.9, >= 0.9.4)
  89. rb-inotify (~> 0.9, >= 0.9.7)
  90. ruby_dep (~> 1.2)
  91. loofah (2.2.2)
  92. crass (~> 1.0.2)
  93. nokogiri (>= 1.5.9)
  94. mail (2.7.0)
  95. mini_mime (>= 0.1.1)
  96. marcel (0.3.3)
  97. mimemagic (~> 0.3.2)
  98. method_source (0.9.0)
  99. mimemagic (0.3.2)
  100. mini_mime (1.0.1)
  101. mini_portile2 (2.3.0)
  102. minitest (5.11.3)
  103. msgpack (1.2.4)
  104. multi_json (1.13.1)
  105. nio4r (2.3.1)
  106. nokogiri (1.8.5)
  107. mini_portile2 (~> 2.3.0)
  108. public_suffix (3.0.3)
  109. puma (3.12.0)
  110. rack (2.0.5)
  111. rack-test (1.1.0)
  112. rack (>= 1.0, < 3)
  113. rails (5.2.1)
  114. actioncable (= 5.2.1)
  115. actionmailer (= 5.2.1)
  116. actionpack (= 5.2.1)
  117. actionview (= 5.2.1)
  118. activejob (= 5.2.1)
  119. activemodel (= 5.2.1)
  120. activerecord (= 5.2.1)
  121. activestorage (= 5.2.1)
  122. activesupport (= 5.2.1)
  123. bundler (>= 1.3.0)
  124. railties (= 5.2.1)
  125. sprockets-rails (>= 2.0.0)
  126. rails-dom-testing (2.0.3)
  127. activesupport (>= 4.2.0)
  128. nokogiri (>= 1.6)
  129. rails-html-sanitizer (1.0.4)
  130. loofah (~> 2.2, >= 2.2.2)
  131. railties (5.2.1)
  132. actionpack (= 5.2.1)
  133. activesupport (= 5.2.1)
  134. method_source
  135. rake (>= 0.8.7)
  136. thor (>= 0.19.0, < 2.0)
  137. rake (12.3.1)
  138. rb-fsevent (0.10.3)
  139. rb-inotify (0.9.10)
  140. ffi (>= 0.5.0, < 2)
  141. ruby_dep (1.5.0)
  142. rubyzip (1.2.2)
  143. sass (3.6.0)
  144. sass-listen (~> 4.0.0)
  145. sass-listen (4.0.0)
  146. rb-fsevent (~> 0.9, >= 0.9.4)
  147. rb-inotify (~> 0.9, >= 0.9.7)
  148. sass-rails (5.0.7)
  149. railties (>= 4.0.0, < 6)
  150. sass (~> 3.1)
  151. sprockets (>= 2.8, < 4.0)
  152. sprockets-rails (>= 2.0, < 4.0)
  153. tilt (>= 1.1, < 3)
  154. selenium-webdriver (3.14.1)
  155. childprocess (~> 0.5)
  156. rubyzip (~> 1.2, >= 1.2.2)
  157. spring (2.0.2)
  158. activesupport (>= 4.2)
  159. spring-watcher-listen (2.0.1)
  160. listen (>= 2.7, < 4.0)
  161. spring (>= 1.2, < 3.0)
  162. sprockets (3.7.2)
  163. concurrent-ruby (~> 1.0)
  164. rack (> 1, < 3)
  165. sprockets-rails (3.2.1)
  166. actionpack (>= 4.0)
  167. activesupport (>= 4.0)
  168. sprockets (>= 3.0.0)
  169. sqlite3 (1.3.13)
  170. thor (0.20.0)
  171. thread_safe (0.3.6)
  172. tilt (2.0.8)
  173. turbolinks (5.2.0)
  174. turbolinks-source (~> 5.2)
  175. turbolinks-source (5.2.0)
  176. tzinfo (1.2.5)
  177. thread_safe (~> 0.1)
  178. uglifier (4.1.19)
  179. execjs (>= 0.3.0, < 3)
  180. web-console (3.7.0)
  181. actionview (>= 5.0)
  182. activemodel (>= 5.0)
  183. bindex (>= 0.4.0)
  184. railties (>= 5.0)
  185. websocket-driver (0.7.0)
  186. websocket-extensions (>= 0.1.0)
  187. websocket-extensions (0.1.3)
  188. xpath (3.1.0)
  189. nokogiri (~> 1.8)
  190. PLATFORMS
  191. ruby
  192. DEPENDENCIES
  193. bootsnap (>= 1.1.0)
  194. byebug
  195. capybara (>= 2.15)
  196. chromedriver-helper
  197. coffee-rails (~> 4.2)
  198. jbuilder (~> 2.5)
  199. listen (>= 3.0.5, < 3.2)
  200. puma (~> 3.11)
  201. rails (~> 5.2.1)
  202. sass-rails (~> 5.0)
  203. selenium-webdriver
  204. spring
  205. spring-watcher-listen (~> 2.0.0)
  206. sqlite3
  207. turbolinks (~> 5)
  208. tzinfo-data
  209. uglifier (>= 1.3.0)
  210. web-console (>= 3.3.0)
  211. RUBY VERSION
  212. ruby 2.5.1p57
  213. BUNDLED WITH
  214. 1.16.2