Gemfile.lock 4.5 KB

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