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.

337 lines
8.1 KiB

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