Gemfile.lock 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actioncable (5.0.2)
  5. actionpack (= 5.0.2)
  6. nio4r (>= 1.2, < 3.0)
  7. websocket-driver (~> 0.6.1)
  8. actionmailer (5.0.2)
  9. actionpack (= 5.0.2)
  10. actionview (= 5.0.2)
  11. activejob (= 5.0.2)
  12. mail (~> 2.5, >= 2.5.4)
  13. rails-dom-testing (~> 2.0)
  14. actionpack (5.0.2)
  15. actionview (= 5.0.2)
  16. activesupport (= 5.0.2)
  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.2)
  22. activesupport (= 5.0.2)
  23. builder (~> 3.1)
  24. erubis (~> 2.7.0)
  25. rails-dom-testing (~> 2.0)
  26. rails-html-sanitizer (~> 1.0, >= 1.0.3)
  27. active_record_query_trace (1.5.4)
  28. activejob (5.0.2)
  29. activesupport (= 5.0.2)
  30. globalid (>= 0.3.6)
  31. activemodel (5.0.2)
  32. activesupport (= 5.0.2)
  33. activerecord (5.0.2)
  34. activemodel (= 5.0.2)
  35. activesupport (= 5.0.2)
  36. arel (~> 7.0)
  37. activesupport (5.0.2)
  38. concurrent-ruby (~> 1.0, >= 1.0.2)
  39. i18n (~> 0.7)
  40. minitest (~> 5.1)
  41. tzinfo (~> 1.1)
  42. addressable (2.5.1)
  43. public_suffix (~> 2.0, >= 2.0.2)
  44. airbrussh (1.1.2)
  45. sshkit (>= 1.6.1, != 1.7.0)
  46. arel (7.1.4)
  47. ast (2.3.0)
  48. attr_encrypted (3.0.3)
  49. encryptor (~> 3.0.0)
  50. autoprefixer-rails (6.7.7.1)
  51. execjs
  52. av (0.9.0)
  53. cocaine (~> 0.5.3)
  54. aws-sdk (2.9.6)
  55. aws-sdk-resources (= 2.9.6)
  56. aws-sdk-core (2.9.6)
  57. aws-sigv4 (~> 1.0)
  58. jmespath (~> 1.0)
  59. aws-sdk-resources (2.9.6)
  60. aws-sdk-core (= 2.9.6)
  61. aws-sigv4 (1.0.0)
  62. babel-source (5.8.35)
  63. babel-transpiler (0.7.0)
  64. babel-source (>= 4.0, < 6)
  65. execjs (~> 2.0)
  66. bcrypt (3.1.11)
  67. best_in_place (3.0.3)
  68. actionpack (>= 3.2)
  69. railties (>= 3.2)
  70. better_errors (2.1.1)
  71. coderay (>= 1.0.0)
  72. erubis (>= 2.6.6)
  73. rack (>= 0.9.0)
  74. binding_of_caller (0.7.2)
  75. debug_inspector (>= 0.0.1)
  76. browserify-rails (4.1.0)
  77. addressable (>= 2.4.0)
  78. railties (>= 4.0.0, < 5.1)
  79. sprockets (>= 3.6.0)
  80. builder (3.2.3)
  81. bullet (5.5.1)
  82. activesupport (>= 3.0.0)
  83. uniform_notifier (~> 1.10.0)
  84. capistrano (3.8.0)
  85. airbrussh (>= 1.0.0)
  86. i18n
  87. rake (>= 10.0.0)
  88. sshkit (>= 1.9.0)
  89. capistrano-bundler (1.2.0)
  90. capistrano (~> 3.1)
  91. sshkit (~> 1.2)
  92. capistrano-faster-assets (1.0.2)
  93. capistrano (>= 3.1)
  94. capistrano-rails (1.2.3)
  95. capistrano (~> 3.1)
  96. capistrano-bundler (~> 1.1)
  97. capistrano-rbenv (2.1.0)
  98. capistrano (~> 3.1)
  99. sshkit (~> 1.3)
  100. capistrano-yarn (2.0.2)
  101. capistrano (~> 3.0)
  102. capybara (2.13.0)
  103. addressable
  104. mime-types (>= 1.16)
  105. nokogiri (>= 1.3.3)
  106. rack (>= 1.0.0)
  107. rack-test (>= 0.5.4)
  108. xpath (~> 2.0)
  109. chunky_png (1.3.8)
  110. climate_control (0.1.0)
  111. cocaine (0.5.8)
  112. climate_control (>= 0.0.3, < 1.0)
  113. coderay (1.1.1)
  114. coffee-rails (4.1.1)
  115. coffee-script (>= 2.2.0)
  116. railties (>= 4.0.0, < 5.1.x)
  117. coffee-script (2.4.1)
  118. coffee-script-source
  119. execjs
  120. coffee-script-source (1.12.2)
  121. colorize (0.8.1)
  122. concurrent-ruby (1.0.5)
  123. connection_pool (2.2.1)
  124. crack (0.4.3)
  125. safe_yaml (~> 1.0.0)
  126. debug_inspector (0.0.2)
  127. devise (4.2.1)
  128. bcrypt (~> 3.0)
  129. orm_adapter (~> 0.1)
  130. railties (>= 4.1.0, < 5.1)
  131. responders
  132. warden (~> 1.2.3)
  133. devise-two-factor (3.0.0)
  134. activesupport
  135. attr_encrypted (>= 1.3, < 4, != 2)
  136. devise (~> 4.0)
  137. railties
  138. rotp (~> 2.0)
  139. diff-lcs (1.3)
  140. docile (1.1.5)
  141. domain_name (0.5.20170404)
  142. unf (>= 0.0.5, < 1.0.0)
  143. doorkeeper (4.2.5)
  144. railties (>= 4.2)
  145. dotenv (2.2.0)
  146. dotenv-rails (2.2.0)
  147. dotenv (= 2.2.0)
  148. railties (>= 3.2, < 5.1)
  149. easy_translate (0.5.0)
  150. json
  151. thread
  152. thread_safe
  153. encryptor (3.0.0)
  154. erubis (2.7.0)
  155. execjs (2.7.0)
  156. fabrication (2.16.1)
  157. faker (1.7.3)
  158. i18n (~> 0.5)
  159. fast_blank (1.0.0)
  160. font-awesome-rails (4.7.0.1)
  161. railties (>= 3.2, < 5.1)
  162. fuubar (2.2.0)
  163. rspec-core (~> 3.0)
  164. ruby-progressbar (~> 1.4)
  165. globalid (0.3.7)
  166. activesupport (>= 4.1.0)
  167. goldfinger (1.1.2)
  168. addressable (~> 2.4)
  169. http (~> 2.0)
  170. nokogiri (~> 1.6)
  171. hamlit (2.8.1)
  172. temple (>= 0.8.0)
  173. thor
  174. tilt
  175. hamlit-rails (0.2.0)
  176. actionpack (>= 4.0.1)
  177. activesupport (>= 4.0.1)
  178. hamlit (>= 1.2.0)
  179. railties (>= 4.0.1)
  180. hashdiff (0.3.2)
  181. highline (1.7.8)
  182. hiredis (0.6.1)
  183. htmlentities (4.3.4)
  184. http (2.2.1)
  185. addressable (~> 2.3)
  186. http-cookie (~> 1.0)
  187. http-form_data (~> 1.0.1)
  188. http_parser.rb (~> 0.6.0)
  189. http-cookie (1.0.3)
  190. domain_name (~> 0.5)
  191. http-form_data (1.0.1)
  192. http_accept_language (2.1.0)
  193. http_parser.rb (0.6.0)
  194. httplog (0.99.2)
  195. colorize
  196. i18n (0.8.1)
  197. i18n-tasks (0.9.13)
  198. activesupport (>= 4.0.2)
  199. ast (>= 2.1.0)
  200. easy_translate (>= 0.5.0)
  201. erubis
  202. highline (>= 1.7.3)
  203. i18n
  204. parser (>= 2.2.3.0)
  205. rainbow (~> 2.2)
  206. terminal-table (>= 1.5.1)
  207. jmespath (1.3.1)
  208. jquery-rails (4.3.1)
  209. rails-dom-testing (>= 1, < 3)
  210. railties (>= 4.2.0)
  211. thor (>= 0.14, < 2.0)
  212. json (2.0.3)
  213. kaminari (1.0.1)
  214. activesupport (>= 4.1.0)
  215. kaminari-actionview (= 1.0.1)
  216. kaminari-activerecord (= 1.0.1)
  217. kaminari-core (= 1.0.1)
  218. kaminari-actionview (1.0.1)
  219. actionview
  220. kaminari-core (= 1.0.1)
  221. kaminari-activerecord (1.0.1)
  222. activerecord
  223. kaminari-core (= 1.0.1)
  224. kaminari-core (1.0.1)
  225. launchy (2.4.3)
  226. addressable (~> 2.3)
  227. letter_opener (1.4.1)
  228. launchy (~> 2.2)
  229. letter_opener_web (1.3.1)
  230. actionmailer (>= 3.2)
  231. letter_opener (~> 1.0)
  232. railties (>= 3.2)
  233. link_header (0.0.8)
  234. lograge (0.4.1)
  235. actionpack (>= 4, < 5.1)
  236. activesupport (>= 4, < 5.1)
  237. railties (>= 4, < 5.1)
  238. loofah (2.0.3)
  239. nokogiri (>= 1.5.9)
  240. mail (2.6.4)
  241. mime-types (>= 1.16, < 4)
  242. method_source (0.8.2)
  243. microformats2 (2.1.0)
  244. activesupport
  245. json
  246. nokogiri
  247. mime-types (3.1)
  248. mime-types-data (~> 3.2015)
  249. mime-types-data (3.2016.0521)
  250. mimemagic (0.3.2)
  251. mini_portile2 (2.1.0)
  252. minitest (5.10.1)
  253. net-scp (1.2.1)
  254. net-ssh (>= 2.6.5)
  255. net-ssh (4.1.0)
  256. nio4r (2.0.0)
  257. nokogiri (1.7.1)
  258. mini_portile2 (~> 2.1.0)
  259. oj (2.18.5)
  260. orm_adapter (0.5.0)
  261. ostatus2 (1.0.2)
  262. addressable (~> 2.4)
  263. http (~> 2.0)
  264. nokogiri (~> 1.6)
  265. ox (2.4.11)
  266. paperclip (5.1.0)
  267. activemodel (>= 4.2.0)
  268. activesupport (>= 4.2.0)
  269. cocaine (~> 0.5.5)
  270. mime-types
  271. mimemagic (~> 0.3.0)
  272. paperclip-av-transcoder (0.6.4)
  273. av (~> 0.9.0)
  274. paperclip (>= 2.5.2)
  275. parser (2.4.0.0)
  276. ast (~> 2.2)
  277. pg (0.20.0)
  278. pghero (1.6.4)
  279. activerecord
  280. pkg-config (1.1.7)
  281. powerpack (0.1.1)
  282. pry (0.10.4)
  283. coderay (~> 1.1.0)
  284. method_source (~> 0.8.1)
  285. slop (~> 3.4)
  286. pry-rails (0.3.6)
  287. pry (>= 0.10.4)
  288. public_suffix (2.0.5)
  289. puma (3.8.2)
  290. rabl (0.13.1)
  291. activesupport (>= 2.3.14)
  292. rack (2.0.1)
  293. rack-attack (5.0.1)
  294. rack
  295. rack-cors (0.4.1)
  296. rack-protection (1.5.3)
  297. rack
  298. rack-test (0.6.3)
  299. rack (>= 1.0)
  300. rack-timeout (0.4.2)
  301. rails (5.0.2)
  302. actioncable (= 5.0.2)
  303. actionmailer (= 5.0.2)
  304. actionpack (= 5.0.2)
  305. actionview (= 5.0.2)
  306. activejob (= 5.0.2)
  307. activemodel (= 5.0.2)
  308. activerecord (= 5.0.2)
  309. activesupport (= 5.0.2)
  310. bundler (>= 1.3.0, < 2.0)
  311. railties (= 5.0.2)
  312. sprockets-rails (>= 2.0.0)
  313. rails-controller-testing (1.0.1)
  314. actionpack (~> 5.x)
  315. actionview (~> 5.x)
  316. activesupport (~> 5.x)
  317. rails-dom-testing (2.0.2)
  318. activesupport (>= 4.2.0, < 6.0)
  319. nokogiri (~> 1.6)
  320. rails-html-sanitizer (1.0.3)
  321. loofah (~> 2.0)
  322. rails-i18n (5.0.3)
  323. i18n (~> 0.7)
  324. railties (~> 5.0)
  325. rails-settings-cached (0.6.5)
  326. rails (>= 4.2.0)
  327. rails_12factor (0.0.3)
  328. rails_serve_static_assets
  329. rails_stdout_logging
  330. rails_serve_static_assets (0.0.5)
  331. rails_stdout_logging (0.0.5)
  332. railties (5.0.2)
  333. actionpack (= 5.0.2)
  334. activesupport (= 5.0.2)
  335. method_source
  336. rake (>= 0.8.7)
  337. thor (>= 0.18.1, < 2.0)
  338. rainbow (2.2.1)
  339. rake (12.0.0)
  340. react-rails (1.11.0)
  341. babel-transpiler (>= 0.7.0)
  342. connection_pool
  343. execjs
  344. railties (>= 3.2)
  345. tilt
  346. redis (3.3.3)
  347. redis-actionpack (5.0.1)
  348. actionpack (>= 4.0, < 6)
  349. redis-rack (>= 1, < 3)
  350. redis-store (>= 1.1.0, < 1.4.0)
  351. redis-activesupport (5.0.2)
  352. activesupport (>= 3, < 6)
  353. redis-store (~> 1.3.0)
  354. redis-rack (2.0.1)
  355. rack (>= 2.0, < 3)
  356. redis-store (>= 1.2, < 1.4)
  357. redis-rails (5.0.2)
  358. redis-actionpack (>= 5.0, < 6)
  359. redis-activesupport (>= 5.0, < 6)
  360. redis-store (>= 1.2, < 2)
  361. redis-store (1.3.0)
  362. redis (>= 2.2)
  363. responders (2.3.0)
  364. railties (>= 4.2.0, < 5.1)
  365. rotp (2.1.2)
  366. rqrcode (0.10.1)
  367. chunky_png (~> 1.0)
  368. rspec-core (3.5.4)
  369. rspec-support (~> 3.5.0)
  370. rspec-expectations (3.5.0)
  371. diff-lcs (>= 1.2.0, < 2.0)
  372. rspec-support (~> 3.5.0)
  373. rspec-mocks (3.5.0)
  374. diff-lcs (>= 1.2.0, < 2.0)
  375. rspec-support (~> 3.5.0)
  376. rspec-rails (3.5.2)
  377. actionpack (>= 3.0)
  378. activesupport (>= 3.0)
  379. railties (>= 3.0)
  380. rspec-core (~> 3.5.0)
  381. rspec-expectations (~> 3.5.0)
  382. rspec-mocks (~> 3.5.0)
  383. rspec-support (~> 3.5.0)
  384. rspec-sidekiq (3.0.0)
  385. rspec-core (~> 3.0, >= 3.0.0)
  386. sidekiq (>= 2.4.0)
  387. rspec-support (3.5.0)
  388. rubocop (0.48.1)
  389. parser (>= 2.3.3.1, < 3.0)
  390. powerpack (~> 0.1)
  391. rainbow (>= 1.99.1, < 3.0)
  392. ruby-progressbar (~> 1.7)
  393. unicode-display_width (~> 1.0, >= 1.0.1)
  394. ruby-oembed (0.12.0)
  395. ruby-progressbar (1.8.1)
  396. safe_yaml (1.0.4)
  397. sass (3.4.23)
  398. sass-rails (5.0.6)
  399. railties (>= 4.0.0, < 6)
  400. sass (~> 3.1)
  401. sprockets (>= 2.8, < 4.0)
  402. sprockets-rails (>= 2.0, < 4.0)
  403. tilt (>= 1.1, < 3)
  404. sidekiq (4.2.10)
  405. concurrent-ruby (~> 1.0)
  406. connection_pool (~> 2.2, >= 2.2.0)
  407. rack-protection (>= 1.5.0)
  408. redis (~> 3.2, >= 3.2.1)
  409. sidekiq-unique-jobs (5.0.0)
  410. sidekiq (>= 4.0)
  411. thor
  412. simple-navigation (4.0.5)
  413. activesupport (>= 2.3.2)
  414. simple_form (3.4.0)
  415. actionpack (> 4, < 5.1)
  416. activemodel (> 4, < 5.1)
  417. simplecov (0.14.1)
  418. docile (~> 1.1.0)
  419. json (>= 1.8, < 3)
  420. simplecov-html (~> 0.10.0)
  421. simplecov-html (0.10.0)
  422. slop (3.6.0)
  423. sprockets (3.7.1)
  424. concurrent-ruby (~> 1.0)
  425. rack (> 1, < 3)
  426. sprockets-rails (3.2.0)
  427. actionpack (>= 4.0)
  428. activesupport (>= 4.0)
  429. sprockets (>= 3.0.0)
  430. sshkit (1.13.1)
  431. net-scp (>= 1.1.2)
  432. net-ssh (>= 2.8.0)
  433. statsd-instrument (2.1.2)
  434. temple (0.8.0)
  435. terminal-table (1.7.3)
  436. unicode-display_width (~> 1.1.1)
  437. thor (0.19.4)
  438. thread (0.2.2)
  439. thread_safe (0.3.6)
  440. tilt (2.0.7)
  441. twitter-text (1.14.5)
  442. unf (~> 0.1.0)
  443. tzinfo (1.2.3)
  444. thread_safe (~> 0.1)
  445. tzinfo-data (1.2017.2)
  446. tzinfo (>= 1.0.0)
  447. uglifier (3.2.0)
  448. execjs (>= 0.3.0, < 3)
  449. unf (0.1.4)
  450. unf_ext
  451. unf_ext (0.0.7.2)
  452. unicode-display_width (1.1.3)
  453. uniform_notifier (1.10.0)
  454. warden (1.2.7)
  455. rack (>= 1.0)
  456. webmock (2.3.2)
  457. addressable (>= 2.3.6)
  458. crack (>= 0.3.2)
  459. hashdiff
  460. websocket-driver (0.6.5)
  461. websocket-extensions (>= 0.1.0)
  462. websocket-extensions (0.1.2)
  463. xpath (2.0.0)
  464. nokogiri (~> 1.3)
  465. PLATFORMS
  466. ruby
  467. DEPENDENCIES
  468. active_record_query_trace
  469. addressable
  470. autoprefixer-rails
  471. aws-sdk (>= 2.0)
  472. best_in_place (~> 3.0.1)
  473. better_errors
  474. binding_of_caller
  475. browserify-rails
  476. bullet
  477. capistrano
  478. capistrano-faster-assets (~> 1.0)
  479. capistrano-rails
  480. capistrano-rbenv
  481. capistrano-yarn
  482. capybara
  483. coffee-rails (~> 4.1.0)
  484. devise
  485. devise-two-factor
  486. doorkeeper
  487. dotenv-rails
  488. fabrication
  489. faker
  490. fast_blank
  491. font-awesome-rails
  492. fuubar
  493. goldfinger
  494. hamlit-rails
  495. hiredis
  496. htmlentities
  497. http
  498. http_accept_language
  499. httplog
  500. i18n-tasks (~> 0.9.6)
  501. jquery-rails
  502. kaminari
  503. letter_opener
  504. letter_opener_web
  505. link_header
  506. lograge
  507. microformats2
  508. nokogiri
  509. oj
  510. ostatus2
  511. ox
  512. paperclip (~> 5.1)
  513. paperclip-av-transcoder
  514. pg
  515. pghero
  516. pkg-config
  517. pry-rails
  518. puma
  519. rabl
  520. rack-attack
  521. rack-cors
  522. rack-timeout
  523. rails (~> 5.0.2)
  524. rails-controller-testing
  525. rails-i18n
  526. rails-settings-cached
  527. rails_12factor
  528. react-rails
  529. redis (~> 3.2)
  530. redis-rails
  531. rqrcode
  532. rspec-rails
  533. rspec-sidekiq
  534. rubocop
  535. ruby-oembed
  536. sass-rails (~> 5.0)
  537. sidekiq
  538. sidekiq-unique-jobs
  539. simple-navigation
  540. simple_form
  541. simplecov
  542. sprockets-rails
  543. statsd-instrument
  544. twitter-text
  545. tzinfo-data
  546. uglifier (>= 1.3.0)
  547. webmock
  548. RUBY VERSION
  549. ruby 2.4.1p111
  550. BUNDLED WITH
  551. 1.14.6