Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.68 KB | None | 0 0
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actioncable (5.1.6)
  5. actionpack (= 5.1.6)
  6. nio4r (~> 2.0)
  7. websocket-driver (~> 0.6.1)
  8. actionmailer (5.1.6)
  9. actionpack (= 5.1.6)
  10. actionview (= 5.1.6)
  11. activejob (= 5.1.6)
  12. mail (~> 2.5, >= 2.5.4)
  13. rails-dom-testing (~> 2.0)
  14. actionpack (5.1.6)
  15. actionview (= 5.1.6)
  16. activesupport (= 5.1.6)
  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.6)
  22. activesupport (= 5.1.6)
  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.6)
  28. activesupport (= 5.1.6)
  29. globalid (>= 0.3.6)
  30. activemodel (5.1.6)
  31. activesupport (= 5.1.6)
  32. activerecord (5.1.6)
  33. activemodel (= 5.1.6)
  34. activesupport (= 5.1.6)
  35. arel (~> 8.0)
  36. activesupport (5.1.6)
  37. concurrent-ruby (~> 1.0, >= 1.0.2)
  38. i18n (>= 0.7, < 2)
  39. minitest (~> 5.1)
  40. tzinfo (~> 1.1)
  41. ansi (1.5.0)
  42. arel (8.0.0)
  43. bindex (0.7.0)
  44. bootsnap (1.4.4)
  45. msgpack (~> 1.0)
  46. builder (3.2.3)
  47. byebug (9.0.6)
  48. coderay (1.1.2)
  49. coffee-rails (4.2.2)
  50. coffee-script (>= 2.2.0)
  51. railties (>= 4.0.0)
  52. coffee-script (2.4.1)
  53. coffee-script-source
  54. execjs
  55. coffee-script-source (1.12.2)
  56. concurrent-ruby (1.1.5)
  57. crass (1.0.4)
  58. erubi (1.8.0)
  59. execjs (2.7.0)
  60. ffi (1.11.1)
  61. formatador (0.2.5)
  62. globalid (0.4.2)
  63. activesupport (>= 4.2.0)
  64. guard (2.13.0)
  65. formatador (>= 0.2.4)
  66. listen (>= 2.7, <= 4.0)
  67. lumberjack (~> 1.0)
  68. nenv (~> 0.1)
  69. notiffany (~> 0.0)
  70. pry (>= 0.9.12)
  71. shellany (~> 0.0)
  72. thor (>= 0.18.1)
  73. guard-compat (1.2.1)
  74. guard-minitest (2.4.4)
  75. guard-compat (~> 1.2)
  76. minitest (>= 3.0)
  77. i18n (1.6.0)
  78. concurrent-ruby (~> 1.0)
  79. jbuilder (2.7.0)
  80. activesupport (>= 4.2.0)
  81. multi_json (>= 1.2)
  82. jquery-rails (4.3.1)
  83. rails-dom-testing (>= 1, < 3)
  84. railties (>= 4.2.0)
  85. thor (>= 0.14, < 2.0)
  86. listen (3.1.5)
  87. rb-fsevent (~> 0.9, >= 0.9.4)
  88. rb-inotify (~> 0.9, >= 0.9.7)
  89. ruby_dep (~> 1.2)
  90. loofah (2.2.3)
  91. crass (~> 1.0.2)
  92. nokogiri (>= 1.5.9)
  93. lumberjack (1.0.13)
  94. mail (2.7.1)
  95. mini_mime (>= 0.1.1)
  96. method_source (0.9.2)
  97. mini_mime (1.0.1)
  98. mini_portile2 (2.4.0)
  99. minitest (5.10.3)
  100. minitest-reporters (1.1.14)
  101. ansi
  102. builder
  103. minitest (>= 5.0)
  104. ruby-progressbar
  105. msgpack (1.3.0)
  106. multi_json (1.13.1)
  107. nenv (0.3.0)
  108. nio4r (2.3.1)
  109. nokogiri (1.10.3)
  110. mini_portile2 (~> 2.4.0)
  111. notiffany (0.1.1)
  112. nenv (~> 0.1)
  113. shellany (~> 0.0)
  114. pg (0.20.0)
  115. pry (0.12.2)
  116. coderay (~> 1.1.0)
  117. method_source (~> 0.9.0)
  118. puma (3.9.1)
  119. rack (2.0.7)
  120. rack-test (1.1.0)
  121. rack (>= 1.0, < 3)
  122. rails (5.1.6)
  123. actioncable (= 5.1.6)
  124. actionmailer (= 5.1.6)
  125. actionpack (= 5.1.6)
  126. actionview (= 5.1.6)
  127. activejob (= 5.1.6)
  128. activemodel (= 5.1.6)
  129. activerecord (= 5.1.6)
  130. activesupport (= 5.1.6)
  131. bundler (>= 1.3.0)
  132. railties (= 5.1.6)
  133. sprockets-rails (>= 2.0.0)
  134. rails-controller-testing (1.0.2)
  135. actionpack (~> 5.x, >= 5.0.1)
  136. actionview (~> 5.x, >= 5.0.1)
  137. activesupport (~> 5.x)
  138. rails-dom-testing (2.0.3)
  139. activesupport (>= 4.2.0)
  140. nokogiri (>= 1.6)
  141. rails-html-sanitizer (1.0.4)
  142. loofah (~> 2.2, >= 2.2.2)
  143. railties (5.1.6)
  144. actionpack (= 5.1.6)
  145. activesupport (= 5.1.6)
  146. method_source
  147. rake (>= 0.8.7)
  148. thor (>= 0.18.1, < 2.0)
  149. rake (12.3.2)
  150. rb-fsevent (0.10.3)
  151. rb-inotify (0.10.0)
  152. ffi (~> 1.0)
  153. ruby-progressbar (1.10.1)
  154. ruby_dep (1.5.0)
  155. sass (3.7.4)
  156. sass-listen (~> 4.0.0)
  157. sass-listen (4.0.0)
  158. rb-fsevent (~> 0.9, >= 0.9.4)
  159. rb-inotify (~> 0.9, >= 0.9.7)
  160. sass-rails (5.0.6)
  161. railties (>= 4.0.0, < 6)
  162. sass (~> 3.1)
  163. sprockets (>= 2.8, < 4.0)
  164. sprockets-rails (>= 2.0, < 4.0)
  165. tilt (>= 1.1, < 3)
  166. shellany (0.0.1)
  167. spring (2.0.2)
  168. activesupport (>= 4.2)
  169. spring-watcher-listen (2.0.1)
  170. listen (>= 2.7, < 4.0)
  171. spring (>= 1.2, < 3.0)
  172. sprockets (3.7.2)
  173. concurrent-ruby (~> 1.0)
  174. rack (> 1, < 3)
  175. sprockets-rails (3.2.1)
  176. actionpack (>= 4.0)
  177. activesupport (>= 4.0)
  178. sprockets (>= 3.0.0)
  179. sqlite3 (1.3.13)
  180. thor (0.20.3)
  181. thread_safe (0.3.6)
  182. tilt (2.0.9)
  183. turbolinks (5.0.1)
  184. turbolinks-source (~> 5)
  185. turbolinks-source (5.2.0)
  186. tzinfo (1.2.5)
  187. thread_safe (~> 0.1)
  188. uglifier (3.2.0)
  189. execjs (>= 0.3.0, < 3)
  190. web-console (3.5.1)
  191. actionview (>= 5.0)
  192. activemodel (>= 5.0)
  193. bindex (>= 0.4.0)
  194. railties (>= 5.0)
  195. websocket-driver (0.6.5)
  196. websocket-extensions (>= 0.1.0)
  197. websocket-extensions (0.1.4)
  198.  
  199. PLATFORMS
  200. ruby
  201.  
  202. DEPENDENCIES
  203. bootsnap
  204. byebug (= 9.0.6)
  205. coffee-rails (= 4.2.2)
  206. guard (= 2.13.0)
  207. guard-minitest (= 2.4.4)
  208. jbuilder (= 2.7.0)
  209. jquery-rails (= 4.3.1)
  210. listen (= 3.1.5)
  211. minitest (= 5.10.3)
  212. minitest-reporters (= 1.1.14)
  213. pg (= 0.20.0)
  214. puma (= 3.9.1)
  215. rails (= 5.1.6)
  216. rails-controller-testing (= 1.0.2)
  217. rake
  218. sass-rails (= 5.0.6)
  219. spring (= 2.0.2)
  220. spring-watcher-listen (= 2.0.1)
  221. sqlite3 (= 1.3.13)
  222. turbolinks (= 5.0.1)
  223. tzinfo-data
  224. uglifier (= 3.2.0)
  225. web-console (= 3.5.1)
  226.  
  227. RUBY VERSION
  228. ruby 2.6.3p62
  229.  
  230. BUNDLED WITH
  231. 1.17.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement