Gemfile.lock 13 KB

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