Gemfile.lock 4.4 KB

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