闭社主体 forked from https://github.com/tootsuite/mastodon
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.

368 lines
8.5 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
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
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
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. backport_new_renderer (1.0.0)
  43. rails
  44. bcrypt (3.1.10)
  45. better_errors (2.1.1)
  46. coderay (>= 1.0.0)
  47. erubis (>= 2.6.6)
  48. rack (>= 0.9.0)
  49. binding_of_caller (0.7.2)
  50. debug_inspector (>= 0.0.1)
  51. builder (3.2.2)
  52. climate_control (0.0.3)
  53. activesupport (>= 3.0)
  54. cocaine (0.5.8)
  55. climate_control (>= 0.0.3, < 1.0)
  56. coderay (1.1.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. crack (0.4.3)
  66. safe_yaml (~> 1.0.0)
  67. debug_inspector (0.0.2)
  68. devise (3.5.6)
  69. bcrypt (~> 3.0)
  70. orm_adapter (~> 0.1)
  71. railties (>= 3.2.6, < 5)
  72. responders
  73. thread_safe (~> 0.1)
  74. warden (~> 1.2.3)
  75. diff-lcs (1.2.5)
  76. docile (1.1.5)
  77. domain_name (0.5.20160216)
  78. unf (>= 0.0.5, < 1.0.0)
  79. doorkeeper (3.1.0)
  80. railties (>= 3.2)
  81. dotenv (2.1.0)
  82. dotenv-rails (2.1.0)
  83. dotenv (= 2.1.0)
  84. railties (>= 4.0, < 5.1)
  85. erubis (2.7.0)
  86. execjs (2.6.0)
  87. fabrication (2.14.1)
  88. fast_blank (1.0.0)
  89. font-awesome-sass (4.5.0)
  90. sass (>= 3.2)
  91. fuubar (2.0.0)
  92. rspec (~> 3.0)
  93. ruby-progressbar (~> 1.4)
  94. globalid (0.3.6)
  95. activesupport (>= 4.1.0)
  96. goldfinger (1.0.2)
  97. addressable (~> 2.4)
  98. http (~> 1.0)
  99. nokogiri (~> 1.6)
  100. haml (4.0.7)
  101. tilt
  102. haml-rails (0.9.0)
  103. actionpack (>= 4.0.1)
  104. activesupport (>= 4.0.1)
  105. haml (>= 4.0.6, < 5.0)
  106. html2haml (>= 1.0.1)
  107. railties (>= 4.0.1)
  108. hashdiff (0.3.0)
  109. hiredis (0.6.1)
  110. html2haml (2.0.0)
  111. erubis (~> 2.7.0)
  112. haml (~> 4.0.0)
  113. nokogiri (~> 1.6.0)
  114. ruby_parser (~> 3.5)
  115. htmlentities (4.3.4)
  116. http (1.0.2)
  117. addressable (~> 2.3)
  118. http-cookie (~> 1.0)
  119. http-form_data (~> 1.0.1)
  120. http_parser.rb (~> 0.6.0)
  121. http-cookie (1.0.2)
  122. domain_name (~> 0.5)
  123. http-form_data (1.0.1)
  124. http_parser.rb (0.6.0)
  125. i18n (0.7.0)
  126. jbuilder (2.4.1)
  127. activesupport (>= 3.0.0, < 5.1)
  128. multi_json (~> 1.2)
  129. jquery-rails (4.1.0)
  130. rails-dom-testing (~> 1.0)
  131. railties (>= 4.2.0)
  132. thor (>= 0.14, < 2.0)
  133. json (1.8.3)
  134. libv8 (3.16.14.13)
  135. loofah (2.0.3)
  136. nokogiri (>= 1.5.9)
  137. mail (2.6.3)
  138. mime-types (>= 1.16, < 3)
  139. message_bus (1.1.1)
  140. rack (>= 1.1.3)
  141. redis
  142. method_source (0.8.2)
  143. mime-types (2.99)
  144. mimemagic (0.3.0)
  145. mini_portile2 (2.0.0)
  146. minitest (5.8.4)
  147. moneta (0.8.0)
  148. multi_json (1.11.2)
  149. mustache (1.0.2)
  150. nokogiri (1.6.7.2)
  151. mini_portile2 (~> 2.0.0.rc2)
  152. oj (2.14.5)
  153. onebox (1.5.35)
  154. htmlentities (~> 4.3.4)
  155. moneta (~> 0.8)
  156. multi_json (~> 1.11)
  157. mustache
  158. nokogiri (~> 1.6.6)
  159. orm_adapter (0.5.0)
  160. ostatus2 (0.1.1)
  161. addressable (~> 2.4)
  162. http (~> 1.0)
  163. nokogiri (~> 1.6)
  164. paperclip (4.3.5)
  165. activemodel (>= 3.2.0)
  166. activesupport (>= 3.2.0)
  167. cocaine (~> 0.5.5)
  168. mime-types
  169. mimemagic (= 0.3.0)
  170. paranoia (2.1.5)
  171. activerecord (~> 4.0)
  172. parser (2.3.0.6)
  173. ast (~> 2.2)
  174. pg (0.18.4)
  175. powerpack (0.1.1)
  176. pry (0.10.3)
  177. coderay (~> 1.1.0)
  178. method_source (~> 0.8.1)
  179. slop (~> 3.4)
  180. pry-rails (0.3.4)
  181. pry (>= 0.9.10)
  182. puma (2.16.0)
  183. quiet_assets (1.1.0)
  184. railties (>= 3.1, < 5.0)
  185. rabl (0.12.0)
  186. activesupport (>= 2.3.14)
  187. rack (1.6.4)
  188. rack-mini-profiler (0.9.9.2)
  189. rack (>= 1.2.0)
  190. rack-test (0.6.3)
  191. rack (>= 1.0)
  192. rails (4.2.5.1)
  193. actionmailer (= 4.2.5.1)
  194. actionpack (= 4.2.5.1)
  195. actionview (= 4.2.5.1)
  196. activejob (= 4.2.5.1)
  197. activemodel (= 4.2.5.1)
  198. activerecord (= 4.2.5.1)
  199. activesupport (= 4.2.5.1)
  200. bundler (>= 1.3.0, < 2.0)
  201. railties (= 4.2.5.1)
  202. sprockets-rails
  203. rails-deprecated_sanitizer (1.0.3)
  204. activesupport (>= 4.2.0.alpha)
  205. rails-dom-testing (1.0.7)
  206. activesupport (>= 4.2.0.beta, < 5.0)
  207. nokogiri (~> 1.6.0)
  208. rails-deprecated_sanitizer (>= 1.0.1)
  209. rails-html-sanitizer (1.0.3)
  210. loofah (~> 2.0)
  211. rails_12factor (0.0.3)
  212. rails_serve_static_assets
  213. rails_stdout_logging
  214. rails_autolink (1.1.6)
  215. rails (> 3.1)
  216. rails_serve_static_assets (0.0.5)
  217. rails_stdout_logging (0.0.4)
  218. railties (4.2.5.1)
  219. actionpack (= 4.2.5.1)
  220. activesupport (= 4.2.5.1)
  221. rake (>= 0.8.7)
  222. thor (>= 0.18.1, < 2.0)
  223. rainbow (2.1.0)
  224. rake (10.5.0)
  225. rdoc (4.2.2)
  226. json (~> 1.4)
  227. redis (3.2.2)
  228. ref (2.0.0)
  229. responders (2.1.1)
  230. railties (>= 4.2.0, < 5.1)
  231. rspec (3.4.0)
  232. rspec-core (~> 3.4.0)
  233. rspec-expectations (~> 3.4.0)
  234. rspec-mocks (~> 3.4.0)
  235. rspec-core (3.4.3)
  236. rspec-support (~> 3.4.0)
  237. rspec-expectations (3.4.0)
  238. diff-lcs (>= 1.2.0, < 2.0)
  239. rspec-support (~> 3.4.0)
  240. rspec-mocks (3.4.1)
  241. diff-lcs (>= 1.2.0, < 2.0)
  242. rspec-support (~> 3.4.0)
  243. rspec-rails (3.4.2)
  244. actionpack (>= 3.0, < 4.3)
  245. activesupport (>= 3.0, < 4.3)
  246. railties (>= 3.0, < 4.3)
  247. rspec-core (~> 3.4.0)
  248. rspec-expectations (~> 3.4.0)
  249. rspec-mocks (~> 3.4.0)
  250. rspec-support (~> 3.4.0)
  251. rspec-support (3.4.1)
  252. rubocop (0.37.2)
  253. parser (>= 2.3.0.4, < 3.0)
  254. powerpack (~> 0.1)
  255. rainbow (>= 1.99.1, < 3.0)
  256. ruby-progressbar (~> 1.7)
  257. unicode-display_width (~> 0.3)
  258. ruby-progressbar (1.7.5)
  259. ruby_parser (3.8.1)
  260. sexp_processor (~> 4.1)
  261. safe_yaml (1.0.4)
  262. sass (3.4.21)
  263. sass-rails (5.0.4)
  264. railties (>= 4.0.0, < 5.0)
  265. sass (~> 3.1)
  266. sprockets (>= 2.8, < 4.0)
  267. sprockets-rails (>= 2.0, < 4.0)
  268. tilt (>= 1.1, < 3)
  269. sdoc (0.4.1)
  270. json (~> 1.7, >= 1.7.7)
  271. rdoc (~> 4.0)
  272. sexp_processor (4.7.0)
  273. simplecov (0.11.2)
  274. docile (~> 1.1.0)
  275. json (~> 1.8)
  276. simplecov-html (~> 0.10.0)
  277. simplecov-html (0.10.0)
  278. slop (3.6.0)
  279. spring (1.6.3)
  280. sprockets (3.5.2)
  281. concurrent-ruby (~> 1.0)
  282. rack (> 1, < 3)
  283. sprockets-rails (3.0.1)
  284. actionpack (>= 4.0)
  285. activesupport (>= 4.0)
  286. sprockets (>= 3.0.0)
  287. sqlite3 (1.3.11)
  288. therubyracer (0.12.2)
  289. libv8 (~> 3.16.14.0)
  290. ref
  291. thor (0.19.1)
  292. thread_safe (0.3.5)
  293. tilt (2.0.2)
  294. tzinfo (1.2.2)
  295. thread_safe (~> 0.1)
  296. uglifier (2.7.2)
  297. execjs (>= 0.3.0)
  298. json (>= 1.8.0)
  299. unf (0.1.4)
  300. unf_ext
  301. unf_ext (0.0.7.2)
  302. unicode-display_width (0.3.1)
  303. warden (1.2.6)
  304. rack (>= 1.0)
  305. web-console (2.3.0)
  306. activemodel (>= 4.0)
  307. binding_of_caller (>= 0.7.2)
  308. railties (>= 4.0)
  309. sprockets-rails (>= 2.0, < 4.0)
  310. webmock (1.24.1)
  311. addressable (>= 2.3.6)
  312. crack (>= 0.3.2)
  313. hashdiff
  314. PLATFORMS
  315. ruby
  316. DEPENDENCIES
  317. addressable
  318. backport_new_renderer
  319. better_errors
  320. binding_of_caller
  321. coffee-rails (~> 4.1.0)
  322. devise
  323. doorkeeper
  324. dotenv-rails
  325. fabrication
  326. fast_blank
  327. font-awesome-sass
  328. fuubar
  329. goldfinger
  330. haml-rails
  331. hiredis
  332. htmlentities
  333. http
  334. jbuilder (~> 2.0)
  335. jquery-rails
  336. message_bus
  337. nokogiri
  338. oj
  339. onebox
  340. ostatus2
  341. paperclip (~> 4.3)
  342. paranoia (~> 2.0)
  343. pg
  344. pry-rails
  345. puma
  346. quiet_assets
  347. rabl
  348. rack-mini-profiler
  349. rails (= 4.2.5.1)
  350. rails_12factor
  351. rails_autolink
  352. redis (~> 3.2)
  353. rspec-rails
  354. rubocop
  355. sass-rails (~> 5.0)
  356. sdoc (~> 0.4.0)
  357. simplecov
  358. spring
  359. sqlite3
  360. therubyracer
  361. uglifier (>= 1.3.0)
  362. web-console (~> 2.0)
  363. webmock
  364. BUNDLED WITH
  365. 1.11.2