Gemfile.lock 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actioncable (5.0.1)
  5. actionpack (= 5.0.1)
  6. nio4r (~> 1.2)
  7. websocket-driver (~> 0.6.1)
  8. actionmailer (5.0.1)
  9. actionpack (= 5.0.1)
  10. actionview (= 5.0.1)
  11. activejob (= 5.0.1)
  12. mail (~> 2.5, >= 2.5.4)
  13. rails-dom-testing (~> 2.0)
  14. actionpack (5.0.1)
  15. actionview (= 5.0.1)
  16. activesupport (= 5.0.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.0.1)
  22. activesupport (= 5.0.1)
  23. builder (~> 3.1)
  24. erubis (~> 2.7.0)
  25. rails-dom-testing (~> 2.0)
  26. rails-html-sanitizer (~> 1.0, >= 1.0.2)
  27. activejob (5.0.1)
  28. activesupport (= 5.0.1)
  29. globalid (>= 0.3.6)
  30. activemodel (5.0.1)
  31. activesupport (= 5.0.1)
  32. activerecord (5.0.1)
  33. activemodel (= 5.0.1)
  34. activesupport (= 5.0.1)
  35. arel (~> 7.0)
  36. activesupport (5.0.1)
  37. concurrent-ruby (~> 1.0, >= 1.0.2)
  38. i18n (~> 0.7)
  39. minitest (~> 5.1)
  40. tzinfo (~> 1.1)
  41. arel (7.1.4)
  42. builder (3.2.3)
  43. byebug (9.0.6)
  44. coffee-rails (4.2.1)
  45. coffee-script (>= 2.2.0)
  46. railties (>= 4.0.0, < 5.2.x)
  47. coffee-script (2.4.1)
  48. coffee-script-source
  49. execjs
  50. coffee-script-source (1.12.2)
  51. concurrent-ruby (1.0.4)
  52. debug_inspector (0.0.2)
  53. erubis (2.7.0)
  54. execjs (2.7.0)
  55. ffi (1.9.17)
  56. globalid (0.3.7)
  57. activesupport (>= 4.1.0)
  58. i18n (0.7.0)
  59. jbuilder (2.6.1)
  60. activesupport (>= 3.0.0, < 5.1)
  61. multi_json (~> 1.2)
  62. jquery-rails (4.2.2)
  63. rails-dom-testing (>= 1, < 3)
  64. railties (>= 4.2.0)
  65. thor (>= 0.14, < 2.0)
  66. listen (3.0.8)
  67. rb-fsevent (~> 0.9, >= 0.9.4)
  68. rb-inotify (~> 0.9, >= 0.9.7)
  69. loofah (2.0.3)
  70. nokogiri (>= 1.5.9)
  71. mail (2.6.4)
  72. mime-types (>= 1.16, < 4)
  73. method_source (0.8.2)
  74. mime-types (3.1)
  75. mime-types-data (~> 3.2015)
  76. mime-types-data (3.2016.0521)
  77. mini_portile2 (2.1.0)
  78. minitest (5.10.1)
  79. multi_json (1.12.1)
  80. nio4r (1.2.1)
  81. nokogiri (1.7.0.1)
  82. mini_portile2 (~> 2.1.0)
  83. puma (3.6.2)
  84. rack (2.0.1)
  85. rack-test (0.6.3)
  86. rack (>= 1.0)
  87. rails (5.0.1)
  88. actioncable (= 5.0.1)
  89. actionmailer (= 5.0.1)
  90. actionpack (= 5.0.1)
  91. actionview (= 5.0.1)
  92. activejob (= 5.0.1)
  93. activemodel (= 5.0.1)
  94. activerecord (= 5.0.1)
  95. activesupport (= 5.0.1)
  96. bundler (>= 1.3.0, < 2.0)
  97. railties (= 5.0.1)
  98. sprockets-rails (>= 2.0.0)
  99. rails-dom-testing (2.0.2)
  100. activesupport (>= 4.2.0, < 6.0)
  101. nokogiri (~> 1.6)
  102. rails-html-sanitizer (1.0.3)
  103. loofah (~> 2.0)
  104. railties (5.0.1)
  105. actionpack (= 5.0.1)
  106. activesupport (= 5.0.1)
  107. method_source
  108. rake (>= 0.8.7)
  109. thor (>= 0.18.1, < 2.0)
  110. rake (12.0.0)
  111. rb-fsevent (0.9.8)
  112. rb-inotify (0.9.7)
  113. ffi (>= 0.5.0)
  114. sass (3.4.23)
  115. sass-rails (5.0.6)
  116. railties (>= 4.0.0, < 6)
  117. sass (~> 3.1)
  118. sprockets (>= 2.8, < 4.0)
  119. sprockets-rails (>= 2.0, < 4.0)
  120. tilt (>= 1.1, < 3)
  121. spring (2.0.1)
  122. activesupport (>= 4.2)
  123. spring-watcher-listen (2.0.1)
  124. listen (>= 2.7, < 4.0)
  125. spring (>= 1.2, < 3.0)
  126. sprockets (3.7.1)
  127. concurrent-ruby (~> 1.0)
  128. rack (> 1, < 3)
  129. sprockets-rails (3.2.0)
  130. actionpack (>= 4.0)
  131. activesupport (>= 4.0)
  132. sprockets (>= 3.0.0)
  133. sqlite3 (1.3.13)
  134. thor (0.19.4)
  135. thread_safe (0.3.5)
  136. tilt (2.0.5)
  137. turbolinks (5.0.1)
  138. turbolinks-source (~> 5)
  139. turbolinks-source (5.0.0)
  140. tzinfo (1.2.2)
  141. thread_safe (~> 0.1)
  142. uglifier (3.0.4)
  143. execjs (>= 0.3.0, < 3)
  144. web-console (3.4.0)
  145. actionview (>= 5.0)
  146. activemodel (>= 5.0)
  147. debug_inspector
  148. railties (>= 5.0)
  149. websocket-driver (0.6.5)
  150. websocket-extensions (>= 0.1.0)
  151. websocket-extensions (0.1.2)
  152. PLATFORMS
  153. ruby
  154. DEPENDENCIES
  155. byebug
  156. coffee-rails (~> 4.2)
  157. jbuilder (~> 2.5)
  158. jquery-rails
  159. listen (~> 3.0.5)
  160. puma (~> 3.0)
  161. rails (~> 5.0.1)
  162. sass-rails (~> 5.0)
  163. spring
  164. spring-watcher-listen (~> 2.0.0)
  165. sqlite3
  166. turbolinks (~> 5)
  167. tzinfo-data
  168. uglifier (>= 1.3.0)
  169. web-console (>= 3.3.0)
  170. BUNDLED WITH
  171. 1.12.5