Gemfile.lock 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  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. autoprefixer-rails (9.3.1)
  51. execjs
  52. bindex (0.5.0)
  53. bootsnap (1.3.2)
  54. msgpack (~> 1.0)
  55. bootstrap (4.1.3)
  56. autoprefixer-rails (>= 6.0.3)
  57. popper_js (>= 1.12.9, < 2)
  58. sass (>= 3.5.2)
  59. builder (3.2.3)
  60. byebug (10.0.2)
  61. capybara (3.10.0)
  62. addressable
  63. mini_mime (>= 0.1.3)
  64. nokogiri (~> 1.8)
  65. rack (>= 1.6.0)
  66. rack-test (>= 0.6.3)
  67. regexp_parser (~> 1.2)
  68. xpath (~> 3.2)
  69. childprocess (0.9.0)
  70. ffi (~> 1.0, >= 1.0.11)
  71. chromedriver-helper (2.1.0)
  72. archive-zip (~> 0.10)
  73. nokogiri (~> 1.8)
  74. coffee-rails (4.2.2)
  75. coffee-script (>= 2.2.0)
  76. railties (>= 4.0.0)
  77. coffee-script (2.4.1)
  78. coffee-script-source
  79. execjs
  80. coffee-script-source (1.12.2)
  81. concurrent-ruby (1.0.5)
  82. crass (1.0.4)
  83. erubi (1.7.1)
  84. execjs (2.7.0)
  85. ffi (1.9.25)
  86. globalid (0.4.1)
  87. activesupport (>= 4.2.0)
  88. i18n (1.1.1)
  89. concurrent-ruby (~> 1.0)
  90. io-like (0.3.0)
  91. jbuilder (2.7.0)
  92. activesupport (>= 4.2.0)
  93. multi_json (>= 1.2)
  94. jquery-rails (4.3.3)
  95. rails-dom-testing (>= 1, < 3)
  96. railties (>= 4.2.0)
  97. thor (>= 0.14, < 2.0)
  98. listen (3.1.5)
  99. rb-fsevent (~> 0.9, >= 0.9.4)
  100. rb-inotify (~> 0.9, >= 0.9.7)
  101. ruby_dep (~> 1.2)
  102. loofah (2.2.3)
  103. crass (~> 1.0.2)
  104. nokogiri (>= 1.5.9)
  105. mail (2.7.1)
  106. mini_mime (>= 0.1.1)
  107. marcel (0.3.3)
  108. mimemagic (~> 0.3.2)
  109. method_source (0.9.1)
  110. mimemagic (0.3.2)
  111. mini_mime (1.0.1)
  112. mini_portile2 (2.3.0)
  113. minitest (5.11.3)
  114. msgpack (1.2.4)
  115. multi_json (1.13.1)
  116. nio4r (2.3.1)
  117. nokogiri (1.8.5)
  118. mini_portile2 (~> 2.3.0)
  119. popper_js (1.14.3)
  120. public_suffix (3.0.3)
  121. puma (3.12.0)
  122. rack (2.0.5)
  123. rack-test (1.1.0)
  124. rack (>= 1.0, < 3)
  125. rails (5.2.1)
  126. actioncable (= 5.2.1)
  127. actionmailer (= 5.2.1)
  128. actionpack (= 5.2.1)
  129. actionview (= 5.2.1)
  130. activejob (= 5.2.1)
  131. activemodel (= 5.2.1)
  132. activerecord (= 5.2.1)
  133. activestorage (= 5.2.1)
  134. activesupport (= 5.2.1)
  135. bundler (>= 1.3.0)
  136. railties (= 5.2.1)
  137. sprockets-rails (>= 2.0.0)
  138. rails-dom-testing (2.0.3)
  139. activesupport (>= 4.2.0)
  140. nokogiri (>= 1.6)
  141. rails-html-sanitizer (1.0.4)
  142. loofah (~> 2.2, >= 2.2.2)
  143. railties (5.2.1)
  144. actionpack (= 5.2.1)
  145. activesupport (= 5.2.1)
  146. method_source
  147. rake (>= 0.8.7)
  148. thor (>= 0.19.0, < 2.0)
  149. rake (12.3.1)
  150. rb-fsevent (0.10.3)
  151. rb-inotify (0.9.10)
  152. ffi (>= 0.5.0, < 2)
  153. regexp_parser (1.2.0)
  154. ruby_dep (1.5.0)
  155. rubyzip (1.2.2)
  156. sass (3.6.0)
  157. sass-listen (~> 4.0.0)
  158. sass-listen (4.0.0)
  159. rb-fsevent (~> 0.9, >= 0.9.4)
  160. rb-inotify (~> 0.9, >= 0.9.7)
  161. sass-rails (5.0.7)
  162. railties (>= 4.0.0, < 6)
  163. sass (~> 3.1)
  164. sprockets (>= 2.8, < 4.0)
  165. sprockets-rails (>= 2.0, < 4.0)
  166. tilt (>= 1.1, < 3)
  167. selenium-webdriver (3.141.0)
  168. childprocess (~> 0.5)
  169. rubyzip (~> 1.2, >= 1.2.2)
  170. spring (2.0.2)
  171. activesupport (>= 4.2)
  172. spring-watcher-listen (2.0.1)
  173. listen (>= 2.7, < 4.0)
  174. spring (>= 1.2, < 3.0)
  175. sprockets (3.7.2)
  176. concurrent-ruby (~> 1.0)
  177. rack (> 1, < 3)
  178. sprockets-rails (3.2.1)
  179. actionpack (>= 4.0)
  180. activesupport (>= 4.0)
  181. sprockets (>= 3.0.0)
  182. sqlite3 (1.3.13)
  183. thor (0.20.0)
  184. thread_safe (0.3.6)
  185. tilt (2.0.8)
  186. turbolinks (5.2.0)
  187. turbolinks-source (~> 5.2)
  188. turbolinks-source (5.2.0)
  189. tzinfo (1.2.5)
  190. thread_safe (~> 0.1)
  191. uglifier (4.1.19)
  192. execjs (>= 0.3.0, < 3)
  193. web-console (3.7.0)
  194. actionview (>= 5.0)
  195. activemodel (>= 5.0)
  196. bindex (>= 0.4.0)
  197. railties (>= 5.0)
  198. websocket-driver (0.7.0)
  199. websocket-extensions (>= 0.1.0)
  200. websocket-extensions (0.1.3)
  201. xpath (3.2.0)
  202. nokogiri (~> 1.8)
  203. PLATFORMS
  204. ruby
  205. DEPENDENCIES
  206. bootsnap (>= 1.1.0)
  207. bootstrap (~> 4.1.3)
  208. byebug
  209. capybara (>= 2.15)
  210. chromedriver-helper
  211. coffee-rails (~> 4.2)
  212. jbuilder (~> 2.5)
  213. jquery-rails
  214. listen (>= 3.0.5, < 3.2)
  215. puma (~> 3.11)
  216. rails (~> 5.2.1)
  217. sass-rails (~> 5.0)
  218. selenium-webdriver
  219. spring
  220. spring-watcher-listen (~> 2.0.0)
  221. sqlite3
  222. turbolinks (~> 5)
  223. tzinfo-data
  224. uglifier (>= 1.3.0)
  225. web-console (>= 3.3.0)
  226. RUBY VERSION
  227. ruby 2.5.1p57
  228. BUNDLED WITH
  229. 1.17.1