Gemfile.lock 4.3 KB

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