Gemfile.lock 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actioncable (5.1.4)
  5. actionpack (= 5.1.4)
  6. nio4r (~> 2.0)
  7. websocket-driver (~> 0.6.1)
  8. actionmailer (5.1.4)
  9. actionpack (= 5.1.4)
  10. actionview (= 5.1.4)
  11. activejob (= 5.1.4)
  12. mail (~> 2.5, >= 2.5.4)
  13. rails-dom-testing (~> 2.0)
  14. actionpack (5.1.4)
  15. actionview (= 5.1.4)
  16. activesupport (= 5.1.4)
  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.1.4)
  22. activesupport (= 5.1.4)
  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.1.4)
  28. activesupport (= 5.1.4)
  29. globalid (>= 0.3.6)
  30. activemodel (5.1.4)
  31. activesupport (= 5.1.4)
  32. activerecord (5.1.4)
  33. activemodel (= 5.1.4)
  34. activesupport (= 5.1.4)
  35. arel (~> 8.0)
  36. activesupport (5.1.4)
  37. concurrent-ruby (~> 1.0, >= 1.0.2)
  38. i18n (~> 0.7)
  39. minitest (~> 5.1)
  40. tzinfo (~> 1.1)
  41. addressable (2.5.2)
  42. public_suffix (>= 2.0.2, < 4.0)
  43. arel (8.0.0)
  44. autoprefixer-rails (7.1.6)
  45. execjs
  46. bcrypt (3.1.11)
  47. bindex (0.5.0)
  48. bootstrap-sass (3.3.7)
  49. autoprefixer-rails (>= 5.2.1)
  50. sass (>= 3.3.4)
  51. builder (3.2.3)
  52. byebug (9.1.0)
  53. capybara (2.16.1)
  54. addressable
  55. mini_mime (>= 0.1.3)
  56. nokogiri (>= 1.3.3)
  57. rack (>= 1.0.0)
  58. rack-test (>= 0.5.4)
  59. xpath (~> 2.0)
  60. childprocess (0.8.0)
  61. ffi (~> 1.0, >= 1.0.11)
  62. coffee-rails (4.2.2)
  63. coffee-script (>= 2.2.0)
  64. railties (>= 4.0.0)
  65. coffee-script (2.4.1)
  66. coffee-script-source
  67. execjs
  68. coffee-script-source (1.12.2)
  69. concurrent-ruby (1.0.5)
  70. crass (1.0.3)
  71. erubi (1.7.0)
  72. execjs (2.7.0)
  73. faker (1.7.3)
  74. i18n (~> 0.5)
  75. ffi (1.9.18)
  76. font-awesome-rails (4.7.0.2)
  77. railties (>= 3.2, < 5.2)
  78. globalid (0.4.1)
  79. activesupport (>= 4.2.0)
  80. i18n (0.9.1)
  81. concurrent-ruby (~> 1.0)
  82. jbuilder (2.7.0)
  83. activesupport (>= 4.2.0)
  84. multi_json (>= 1.2)
  85. jquery-rails (4.3.1)
  86. rails-dom-testing (>= 1, < 3)
  87. railties (>= 4.2.0)
  88. thor (>= 0.14, < 2.0)
  89. listen (3.1.5)
  90. rb-fsevent (~> 0.9, >= 0.9.4)
  91. rb-inotify (~> 0.9, >= 0.9.7)
  92. ruby_dep (~> 1.2)
  93. loofah (2.1.1)
  94. crass (~> 1.0.2)
  95. nokogiri (>= 1.5.9)
  96. mail (2.7.0)
  97. mini_mime (>= 0.1.1)
  98. method_source (0.9.0)
  99. mini_mime (1.0.0)
  100. mini_portile2 (2.3.0)
  101. minitest (5.10.3)
  102. multi_json (1.12.2)
  103. nio4r (2.1.0)
  104. nokogiri (1.8.1)
  105. mini_portile2 (~> 2.3.0)
  106. public_suffix (3.0.1)
  107. puma (3.11.0)
  108. rack (2.0.3)
  109. rack-test (0.8.2)
  110. rack (>= 1.0, < 3)
  111. rails (5.1.4)
  112. actioncable (= 5.1.4)
  113. actionmailer (= 5.1.4)
  114. actionpack (= 5.1.4)
  115. actionview (= 5.1.4)
  116. activejob (= 5.1.4)
  117. activemodel (= 5.1.4)
  118. activerecord (= 5.1.4)
  119. activesupport (= 5.1.4)
  120. bundler (>= 1.3.0)
  121. railties (= 5.1.4)
  122. sprockets-rails (>= 2.0.0)
  123. rails-controller-testing (1.0.2)
  124. actionpack (~> 5.x, >= 5.0.1)
  125. actionview (~> 5.x, >= 5.0.1)
  126. activesupport (~> 5.x)
  127. rails-dom-testing (2.0.3)
  128. activesupport (>= 4.2.0)
  129. nokogiri (>= 1.6)
  130. rails-html-sanitizer (1.0.3)
  131. loofah (~> 2.0)
  132. railties (5.1.4)
  133. actionpack (= 5.1.4)
  134. activesupport (= 5.1.4)
  135. method_source
  136. rake (>= 0.8.7)
  137. thor (>= 0.18.1, < 2.0)
  138. rake (12.3.0)
  139. rb-fsevent (0.10.2)
  140. rb-inotify (0.9.10)
  141. ffi (>= 0.5.0, < 2)
  142. ruby_dep (1.5.0)
  143. rubyzip (1.2.1)
  144. sass (3.5.3)
  145. sass-listen (~> 4.0.0)
  146. sass-listen (4.0.0)
  147. rb-fsevent (~> 0.9, >= 0.9.4)
  148. rb-inotify (~> 0.9, >= 0.9.7)
  149. sass-rails (5.0.7)
  150. railties (>= 4.0.0, < 6)
  151. sass (~> 3.1)
  152. sprockets (>= 2.8, < 4.0)
  153. sprockets-rails (>= 2.0, < 4.0)
  154. tilt (>= 1.1, < 3)
  155. selenium-webdriver (3.8.0)
  156. childprocess (~> 0.5)
  157. rubyzip (~> 1.0)
  158. spring (2.0.2)
  159. activesupport (>= 4.2)
  160. spring-watcher-listen (2.0.1)
  161. listen (>= 2.7, < 4.0)
  162. spring (>= 1.2, < 3.0)
  163. sprockets (3.7.1)
  164. concurrent-ruby (~> 1.0)
  165. rack (> 1, < 3)
  166. sprockets-rails (3.2.1)
  167. actionpack (>= 4.0)
  168. activesupport (>= 4.0)
  169. sprockets (>= 3.0.0)
  170. sqlite3 (1.3.13)
  171. thor (0.20.0)
  172. thread_safe (0.3.6)
  173. tilt (2.0.8)
  174. turbolinks (5.0.1)
  175. turbolinks-source (~> 5)
  176. turbolinks-source (5.0.3)
  177. tzinfo (1.2.4)
  178. thread_safe (~> 0.1)
  179. uglifier (4.0.1)
  180. execjs (>= 0.3.0, < 3)
  181. web-console (3.5.1)
  182. actionview (>= 5.0)
  183. activemodel (>= 5.0)
  184. bindex (>= 0.4.0)
  185. railties (>= 5.0)
  186. websocket-driver (0.6.5)
  187. websocket-extensions (>= 0.1.0)
  188. websocket-extensions (0.1.3)
  189. xpath (2.1.0)
  190. nokogiri (~> 1.3)
  191. PLATFORMS
  192. ruby
  193. DEPENDENCIES
  194. bcrypt (~> 3.1.7)
  195. bootstrap-sass (~> 3.3.7)
  196. byebug
  197. capybara (~> 2.13)
  198. coffee-rails (~> 4.2)
  199. faker (~> 1.7.3)
  200. font-awesome-rails
  201. jbuilder (~> 2.5)
  202. jquery-rails (~> 4.3.1)
  203. listen (>= 3.0.5, < 3.2)
  204. puma (~> 3.7)
  205. rails (~> 5.1.4)
  206. rails-controller-testing
  207. sass-rails (~> 5.0)
  208. selenium-webdriver
  209. spring
  210. spring-watcher-listen (~> 2.0.0)
  211. sqlite3
  212. turbolinks (~> 5)
  213. tzinfo-data
  214. uglifier (>= 1.3.0)
  215. web-console (>= 3.3.0)
  216. BUNDLED WITH
  217. 1.15.4