You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

328 lines
7.8 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actionmailer (4.2.5.1)
  5. actionpack (= 4.2.5.1)
  6. actionview (= 4.2.5.1)
  7. activejob (= 4.2.5.1)
  8. mail (~> 2.5, >= 2.5.4)
  9. rails-dom-testing (~> 1.0, >= 1.0.5)
  10. actionpack (4.2.5.1)
  11. actionview (= 4.2.5.1)
  12. activesupport (= 4.2.5.1)
  13. rack (~> 1.6)
  14. rack-test (~> 0.6.2)
  15. rails-dom-testing (~> 1.0, >= 1.0.5)
  16. rails-html-sanitizer (~> 1.0, >= 1.0.2)
  17. actionview (4.2.5.1)
  18. activesupport (= 4.2.5.1)
  19. builder (~> 3.1)
  20. erubis (~> 2.7.0)
  21. rails-dom-testing (~> 1.0, >= 1.0.5)
  22. rails-html-sanitizer (~> 1.0, >= 1.0.2)
  23. activejob (4.2.5.1)
  24. activesupport (= 4.2.5.1)
  25. globalid (>= 0.3.0)
  26. activemodel (4.2.5.1)
  27. activesupport (= 4.2.5.1)
  28. builder (~> 3.1)
  29. activerecord (4.2.5.1)
  30. activemodel (= 4.2.5.1)
  31. activesupport (= 4.2.5.1)
  32. arel (~> 6.0)
  33. activesupport (4.2.5.1)
  34. i18n (~> 0.7)
  35. json (~> 1.7, >= 1.7.7)
  36. minitest (~> 5.1)
  37. thread_safe (~> 0.3, >= 0.3.4)
  38. tzinfo (~> 1.1)
  39. addressable (2.4.0)
  40. arel (6.0.3)
  41. ast (2.2.0)
  42. axiom-types (0.1.1)
  43. descendants_tracker (~> 0.0.4)
  44. ice_nine (~> 0.11.0)
  45. thread_safe (~> 0.3, >= 0.3.1)
  46. better_errors (2.1.1)
  47. coderay (>= 1.0.0)
  48. erubis (>= 2.6.6)
  49. rack (>= 0.9.0)
  50. binding_of_caller (0.7.2)
  51. debug_inspector (>= 0.0.1)
  52. builder (3.2.2)
  53. byebug (8.2.2)
  54. coderay (1.1.1)
  55. coercible (1.0.0)
  56. descendants_tracker (~> 0.0.1)
  57. coffee-rails (4.1.1)
  58. coffee-script (>= 2.2.0)
  59. railties (>= 4.0.0, < 5.1.x)
  60. coffee-script (2.4.1)
  61. coffee-script-source
  62. execjs
  63. coffee-script-source (1.10.0)
  64. concurrent-ruby (1.0.0)
  65. debug_inspector (0.0.2)
  66. descendants_tracker (0.0.4)
  67. thread_safe (~> 0.3, >= 0.3.1)
  68. diff-lcs (1.2.5)
  69. domain_name (0.5.20160128)
  70. unf (>= 0.0.5, < 1.0.0)
  71. dotenv (2.1.0)
  72. dotenv-rails (2.1.0)
  73. dotenv (= 2.1.0)
  74. railties (>= 4.0, < 5.1)
  75. equalizer (0.0.11)
  76. erubis (2.7.0)
  77. execjs (2.6.0)
  78. globalid (0.3.6)
  79. activesupport (>= 4.1.0)
  80. goldfinger (1.0.1)
  81. addressable (~> 2.4)
  82. http (~> 1.0)
  83. nokogiri (~> 1.6)
  84. grape (0.14.0)
  85. activesupport
  86. builder
  87. hashie (>= 2.1.0)
  88. multi_json (>= 1.3.2)
  89. multi_xml (>= 0.5.2)
  90. rack (>= 1.3.0)
  91. rack-accept
  92. rack-mount
  93. virtus (>= 1.0.0)
  94. grape-entity (0.5.0)
  95. activesupport
  96. multi_json (>= 1.3.2)
  97. grape-route-helpers (1.2.1)
  98. activesupport
  99. grape
  100. rake
  101. haml (4.0.7)
  102. tilt
  103. haml-rails (0.9.0)
  104. actionpack (>= 4.0.1)
  105. activesupport (>= 4.0.1)
  106. haml (>= 4.0.6, < 5.0)
  107. html2haml (>= 1.0.1)
  108. railties (>= 4.0.1)
  109. hashie (3.4.3)
  110. hashie-forbidden_attributes (0.1.1)
  111. hashie (>= 3.0)
  112. html2haml (2.0.0)
  113. erubis (~> 2.7.0)
  114. haml (~> 4.0.0)
  115. nokogiri (~> 1.6.0)
  116. ruby_parser (~> 3.5)
  117. http (1.0.2)
  118. addressable (~> 2.3)
  119. http-cookie (~> 1.0)
  120. http-form_data (~> 1.0.1)
  121. http_parser.rb (~> 0.6.0)
  122. http-cookie (1.0.2)
  123. domain_name (~> 0.5)
  124. http-form_data (1.0.1)
  125. http_parser.rb (0.6.0)
  126. i18n (0.7.0)
  127. ice_nine (0.11.2)
  128. jbuilder (2.4.1)
  129. activesupport (>= 3.0.0, < 5.1)
  130. multi_json (~> 1.2)
  131. jquery-rails (4.1.0)
  132. rails-dom-testing (~> 1.0)
  133. railties (>= 4.2.0)
  134. thor (>= 0.14, < 2.0)
  135. json (1.8.3)
  136. libv8 (3.16.14.13)
  137. loofah (2.0.3)
  138. nokogiri (>= 1.5.9)
  139. mail (2.6.3)
  140. mime-types (>= 1.16, < 3)
  141. method_source (0.8.2)
  142. mime-types (2.99)
  143. mini_portile2 (2.0.0)
  144. minitest (5.8.4)
  145. multi_json (1.11.2)
  146. multi_xml (0.5.5)
  147. nokogiri (1.6.7.2)
  148. mini_portile2 (~> 2.0.0.rc2)
  149. nyan-cat-formatter (0.11)
  150. rspec (>= 2.99, >= 2.14.2, < 4)
  151. ostatus2 (0.1.1)
  152. addressable (~> 2.4)
  153. http (~> 1.0)
  154. nokogiri (~> 1.6)
  155. paranoia (2.1.5)
  156. activerecord (~> 4.0)
  157. parser (2.3.0.6)
  158. ast (~> 2.2)
  159. pg (0.18.4)
  160. powerpack (0.1.1)
  161. pry (0.10.3)
  162. coderay (~> 1.1.0)
  163. method_source (~> 0.8.1)
  164. slop (~> 3.4)
  165. pry-rails (0.3.4)
  166. pry (>= 0.9.10)
  167. puma (2.16.0)
  168. quiet_assets (1.1.0)
  169. railties (>= 3.1, < 5.0)
  170. rack (1.6.4)
  171. rack-accept (0.4.5)
  172. rack (>= 0.4)
  173. rack-mount (0.8.3)
  174. rack (>= 1.0.0)
  175. rack-test (0.6.3)
  176. rack (>= 1.0)
  177. rails (4.2.5.1)
  178. actionmailer (= 4.2.5.1)
  179. actionpack (= 4.2.5.1)
  180. actionview (= 4.2.5.1)
  181. activejob (= 4.2.5.1)
  182. activemodel (= 4.2.5.1)
  183. activerecord (= 4.2.5.1)
  184. activesupport (= 4.2.5.1)
  185. bundler (>= 1.3.0, < 2.0)
  186. railties (= 4.2.5.1)
  187. sprockets-rails
  188. rails-deprecated_sanitizer (1.0.3)
  189. activesupport (>= 4.2.0.alpha)
  190. rails-dom-testing (1.0.7)
  191. activesupport (>= 4.2.0.beta, < 5.0)
  192. nokogiri (~> 1.6.0)
  193. rails-deprecated_sanitizer (>= 1.0.1)
  194. rails-html-sanitizer (1.0.3)
  195. loofah (~> 2.0)
  196. rails_12factor (0.0.3)
  197. rails_serve_static_assets
  198. rails_stdout_logging
  199. rails_serve_static_assets (0.0.5)
  200. rails_stdout_logging (0.0.4)
  201. railties (4.2.5.1)
  202. actionpack (= 4.2.5.1)
  203. activesupport (= 4.2.5.1)
  204. rake (>= 0.8.7)
  205. thor (>= 0.18.1, < 2.0)
  206. rainbow (2.1.0)
  207. rake (10.5.0)
  208. rdoc (4.2.2)
  209. json (~> 1.4)
  210. ref (2.0.0)
  211. rspec (3.4.0)
  212. rspec-core (~> 3.4.0)
  213. rspec-expectations (~> 3.4.0)
  214. rspec-mocks (~> 3.4.0)
  215. rspec-core (3.4.3)
  216. rspec-support (~> 3.4.0)
  217. rspec-expectations (3.4.0)
  218. diff-lcs (>= 1.2.0, < 2.0)
  219. rspec-support (~> 3.4.0)
  220. rspec-mocks (3.4.1)
  221. diff-lcs (>= 1.2.0, < 2.0)
  222. rspec-support (~> 3.4.0)
  223. rspec-rails (3.4.2)
  224. actionpack (>= 3.0, < 4.3)
  225. activesupport (>= 3.0, < 4.3)
  226. railties (>= 3.0, < 4.3)
  227. rspec-core (~> 3.4.0)
  228. rspec-expectations (~> 3.4.0)
  229. rspec-mocks (~> 3.4.0)
  230. rspec-support (~> 3.4.0)
  231. rspec-support (3.4.1)
  232. rubocop (0.37.2)
  233. parser (>= 2.3.0.4, < 3.0)
  234. powerpack (~> 0.1)
  235. rainbow (>= 1.99.1, < 3.0)
  236. ruby-progressbar (~> 1.7)
  237. unicode-display_width (~> 0.3)
  238. ruby-progressbar (1.7.5)
  239. ruby_parser (3.8.1)
  240. sexp_processor (~> 4.1)
  241. sass (3.4.21)
  242. sass-rails (5.0.4)
  243. railties (>= 4.0.0, < 5.0)
  244. sass (~> 3.1)
  245. sprockets (>= 2.8, < 4.0)
  246. sprockets-rails (>= 2.0, < 4.0)
  247. tilt (>= 1.1, < 3)
  248. sdoc (0.4.1)
  249. json (~> 1.7, >= 1.7.7)
  250. rdoc (~> 4.0)
  251. sexp_processor (4.7.0)
  252. slop (3.6.0)
  253. spring (1.6.3)
  254. sprockets (3.5.2)
  255. concurrent-ruby (~> 1.0)
  256. rack (> 1, < 3)
  257. sprockets-rails (3.0.1)
  258. actionpack (>= 4.0)
  259. activesupport (>= 4.0)
  260. sprockets (>= 3.0.0)
  261. sqlite3 (1.3.11)
  262. therubyracer (0.12.2)
  263. libv8 (~> 3.16.14.0)
  264. ref
  265. thor (0.19.1)
  266. thread_safe (0.3.5)
  267. tilt (2.0.2)
  268. tzinfo (1.2.2)
  269. thread_safe (~> 0.1)
  270. uglifier (2.7.2)
  271. execjs (>= 0.3.0)
  272. json (>= 1.8.0)
  273. unf (0.1.4)
  274. unf_ext
  275. unf_ext (0.0.7.2)
  276. unicode-display_width (0.3.1)
  277. virtus (1.0.5)
  278. axiom-types (~> 0.1)
  279. coercible (~> 1.0)
  280. descendants_tracker (~> 0.0, >= 0.0.3)
  281. equalizer (~> 0.0, >= 0.0.9)
  282. web-console (2.3.0)
  283. activemodel (>= 4.0)
  284. binding_of_caller (>= 0.7.2)
  285. railties (>= 4.0)
  286. sprockets-rails (>= 2.0, < 4.0)
  287. PLATFORMS
  288. ruby
  289. DEPENDENCIES
  290. addressable
  291. better_errors
  292. binding_of_caller
  293. byebug
  294. coffee-rails (~> 4.1.0)
  295. dotenv-rails
  296. goldfinger
  297. grape
  298. grape-entity
  299. grape-route-helpers
  300. haml-rails
  301. hashie-forbidden_attributes
  302. http
  303. jbuilder (~> 2.0)
  304. jquery-rails
  305. nokogiri
  306. nyan-cat-formatter
  307. ostatus2
  308. paranoia (~> 2.0)
  309. pg
  310. pry-rails
  311. puma
  312. quiet_assets
  313. rails (= 4.2.5.1)
  314. rails_12factor
  315. rspec-rails
  316. rubocop
  317. sass-rails (~> 5.0)
  318. sdoc (~> 0.4.0)
  319. spring
  320. sqlite3
  321. therubyracer
  322. uglifier (>= 1.3.0)
  323. web-console (~> 2.0)
  324. BUNDLED WITH
  325. 1.11.2