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.

799 lines
19 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
Version bumps for ruby and misc gems (#1159) * Update rspec-rails to version 3.5.2 * Update addressable to version 2.5.1 * Update autoprefixer-rails to version 6.7.7.1 * Update bullet to version 5.5.1 * Update domain_name to version 0.5.20170404 * Update letter_opener_web to version 1.3.1 * Upate redis-rails to version 5.0.2 * Update active_record_query_trace to version 1.5.4 * Update capistrano-rails to version 1.2.3 * Update dotenv-rails to version 2.2.0 * Update pg to version 0.20.0 * Update tilt to version 2.0.7 * Update warden to version 1.2.7 * Update tins to version 1.13.2 * Update terminal-table to version 1.7.3 * Update oj to version 2.18.5 * Update simplecov to version 0.14.1 * Update uglifier to version 3.1.13 * Update hashdiff to version 0.3.2 * Update webmock to version 2.3.2 * Update devise to version 4.2.1 * Use ruby version 2.4.1 * Update sass to version 3.4.23 * Update puma to version 3.8.2 * Update will_paginate to version 3.1.5 * Update font-awesome-rails to version 4.7.0.1 * Update fuubar to version 2.2.0 * Update pry-rails to version 0.3.6 * Update simple-navigation to version 4.0.5 * Update rubocop to version 0.48.1 * Update doorkeeper to version 4.2.5 * Update faker to version 1.7.3 * Update aws-sdk to version 2.9.5 * Update fabrication to version 2.16.1 * Update hamlit-rails to version 0.2.0 * Update http to version 2.2.1 * Update httplog to version 0.99.2 * Update sidekiq to version 4.2.10 * Update rspec-sidekiq to version 3.0.0 * Update pghero to version 1.6.4 * Update rack-cors to version 0.4.1 * Update i18n-tasks to version 0.9.13 * Update ruby-oembed to version 0.12.0 * Update jquery-rails to version 4.3.1 * Update simple_form to version 3.4.0 * Update react-rails to version 1.11.0 * Update aws-sdk to version 2.9.6 * Update sidekiq-unique-jobs to version 5.0.0 * Update uglifier to version 3.2.0
7 years ago
8 years ago
Version bumps for ruby and misc gems (#1159) * Update rspec-rails to version 3.5.2 * Update addressable to version 2.5.1 * Update autoprefixer-rails to version 6.7.7.1 * Update bullet to version 5.5.1 * Update domain_name to version 0.5.20170404 * Update letter_opener_web to version 1.3.1 * Upate redis-rails to version 5.0.2 * Update active_record_query_trace to version 1.5.4 * Update capistrano-rails to version 1.2.3 * Update dotenv-rails to version 2.2.0 * Update pg to version 0.20.0 * Update tilt to version 2.0.7 * Update warden to version 1.2.7 * Update tins to version 1.13.2 * Update terminal-table to version 1.7.3 * Update oj to version 2.18.5 * Update simplecov to version 0.14.1 * Update uglifier to version 3.1.13 * Update hashdiff to version 0.3.2 * Update webmock to version 2.3.2 * Update devise to version 4.2.1 * Use ruby version 2.4.1 * Update sass to version 3.4.23 * Update puma to version 3.8.2 * Update will_paginate to version 3.1.5 * Update font-awesome-rails to version 4.7.0.1 * Update fuubar to version 2.2.0 * Update pry-rails to version 0.3.6 * Update simple-navigation to version 4.0.5 * Update rubocop to version 0.48.1 * Update doorkeeper to version 4.2.5 * Update faker to version 1.7.3 * Update aws-sdk to version 2.9.5 * Update fabrication to version 2.16.1 * Update hamlit-rails to version 0.2.0 * Update http to version 2.2.1 * Update httplog to version 0.99.2 * Update sidekiq to version 4.2.10 * Update rspec-sidekiq to version 3.0.0 * Update pghero to version 1.6.4 * Update rack-cors to version 0.4.1 * Update i18n-tasks to version 0.9.13 * Update ruby-oembed to version 0.12.0 * Update jquery-rails to version 4.3.1 * Update simple_form to version 3.4.0 * Update react-rails to version 1.11.0 * Update aws-sdk to version 2.9.6 * Update sidekiq-unique-jobs to version 5.0.0 * Update uglifier to version 3.2.0
7 years ago
8 years ago
8 years ago
8 years ago
Web Push Notifications (#3243) * feat: Register push subscription * feat: Notify when mentioned * feat: Boost, favourite, reply, follow, follow request * feat: Notification interaction * feat: Handle change of public key * feat: Unsubscribe if things go wrong * feat: Do not send normal notifications if push is enabled * feat: Focus client if open * refactor: Move push logic to WebPushSubscription * feat: Better title and body * feat: Localize messages * chore: Fix lint errors * feat: Settings * refactor: Lazy load * fix: Check if push settings exist * feat: Device-based preferences * refactor: Simplify logic * refactor: Pull request feedback * refactor: Pull request feedback * refactor: Create /api/web/push_subscriptions endpoint * feat: Spec PushSubscriptionController * refactor: WebPushSubscription => Web::PushSubscription * feat: Spec Web::PushSubscription * feat: Display first media attachment * feat: Support direction * fix: Stuff broken while rebasing * refactor: Integration with session activations * refactor: Cleanup * refactor: Simplify implementation * feat: Set VAPID keys via environment * chore: Comments * fix: Crash when no alerts * fix: Set VAPID keys in testing environment * fix: Follow link * feat: Notification actions * fix: Delete previous subscription * chore: Temporary logs * refactor: Move migration to a later date * fix: Fetch the correct session activation and misc bugs * refactor: Move migration to a later date * fix: Remove follow request (no notifications) * feat: Send administrator contact to push service * feat: Set time-to-live * fix: Do not show sensitive images * fix: Reducer crash in error handling * feat: Add badge * chore: Fix lint error * fix: Checkbox label overlap * fix: Check for payload support * fix: Rename action "type" (crash in latest Chrome) * feat: Action to expand notification * fix: Lint errors * fix: Unescape notification body * fix: Do not allow boosting if the status is hidden * feat: Add VAPID keys to the production sample environment * fix: Strip HTML tags from status * refactor: Better error messages * refactor: Handle browser not implementing the VAPID protocol (Samsung Internet) * fix: Error when target_status is nil * fix: Handle lack of image * fix: Delete reference to invalid subscriptions * feat: Better error handling * fix: Unescape HTML characters after tags are striped * refactor: Simpify code * fix: Modify to work with #4091 * Sort strings alphabetically * i18n: Updated Polish translation it annoys me that it's not fully localized :P * refactor: Use current_session in PushSubscriptionController * fix: Rebase mistake * fix: Set cacheName to mastodon * refactor: Pull request feedback * refactor: Remove logging statements * chore(yarn): Fix conflicts with master * chore(yarn): Copy latest from master * chore(yarn): Readd offline-plugin * refactor: Use save! and update! * refactor: Send notifications async * fix: Allow retry when push fails * fix: Save track for failed pushes * fix: Minify sw.js * fix: Remove account_id from fabricator
6 years ago
8 years ago
8 years ago
8 years ago
Version bumps for ruby and misc gems (#1159) * Update rspec-rails to version 3.5.2 * Update addressable to version 2.5.1 * Update autoprefixer-rails to version 6.7.7.1 * Update bullet to version 5.5.1 * Update domain_name to version 0.5.20170404 * Update letter_opener_web to version 1.3.1 * Upate redis-rails to version 5.0.2 * Update active_record_query_trace to version 1.5.4 * Update capistrano-rails to version 1.2.3 * Update dotenv-rails to version 2.2.0 * Update pg to version 0.20.0 * Update tilt to version 2.0.7 * Update warden to version 1.2.7 * Update tins to version 1.13.2 * Update terminal-table to version 1.7.3 * Update oj to version 2.18.5 * Update simplecov to version 0.14.1 * Update uglifier to version 3.1.13 * Update hashdiff to version 0.3.2 * Update webmock to version 2.3.2 * Update devise to version 4.2.1 * Use ruby version 2.4.1 * Update sass to version 3.4.23 * Update puma to version 3.8.2 * Update will_paginate to version 3.1.5 * Update font-awesome-rails to version 4.7.0.1 * Update fuubar to version 2.2.0 * Update pry-rails to version 0.3.6 * Update simple-navigation to version 4.0.5 * Update rubocop to version 0.48.1 * Update doorkeeper to version 4.2.5 * Update faker to version 1.7.3 * Update aws-sdk to version 2.9.5 * Update fabrication to version 2.16.1 * Update hamlit-rails to version 0.2.0 * Update http to version 2.2.1 * Update httplog to version 0.99.2 * Update sidekiq to version 4.2.10 * Update rspec-sidekiq to version 3.0.0 * Update pghero to version 1.6.4 * Update rack-cors to version 0.4.1 * Update i18n-tasks to version 0.9.13 * Update ruby-oembed to version 0.12.0 * Update jquery-rails to version 4.3.1 * Update simple_form to version 3.4.0 * Update react-rails to version 1.11.0 * Update aws-sdk to version 2.9.6 * Update sidekiq-unique-jobs to version 5.0.0 * Update uglifier to version 3.2.0
7 years ago
Version bumps for ruby and misc gems (#1159) * Update rspec-rails to version 3.5.2 * Update addressable to version 2.5.1 * Update autoprefixer-rails to version 6.7.7.1 * Update bullet to version 5.5.1 * Update domain_name to version 0.5.20170404 * Update letter_opener_web to version 1.3.1 * Upate redis-rails to version 5.0.2 * Update active_record_query_trace to version 1.5.4 * Update capistrano-rails to version 1.2.3 * Update dotenv-rails to version 2.2.0 * Update pg to version 0.20.0 * Update tilt to version 2.0.7 * Update warden to version 1.2.7 * Update tins to version 1.13.2 * Update terminal-table to version 1.7.3 * Update oj to version 2.18.5 * Update simplecov to version 0.14.1 * Update uglifier to version 3.1.13 * Update hashdiff to version 0.3.2 * Update webmock to version 2.3.2 * Update devise to version 4.2.1 * Use ruby version 2.4.1 * Update sass to version 3.4.23 * Update puma to version 3.8.2 * Update will_paginate to version 3.1.5 * Update font-awesome-rails to version 4.7.0.1 * Update fuubar to version 2.2.0 * Update pry-rails to version 0.3.6 * Update simple-navigation to version 4.0.5 * Update rubocop to version 0.48.1 * Update doorkeeper to version 4.2.5 * Update faker to version 1.7.3 * Update aws-sdk to version 2.9.5 * Update fabrication to version 2.16.1 * Update hamlit-rails to version 0.2.0 * Update http to version 2.2.1 * Update httplog to version 0.99.2 * Update sidekiq to version 4.2.10 * Update rspec-sidekiq to version 3.0.0 * Update pghero to version 1.6.4 * Update rack-cors to version 0.4.1 * Update i18n-tasks to version 0.9.13 * Update ruby-oembed to version 0.12.0 * Update jquery-rails to version 4.3.1 * Update simple_form to version 3.4.0 * Update react-rails to version 1.11.0 * Update aws-sdk to version 2.9.6 * Update sidekiq-unique-jobs to version 5.0.0 * Update uglifier to version 3.2.0
7 years ago
8 years ago
8 years ago
Version bumps for ruby and misc gems (#1159) * Update rspec-rails to version 3.5.2 * Update addressable to version 2.5.1 * Update autoprefixer-rails to version 6.7.7.1 * Update bullet to version 5.5.1 * Update domain_name to version 0.5.20170404 * Update letter_opener_web to version 1.3.1 * Upate redis-rails to version 5.0.2 * Update active_record_query_trace to version 1.5.4 * Update capistrano-rails to version 1.2.3 * Update dotenv-rails to version 2.2.0 * Update pg to version 0.20.0 * Update tilt to version 2.0.7 * Update warden to version 1.2.7 * Update tins to version 1.13.2 * Update terminal-table to version 1.7.3 * Update oj to version 2.18.5 * Update simplecov to version 0.14.1 * Update uglifier to version 3.1.13 * Update hashdiff to version 0.3.2 * Update webmock to version 2.3.2 * Update devise to version 4.2.1 * Use ruby version 2.4.1 * Update sass to version 3.4.23 * Update puma to version 3.8.2 * Update will_paginate to version 3.1.5 * Update font-awesome-rails to version 4.7.0.1 * Update fuubar to version 2.2.0 * Update pry-rails to version 0.3.6 * Update simple-navigation to version 4.0.5 * Update rubocop to version 0.48.1 * Update doorkeeper to version 4.2.5 * Update faker to version 1.7.3 * Update aws-sdk to version 2.9.5 * Update fabrication to version 2.16.1 * Update hamlit-rails to version 0.2.0 * Update http to version 2.2.1 * Update httplog to version 0.99.2 * Update sidekiq to version 4.2.10 * Update rspec-sidekiq to version 3.0.0 * Update pghero to version 1.6.4 * Update rack-cors to version 0.4.1 * Update i18n-tasks to version 0.9.13 * Update ruby-oembed to version 0.12.0 * Update jquery-rails to version 4.3.1 * Update simple_form to version 3.4.0 * Update react-rails to version 1.11.0 * Update aws-sdk to version 2.9.6 * Update sidekiq-unique-jobs to version 5.0.0 * Update uglifier to version 3.2.0
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
Web Push Notifications (#3243) * feat: Register push subscription * feat: Notify when mentioned * feat: Boost, favourite, reply, follow, follow request * feat: Notification interaction * feat: Handle change of public key * feat: Unsubscribe if things go wrong * feat: Do not send normal notifications if push is enabled * feat: Focus client if open * refactor: Move push logic to WebPushSubscription * feat: Better title and body * feat: Localize messages * chore: Fix lint errors * feat: Settings * refactor: Lazy load * fix: Check if push settings exist * feat: Device-based preferences * refactor: Simplify logic * refactor: Pull request feedback * refactor: Pull request feedback * refactor: Create /api/web/push_subscriptions endpoint * feat: Spec PushSubscriptionController * refactor: WebPushSubscription => Web::PushSubscription * feat: Spec Web::PushSubscription * feat: Display first media attachment * feat: Support direction * fix: Stuff broken while rebasing * refactor: Integration with session activations * refactor: Cleanup * refactor: Simplify implementation * feat: Set VAPID keys via environment * chore: Comments * fix: Crash when no alerts * fix: Set VAPID keys in testing environment * fix: Follow link * feat: Notification actions * fix: Delete previous subscription * chore: Temporary logs * refactor: Move migration to a later date * fix: Fetch the correct session activation and misc bugs * refactor: Move migration to a later date * fix: Remove follow request (no notifications) * feat: Send administrator contact to push service * feat: Set time-to-live * fix: Do not show sensitive images * fix: Reducer crash in error handling * feat: Add badge * chore: Fix lint error * fix: Checkbox label overlap * fix: Check for payload support * fix: Rename action "type" (crash in latest Chrome) * feat: Action to expand notification * fix: Lint errors * fix: Unescape notification body * fix: Do not allow boosting if the status is hidden * feat: Add VAPID keys to the production sample environment * fix: Strip HTML tags from status * refactor: Better error messages * refactor: Handle browser not implementing the VAPID protocol (Samsung Internet) * fix: Error when target_status is nil * fix: Handle lack of image * fix: Delete reference to invalid subscriptions * feat: Better error handling * fix: Unescape HTML characters after tags are striped * refactor: Simpify code * fix: Modify to work with #4091 * Sort strings alphabetically * i18n: Updated Polish translation it annoys me that it's not fully localized :P * refactor: Use current_session in PushSubscriptionController * fix: Rebase mistake * fix: Set cacheName to mastodon * refactor: Pull request feedback * refactor: Remove logging statements * chore(yarn): Fix conflicts with master * chore(yarn): Copy latest from master * chore(yarn): Readd offline-plugin * refactor: Use save! and update! * refactor: Send notifications async * fix: Allow retry when push fails * fix: Save track for failed pushes * fix: Minify sw.js * fix: Remove account_id from fabricator
6 years ago
8 years ago
Web Push Notifications (#3243) * feat: Register push subscription * feat: Notify when mentioned * feat: Boost, favourite, reply, follow, follow request * feat: Notification interaction * feat: Handle change of public key * feat: Unsubscribe if things go wrong * feat: Do not send normal notifications if push is enabled * feat: Focus client if open * refactor: Move push logic to WebPushSubscription * feat: Better title and body * feat: Localize messages * chore: Fix lint errors * feat: Settings * refactor: Lazy load * fix: Check if push settings exist * feat: Device-based preferences * refactor: Simplify logic * refactor: Pull request feedback * refactor: Pull request feedback * refactor: Create /api/web/push_subscriptions endpoint * feat: Spec PushSubscriptionController * refactor: WebPushSubscription => Web::PushSubscription * feat: Spec Web::PushSubscription * feat: Display first media attachment * feat: Support direction * fix: Stuff broken while rebasing * refactor: Integration with session activations * refactor: Cleanup * refactor: Simplify implementation * feat: Set VAPID keys via environment * chore: Comments * fix: Crash when no alerts * fix: Set VAPID keys in testing environment * fix: Follow link * feat: Notification actions * fix: Delete previous subscription * chore: Temporary logs * refactor: Move migration to a later date * fix: Fetch the correct session activation and misc bugs * refactor: Move migration to a later date * fix: Remove follow request (no notifications) * feat: Send administrator contact to push service * feat: Set time-to-live * fix: Do not show sensitive images * fix: Reducer crash in error handling * feat: Add badge * chore: Fix lint error * fix: Checkbox label overlap * fix: Check for payload support * fix: Rename action "type" (crash in latest Chrome) * feat: Action to expand notification * fix: Lint errors * fix: Unescape notification body * fix: Do not allow boosting if the status is hidden * feat: Add VAPID keys to the production sample environment * fix: Strip HTML tags from status * refactor: Better error messages * refactor: Handle browser not implementing the VAPID protocol (Samsung Internet) * fix: Error when target_status is nil * fix: Handle lack of image * fix: Delete reference to invalid subscriptions * feat: Better error handling * fix: Unescape HTML characters after tags are striped * refactor: Simpify code * fix: Modify to work with #4091 * Sort strings alphabetically * i18n: Updated Polish translation it annoys me that it's not fully localized :P * refactor: Use current_session in PushSubscriptionController * fix: Rebase mistake * fix: Set cacheName to mastodon * refactor: Pull request feedback * refactor: Remove logging statements * chore(yarn): Fix conflicts with master * chore(yarn): Copy latest from master * chore(yarn): Readd offline-plugin * refactor: Use save! and update! * refactor: Send notifications async * fix: Allow retry when push fails * fix: Save track for failed pushes * fix: Minify sw.js * fix: Remove account_id from fabricator
6 years ago
  1. GIT
  2. remote: https://github.com/ianheggie/health_check
  3. revision: 0b799ead604f900ed50685e9b2d469cd2befba5b
  4. ref: 0b799ead604f900ed50685e9b2d469cd2befba5b
  5. specs:
  6. health_check (4.0.0.pre)
  7. rails (>= 4.0)
  8. GIT
  9. remote: https://github.com/rtomayko/posix-spawn
  10. revision: 58465d2e213991f8afb13b984854a49fcdcc980c
  11. ref: 58465d2e213991f8afb13b984854a49fcdcc980c
  12. specs:
  13. posix-spawn (0.3.13)
  14. GIT
  15. remote: https://github.com/tmm1/http_parser.rb
  16. revision: 54b17ba8c7d8d20a16dfc65d1775241833219cf2
  17. ref: 54b17ba8c7d8d20a16dfc65d1775241833219cf2
  18. submodules: true
  19. specs:
  20. http_parser.rb (0.6.1)
  21. GIT
  22. remote: https://github.com/witgo/nilsimsa
  23. revision: fd184883048b922b176939f851338d0a4971a532
  24. ref: fd184883048b922b176939f851338d0a4971a532
  25. specs:
  26. nilsimsa (1.1.2)
  27. GEM
  28. remote: https://rubygems.org/
  29. specs:
  30. actioncable (5.2.4.3)
  31. actionpack (= 5.2.4.3)
  32. nio4r (~> 2.0)
  33. websocket-driver (>= 0.6.1)
  34. actionmailer (5.2.4.3)
  35. actionpack (= 5.2.4.3)
  36. actionview (= 5.2.4.3)
  37. activejob (= 5.2.4.3)
  38. mail (~> 2.5, >= 2.5.4)
  39. rails-dom-testing (~> 2.0)
  40. actionpack (5.2.4.3)
  41. actionview (= 5.2.4.3)
  42. activesupport (= 5.2.4.3)
  43. rack (~> 2.0, >= 2.0.8)
  44. rack-test (>= 0.6.3)
  45. rails-dom-testing (~> 2.0)
  46. rails-html-sanitizer (~> 1.0, >= 1.0.2)
  47. actionview (5.2.4.3)
  48. activesupport (= 5.2.4.3)
  49. builder (~> 3.1)
  50. erubi (~> 1.4)
  51. rails-dom-testing (~> 2.0)
  52. rails-html-sanitizer (~> 1.0, >= 1.0.3)
  53. active_model_serializers (0.10.10)
  54. actionpack (>= 4.1, < 6.1)
  55. activemodel (>= 4.1, < 6.1)
  56. case_transform (>= 0.2)
  57. jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
  58. active_record_query_trace (1.7)
  59. activejob (5.2.4.3)
  60. activesupport (= 5.2.4.3)
  61. globalid (>= 0.3.6)
  62. activemodel (5.2.4.3)
  63. activesupport (= 5.2.4.3)
  64. activerecord (5.2.4.3)
  65. activemodel (= 5.2.4.3)
  66. activesupport (= 5.2.4.3)
  67. arel (>= 9.0)
  68. activestorage (5.2.4.3)
  69. actionpack (= 5.2.4.3)
  70. activerecord (= 5.2.4.3)
  71. marcel (~> 0.3.1)
  72. activesupport (5.2.4.3)
  73. concurrent-ruby (~> 1.0, >= 1.0.2)
  74. i18n (>= 0.7, < 2)
  75. minitest (~> 5.1)
  76. tzinfo (~> 1.1)
  77. addressable (2.7.0)
  78. public_suffix (>= 2.0.2, < 5.0)
  79. airbrussh (1.4.0)
  80. sshkit (>= 1.6.1, != 1.7.0)
  81. annotate (3.1.1)
  82. activerecord (>= 3.2, < 7.0)
  83. rake (>= 10.4, < 14.0)
  84. arel (9.0.0)
  85. ast (2.4.0)
  86. attr_encrypted (3.1.0)
  87. encryptor (~> 3.0.0)
  88. av (0.9.0)
  89. cocaine (~> 0.5.3)
  90. aws-eventstream (1.1.0)
  91. aws-partitions (1.326.0)
  92. aws-sdk-core (3.98.0)
  93. aws-eventstream (~> 1, >= 1.0.2)
  94. aws-partitions (~> 1, >= 1.239.0)
  95. aws-sigv4 (~> 1.1)
  96. jmespath (~> 1.0)
  97. aws-sdk-kms (1.33.0)
  98. aws-sdk-core (~> 3, >= 3.71.0)
  99. aws-sigv4 (~> 1.1)
  100. aws-sdk-s3 (1.67.1)
  101. aws-sdk-core (~> 3, >= 3.96.1)
  102. aws-sdk-kms (~> 1)
  103. aws-sigv4 (~> 1.1)
  104. aws-sigv4 (1.1.4)
  105. aws-eventstream (~> 1.0, >= 1.0.2)
  106. bcrypt (3.1.13)
  107. better_errors (2.7.1)
  108. coderay (>= 1.0.0)
  109. erubi (>= 1.0.0)
  110. rack (>= 0.9.0)
  111. binding_of_caller (0.8.0)
  112. debug_inspector (>= 0.0.1)
  113. blurhash (0.1.4)
  114. ffi (~> 1.10.0)
  115. bootsnap (1.4.6)
  116. msgpack (~> 1.0)
  117. brakeman (4.8.2)
  118. browser (4.2.0)
  119. builder (3.2.4)
  120. bullet (6.1.0)
  121. activesupport (>= 3.0.0)
  122. uniform_notifier (~> 1.11)
  123. bundler-audit (0.6.1)
  124. bundler (>= 1.2.0, < 3)
  125. thor (~> 0.18)
  126. byebug (11.1.3)
  127. capistrano (3.14.0)
  128. airbrussh (>= 1.0.0)
  129. i18n
  130. rake (>= 10.0.0)
  131. sshkit (>= 1.9.0)
  132. capistrano-bundler (1.6.0)
  133. capistrano (~> 3.1)
  134. capistrano-rails (1.5.0)
  135. capistrano (~> 3.1)
  136. capistrano-bundler (~> 1.1)
  137. capistrano-rbenv (2.1.6)
  138. capistrano (~> 3.1)
  139. sshkit (~> 1.3)
  140. capistrano-yarn (2.0.2)
  141. capistrano (~> 3.0)
  142. capybara (3.32.2)
  143. addressable
  144. mini_mime (>= 0.1.3)
  145. nokogiri (~> 1.8)
  146. rack (>= 1.6.0)
  147. rack-test (>= 0.6.3)
  148. regexp_parser (~> 1.5)
  149. xpath (~> 3.2)
  150. case_transform (0.2)
  151. activesupport
  152. charlock_holmes (0.7.7)
  153. chewy (5.1.0)
  154. activesupport (>= 4.0)
  155. elasticsearch (>= 2.0.0)
  156. elasticsearch-dsl
  157. chunky_png (1.3.11)
  158. cld3 (3.3.0)
  159. ffi (>= 1.1.0, < 1.12.0)
  160. climate_control (0.2.0)
  161. cocaine (0.5.8)
  162. climate_control (>= 0.0.3, < 1.0)
  163. coderay (1.1.3)
  164. concurrent-ruby (1.1.6)
  165. connection_pool (2.2.3)
  166. crack (0.4.3)
  167. safe_yaml (~> 1.0.0)
  168. crass (1.0.6)
  169. css_parser (1.7.1)
  170. addressable
  171. debug_inspector (0.0.3)
  172. devise (4.7.1)
  173. bcrypt (~> 3.0)
  174. orm_adapter (~> 0.1)
  175. railties (>= 4.1.0)
  176. responders
  177. warden (~> 1.2.3)
  178. devise-two-factor (3.1.0)
  179. activesupport (< 6.1)
  180. attr_encrypted (>= 1.3, < 4, != 2)
  181. devise (~> 4.0)
  182. railties (< 6.1)
  183. rotp (~> 2.0)
  184. devise_pam_authenticatable2 (9.2.0)
  185. devise (>= 4.0.0)
  186. rpam2 (~> 4.0)
  187. diff-lcs (1.3)
  188. discard (1.2.0)
  189. activerecord (>= 4.2, < 7)
  190. docile (1.3.2)
  191. domain_name (0.5.20190701)
  192. unf (>= 0.0.5, < 1.0.0)
  193. doorkeeper (5.4.0)
  194. railties (>= 5)
  195. dotenv (2.7.5)
  196. dotenv-rails (2.7.5)
  197. dotenv (= 2.7.5)
  198. railties (>= 3.2, < 6.1)
  199. e2mmap (0.1.0)
  200. ed25519 (1.2.4)
  201. elasticsearch (7.7.0)
  202. elasticsearch-api (= 7.7.0)
  203. elasticsearch-transport (= 7.7.0)
  204. elasticsearch-api (7.7.0)
  205. multi_json
  206. elasticsearch-dsl (0.1.9)
  207. elasticsearch-transport (7.7.0)
  208. faraday (~> 1)
  209. multi_json
  210. encryptor (3.0.0)
  211. equatable (0.6.1)
  212. erubi (1.9.0)
  213. et-orbi (1.2.4)
  214. tzinfo
  215. excon (0.73.0)
  216. fabrication (2.21.1)
  217. faker (2.12.0)
  218. i18n (>= 1.6, < 2)
  219. faraday (1.0.1)
  220. multipart-post (>= 1.2, < 3)
  221. fast_blank (1.0.0)
  222. fastimage (2.1.7)
  223. ffi (1.10.0)
  224. ffi-compiler (1.0.1)
  225. ffi (>= 1.0.0)
  226. rake
  227. fog-core (2.1.0)
  228. builder
  229. excon (~> 0.58)
  230. formatador (~> 0.2)
  231. mime-types
  232. fog-json (1.2.0)
  233. fog-core
  234. multi_json (~> 1.10)
  235. fog-openstack (0.3.10)
  236. fog-core (>= 1.45, <= 2.1.0)
  237. fog-json (>= 1.0)
  238. ipaddress (>= 0.8)
  239. formatador (0.2.5)
  240. fugit (1.3.6)
  241. et-orbi (~> 1.1, >= 1.1.8)
  242. raabro (~> 1.3)
  243. fuubar (2.5.0)
  244. rspec-core (~> 3.0)
  245. ruby-progressbar (~> 1.4)
  246. globalid (0.4.2)
  247. activesupport (>= 4.2.0)
  248. goldfinger (2.1.1)
  249. addressable (~> 2.5)
  250. http (~> 4.0)
  251. nokogiri (~> 1.8)
  252. oj (~> 3.0)
  253. hamlit (2.11.0)
  254. temple (>= 0.8.2)
  255. thor
  256. tilt
  257. hamlit-rails (0.2.3)
  258. actionpack (>= 4.0.1)
  259. activesupport (>= 4.0.1)
  260. hamlit (>= 1.2.0)
  261. railties (>= 4.0.1)
  262. hamster (3.0.0)
  263. concurrent-ruby (~> 1.0)
  264. hashdiff (1.0.1)
  265. hashie (4.1.0)
  266. highline (2.0.3)
  267. hiredis (0.6.3)
  268. hkdf (0.3.0)
  269. htmlentities (4.3.4)
  270. http (4.4.1)
  271. addressable (~> 2.3)
  272. http-cookie (~> 1.0)
  273. http-form_data (~> 2.2)
  274. http-parser (~> 1.2.0)
  275. http-cookie (1.0.3)
  276. domain_name (~> 0.5)
  277. http-form_data (2.3.0)
  278. http-parser (1.2.1)
  279. ffi-compiler (>= 1.0, < 2.0)
  280. http_accept_language (2.1.1)
  281. httplog (1.4.2)
  282. rack (>= 1.0)
  283. rainbow (>= 2.0.0)
  284. i18n (1.8.3)
  285. concurrent-ruby (~> 1.0)
  286. i18n-tasks (0.9.31)
  287. activesupport (>= 4.0.2)
  288. ast (>= 2.1.0)
  289. erubi
  290. highline (>= 2.0.0)
  291. i18n
  292. parser (>= 2.2.3.0)
  293. rails-i18n
  294. rainbow (>= 2.2.2, < 4.0)
  295. terminal-table (>= 1.5.1)
  296. idn-ruby (0.1.0)
  297. ipaddress (0.8.3)
  298. iso-639 (0.3.5)
  299. jmespath (1.4.0)
  300. json (2.3.0)
  301. json-canonicalization (0.2.0)
  302. json-ld (3.1.4)
  303. htmlentities (~> 4.3)
  304. json-canonicalization (~> 0.2)
  305. link_header (~> 0.0, >= 0.0.8)
  306. multi_json (~> 1.14)
  307. rack (~> 2.0)
  308. rdf (~> 3.1)
  309. json-ld-preloaded (3.1.3)
  310. json-ld (~> 3.1)
  311. rdf (~> 3.1)
  312. jsonapi-renderer (0.2.2)
  313. jwt (2.2.1)
  314. kaminari (1.2.1)
  315. activesupport (>= 4.1.0)
  316. kaminari-actionview (= 1.2.1)
  317. kaminari-activerecord (= 1.2.1)
  318. kaminari-core (= 1.2.1)
  319. kaminari-actionview (1.2.1)
  320. actionview
  321. kaminari-core (= 1.2.1)
  322. kaminari-activerecord (1.2.1)
  323. activerecord
  324. kaminari-core (= 1.2.1)
  325. kaminari-core (1.2.1)
  326. launchy (2.5.0)
  327. addressable (~> 2.7)
  328. letter_opener (1.7.0)
  329. launchy (~> 2.2)
  330. letter_opener_web (1.4.0)
  331. actionmailer (>= 3.2)
  332. letter_opener (~> 1.0)
  333. railties (>= 3.2)
  334. link_header (0.0.8)
  335. lograge (0.11.2)
  336. actionpack (>= 4)
  337. activesupport (>= 4)
  338. railties (>= 4)
  339. request_store (~> 1.0)
  340. loofah (2.5.0)
  341. crass (~> 1.0.2)
  342. nokogiri (>= 1.5.9)
  343. mail (2.7.1)
  344. mini_mime (>= 0.1.1)
  345. makara (0.4.1)
  346. activerecord (>= 3.0.0)
  347. marcel (0.3.3)
  348. mimemagic (~> 0.3.2)
  349. mario-redis-lock (1.2.1)
  350. redis (>= 3.0.5)
  351. memory_profiler (0.9.14)
  352. method_source (1.0.0)
  353. microformats (4.2.0)
  354. json (~> 2.2)
  355. nokogiri (~> 1.10)
  356. mime-types (3.3.1)
  357. mime-types-data (~> 3.2015)
  358. mime-types-data (3.2020.0512)
  359. mimemagic (0.3.5)
  360. mini_mime (1.0.2)
  361. mini_portile2 (2.4.0)
  362. minitest (5.14.1)
  363. msgpack (1.3.3)
  364. multi_json (1.14.1)
  365. multipart-post (2.1.1)
  366. necromancer (0.5.1)
  367. net-ldap (0.16.2)
  368. net-scp (3.0.0)
  369. net-ssh (>= 2.6.5, < 7.0.0)
  370. net-ssh (6.0.2)
  371. nio4r (2.5.2)
  372. nokogiri (1.10.9)
  373. mini_portile2 (~> 2.4.0)
  374. nokogumbo (2.0.2)
  375. nokogiri (~> 1.8, >= 1.8.4)
  376. nsa (0.2.7)
  377. activesupport (>= 4.2, < 6)
  378. concurrent-ruby (~> 1.0, >= 1.0.2)
  379. sidekiq (>= 3.5)
  380. statsd-ruby (~> 1.4, >= 1.4.0)
  381. oj (3.10.6)
  382. omniauth (1.9.1)
  383. hashie (>= 3.4.6)
  384. rack (>= 1.6.2, < 3)
  385. omniauth-cas (1.1.1)
  386. addressable (~> 2.3)
  387. nokogiri (~> 1.5)
  388. omniauth (~> 1.2)
  389. omniauth-saml (1.10.1)
  390. omniauth (~> 1.3, >= 1.3.2)
  391. ruby-saml (~> 1.7)
  392. orm_adapter (0.5.0)
  393. ox (2.13.2)
  394. paperclip (6.0.0)
  395. activemodel (>= 4.2.0)
  396. activesupport (>= 4.2.0)
  397. mime-types
  398. mimemagic (~> 0.3.0)
  399. terrapin (~> 0.6.0)
  400. paperclip-av-transcoder (0.6.4)
  401. av (~> 0.9.0)
  402. paperclip (>= 2.5.2)
  403. parallel (1.19.1)
  404. parallel_tests (2.32.0)
  405. parallel
  406. parser (2.7.1.3)
  407. ast (~> 2.4.0)
  408. parslet (2.0.0)
  409. pastel (0.7.4)
  410. equatable (~> 0.6)
  411. tty-color (~> 0.5)
  412. pg (1.2.3)
  413. pghero (2.5.0)
  414. activerecord (>= 5)
  415. pkg-config (1.4.1)
  416. premailer (1.11.1)
  417. addressable
  418. css_parser (>= 1.6.0)
  419. htmlentities (>= 4.0.0)
  420. premailer-rails (1.11.1)
  421. actionmailer (>= 3)
  422. premailer (~> 1.7, >= 1.7.9)
  423. private_address_check (0.5.0)
  424. pry (0.13.1)
  425. coderay (~> 1.1)
  426. method_source (~> 1.0)
  427. pry-byebug (3.9.0)
  428. byebug (~> 11.0)
  429. pry (~> 0.13.0)
  430. pry-rails (0.3.9)
  431. pry (>= 0.10.4)
  432. public_suffix (4.0.5)
  433. puma (4.3.5)
  434. nio4r (~> 2.0)
  435. pundit (2.1.0)
  436. activesupport (>= 3.0.0)
  437. raabro (1.3.1)
  438. rack (2.2.2)
  439. rack-attack (6.3.1)
  440. rack (>= 1.0, < 3)
  441. rack-cors (1.1.1)
  442. rack (>= 2.0.0)
  443. rack-protection (2.0.8.1)
  444. rack
  445. rack-proxy (0.6.5)
  446. rack
  447. rack-test (1.1.0)
  448. rack (>= 1.0, < 3)
  449. rails (5.2.4.3)
  450. actioncable (= 5.2.4.3)
  451. actionmailer (= 5.2.4.3)
  452. actionpack (= 5.2.4.3)
  453. actionview (= 5.2.4.3)
  454. activejob (= 5.2.4.3)
  455. activemodel (= 5.2.4.3)
  456. activerecord (= 5.2.4.3)
  457. activestorage (= 5.2.4.3)
  458. activesupport (= 5.2.4.3)
  459. bundler (>= 1.3.0)
  460. railties (= 5.2.4.3)
  461. sprockets-rails (>= 2.0.0)
  462. rails-controller-testing (1.0.4)
  463. actionpack (>= 5.0.1.x)
  464. actionview (>= 5.0.1.x)
  465. activesupport (>= 5.0.1.x)
  466. rails-dom-testing (2.0.3)
  467. activesupport (>= 4.2.0)
  468. nokogiri (>= 1.6)
  469. rails-html-sanitizer (1.3.0)
  470. loofah (~> 2.3)
  471. rails-i18n (5.1.3)
  472. i18n (>= 0.7, < 2)
  473. railties (>= 5.0, < 6)
  474. rails-settings-cached (0.6.6)
  475. rails (>= 4.2.0)
  476. railties (5.2.4.3)
  477. actionpack (= 5.2.4.3)
  478. activesupport (= 5.2.4.3)
  479. method_source
  480. rake (>= 0.8.7)
  481. thor (>= 0.19.0, < 2.0)
  482. rainbow (3.0.0)
  483. rake (13.0.1)
  484. rdf (3.1.2)
  485. hamster (~> 3.0)
  486. link_header (~> 0.0, >= 0.0.8)
  487. rdf-normalize (0.4.0)
  488. rdf (~> 3.1)
  489. redis (4.1.4)
  490. redis-actionpack (5.2.0)
  491. actionpack (>= 5, < 7)
  492. redis-rack (>= 2.1.0, < 3)
  493. redis-store (>= 1.1.0, < 2)
  494. redis-activesupport (5.2.0)
  495. activesupport (>= 3, < 7)
  496. redis-store (>= 1.3, < 2)
  497. redis-namespace (1.7.0)
  498. redis (>= 3.0.4)
  499. redis-rack (2.1.2)
  500. rack (>= 2.0.8, < 3)
  501. redis-store (>= 1.2, < 2)
  502. redis-rails (5.0.2)
  503. redis-actionpack (>= 5.0, < 6)
  504. redis-activesupport (>= 5.0, < 6)
  505. redis-store (>= 1.2, < 2)
  506. redis-store (1.8.2)
  507. redis (>= 4, < 5)
  508. regexp_parser (1.7.1)
  509. request_store (1.5.0)
  510. rack (>= 1.4)
  511. responders (3.0.1)
  512. actionpack (>= 5.0)
  513. railties (>= 5.0)
  514. rexml (3.2.4)
  515. rotp (2.1.2)
  516. rpam2 (4.0.2)
  517. rqrcode (1.1.2)
  518. chunky_png (~> 1.0)
  519. rqrcode_core (~> 0.1)
  520. rqrcode_core (0.1.2)
  521. rspec-core (3.9.2)
  522. rspec-support (~> 3.9.3)
  523. rspec-expectations (3.9.2)
  524. diff-lcs (>= 1.2.0, < 2.0)
  525. rspec-support (~> 3.9.0)
  526. rspec-mocks (3.9.1)
  527. diff-lcs (>= 1.2.0, < 2.0)
  528. rspec-support (~> 3.9.0)
  529. rspec-rails (4.0.1)
  530. actionpack (>= 4.2)
  531. activesupport (>= 4.2)
  532. railties (>= 4.2)
  533. rspec-core (~> 3.9)
  534. rspec-expectations (~> 3.9)
  535. rspec-mocks (~> 3.9)
  536. rspec-support (~> 3.9)
  537. rspec-sidekiq (3.0.3)
  538. rspec-core (~> 3.0, >= 3.0.0)
  539. sidekiq (>= 2.4.0)
  540. rspec-support (3.9.3)
  541. rspec_junit_formatter (0.4.1)
  542. rspec-core (>= 2, < 4, != 2.12.0)
  543. rubocop (0.85.1)
  544. parallel (~> 1.10)
  545. parser (>= 2.7.0.1)
  546. rainbow (>= 2.2.2, < 4.0)
  547. regexp_parser (>= 1.7)
  548. rexml
  549. rubocop-ast (>= 0.0.3)
  550. ruby-progressbar (~> 1.7)
  551. unicode-display_width (>= 1.4.0, < 2.0)
  552. rubocop-ast (0.0.3)
  553. parser (>= 2.7.0.1)
  554. rubocop-rails (2.5.2)
  555. activesupport
  556. rack (>= 1.1)
  557. rubocop (>= 0.72.0)
  558. ruby-progressbar (1.10.1)
  559. ruby-saml (1.11.0)
  560. nokogiri (>= 1.5.10)
  561. rufus-scheduler (3.6.0)
  562. fugit (~> 1.1, >= 1.1.6)
  563. safe_yaml (1.0.5)
  564. sanitize (5.2.0)
  565. crass (~> 1.0.2)
  566. nokogiri (>= 1.8.0)
  567. nokogumbo (~> 2.0)
  568. semantic_range (2.3.0)
  569. sidekiq (6.0.7)
  570. connection_pool (>= 2.2.2)
  571. rack (~> 2.0)
  572. rack-protection (>= 2.0.0)
  573. redis (>= 4.1.0)
  574. sidekiq-bulk (0.2.0)
  575. sidekiq
  576. sidekiq-scheduler (3.0.1)
  577. e2mmap
  578. redis (>= 3, < 5)
  579. rufus-scheduler (~> 3.2)
  580. sidekiq (>= 3)
  581. thwait
  582. tilt (>= 1.4.0)
  583. sidekiq-unique-jobs (6.0.22)
  584. concurrent-ruby (~> 1.0, >= 1.0.5)
  585. sidekiq (>= 4.0, < 7.0)
  586. thor (~> 0)
  587. simple-navigation (4.1.0)
  588. activesupport (>= 2.3.2)
  589. simple_form (5.0.2)
  590. actionpack (>= 5.0)
  591. activemodel (>= 5.0)
  592. simplecov (0.18.5)
  593. docile (~> 1.1)
  594. simplecov-html (~> 0.11)
  595. simplecov-html (0.12.2)
  596. sprockets (3.7.2)
  597. concurrent-ruby (~> 1.0)
  598. rack (> 1, < 3)
  599. sprockets-rails (3.2.1)
  600. actionpack (>= 4.0)
  601. activesupport (>= 4.0)
  602. sprockets (>= 3.0.0)
  603. sshkit (1.21.0)
  604. net-scp (>= 1.1.2)
  605. net-ssh (>= 2.8.0)
  606. stackprof (0.2.15)
  607. statsd-ruby (1.4.0)
  608. stoplight (2.2.0)
  609. streamio-ffmpeg (3.0.2)
  610. multi_json (~> 1.8)
  611. strong_migrations (0.6.8)
  612. activerecord (>= 5)
  613. temple (0.8.2)
  614. terminal-table (1.8.0)
  615. unicode-display_width (~> 1.1, >= 1.1.1)
  616. terrapin (0.6.0)
  617. climate_control (>= 0.0.3, < 1.0)
  618. thor (0.20.3)
  619. thread_safe (0.3.6)
  620. thwait (0.1.0)
  621. tilt (2.0.10)
  622. tty-color (0.5.1)
  623. tty-cursor (0.7.1)
  624. tty-prompt (0.21.0)
  625. necromancer (~> 0.5.0)
  626. pastel (~> 0.7.0)
  627. tty-reader (~> 0.7.0)
  628. tty-reader (0.7.0)
  629. tty-cursor (~> 0.7)
  630. tty-screen (~> 0.7)
  631. wisper (~> 2.0.0)
  632. tty-screen (0.8.0)
  633. twitter-text (1.14.7)
  634. unf (~> 0.1.0)
  635. tzinfo (1.2.7)
  636. thread_safe (~> 0.1)
  637. tzinfo-data (1.2020.1)
  638. tzinfo (>= 1.0.0)
  639. unf (0.1.4)
  640. unf_ext
  641. unf_ext (0.0.7.7)
  642. unicode-display_width (1.7.0)
  643. uniform_notifier (1.13.0)
  644. warden (1.2.8)
  645. rack (>= 2.0.6)
  646. webmock (3.8.3)
  647. addressable (>= 2.3.6)
  648. crack (>= 0.3.2)
  649. hashdiff (>= 0.4.0, < 2.0.0)
  650. webpacker (5.1.1)
  651. activesupport (>= 5.2)
  652. rack-proxy (>= 0.6.1)
  653. railties (>= 5.2)
  654. semantic_range (>= 2.3.0)
  655. webpush (0.3.8)
  656. hkdf (~> 0.2)
  657. jwt (~> 2.0)
  658. websocket-driver (0.7.2)
  659. websocket-extensions (>= 0.1.0)
  660. websocket-extensions (0.1.5)
  661. wisper (2.0.1)
  662. xpath (3.2.0)
  663. nokogiri (~> 1.8)
  664. PLATFORMS
  665. ruby
  666. DEPENDENCIES
  667. active_model_serializers (~> 0.10)
  668. active_record_query_trace (~> 1.7)
  669. addressable (~> 2.7)
  670. annotate (~> 3.1)
  671. aws-sdk-s3 (~> 1.67)
  672. better_errors (~> 2.7)
  673. binding_of_caller (~> 0.7)
  674. blurhash (~> 0.1)
  675. bootsnap (~> 1.4)
  676. brakeman (~> 4.8)
  677. browser
  678. bullet (~> 6.1)
  679. bundler-audit (~> 0.6)
  680. capistrano (~> 3.14)
  681. capistrano-rails (~> 1.5)
  682. capistrano-rbenv (~> 2.1)
  683. capistrano-yarn (~> 2.0)
  684. capybara (~> 3.32)
  685. charlock_holmes (~> 0.7.7)
  686. chewy (~> 5.1)
  687. cld3 (~> 3.3.0)
  688. climate_control (~> 0.2)
  689. concurrent-ruby
  690. connection_pool
  691. devise (~> 4.7)
  692. devise-two-factor (~> 3.1)
  693. devise_pam_authenticatable2 (~> 9.2)
  694. discard (~> 1.2)
  695. doorkeeper (~> 5.4)
  696. dotenv-rails (~> 2.7)
  697. e2mmap (~> 0.1.0)
  698. ed25519 (~> 1.2)
  699. fabrication (~> 2.21)
  700. faker (~> 2.12)
  701. fast_blank (~> 1.0)
  702. fastimage
  703. fog-core (<= 2.1.0)
  704. fog-openstack (~> 0.3)
  705. fuubar (~> 2.5)
  706. goldfinger (~> 2.1)
  707. hamlit-rails (~> 0.2)
  708. health_check!
  709. hiredis (~> 0.6)
  710. htmlentities (~> 4.3)
  711. http (~> 4.4)
  712. http_accept_language (~> 2.1)
  713. http_parser.rb (~> 0.6)!
  714. httplog (~> 1.4.2)
  715. i18n-tasks (~> 0.9)
  716. idn-ruby
  717. iso-639
  718. json-ld
  719. json-ld-preloaded (~> 3.1)
  720. kaminari (~> 1.2)
  721. letter_opener (~> 1.7)
  722. letter_opener_web (~> 1.4)
  723. link_header (~> 0.0)
  724. lograge (~> 0.11)
  725. makara (~> 0.4)
  726. mario-redis-lock (~> 1.2)
  727. memory_profiler
  728. microformats (~> 4.2)
  729. mime-types (~> 3.3.1)
  730. net-ldap (~> 0.16)
  731. nilsimsa!
  732. nokogiri (~> 1.10)
  733. nsa (~> 0.2)
  734. oj (~> 3.10)
  735. omniauth (~> 1.9)
  736. omniauth-cas (~> 1.1)
  737. omniauth-saml (~> 1.10)
  738. ox (~> 2.13)
  739. paperclip (~> 6.0)
  740. paperclip-av-transcoder (~> 0.6)
  741. parallel (~> 1.19)
  742. parallel_tests (~> 2.32)
  743. parslet
  744. pg (~> 1.2)
  745. pghero (~> 2.5)
  746. pkg-config (~> 1.4)
  747. posix-spawn!
  748. premailer-rails
  749. private_address_check (~> 0.5)
  750. pry-byebug (~> 3.9)
  751. pry-rails (~> 0.3)
  752. puma (~> 4.3)
  753. pundit (~> 2.1)
  754. rack (~> 2.2.2)
  755. rack-attack (~> 6.3)
  756. rack-cors (~> 1.1)
  757. rails (~> 5.2.4.3)
  758. rails-controller-testing (~> 1.0)
  759. rails-i18n (~> 5.1)
  760. rails-settings-cached (~> 0.6)
  761. rdf-normalize (~> 0.4)
  762. redis (~> 4.1)
  763. redis-namespace (~> 1.7)
  764. redis-rails (~> 5.0)
  765. rqrcode (~> 1.1)
  766. rspec-rails (~> 4.0)
  767. rspec-sidekiq (~> 3.0)
  768. rspec_junit_formatter (~> 0.4)
  769. rubocop (~> 0.85)
  770. rubocop-rails (~> 2.5)
  771. ruby-progressbar (~> 1.10)
  772. sanitize (~> 5.2)
  773. sidekiq (~> 6.0)
  774. sidekiq-bulk (~> 0.2.0)
  775. sidekiq-scheduler (~> 3.0)
  776. sidekiq-unique-jobs (~> 6.0)
  777. simple-navigation (~> 4.1)
  778. simple_form (~> 5.0)
  779. simplecov (~> 0.18)
  780. sprockets (~> 3.7.2)
  781. sprockets-rails (~> 3.2)
  782. stackprof
  783. stoplight (~> 2.2.0)
  784. streamio-ffmpeg (~> 3.0)
  785. strong_migrations (~> 0.6)
  786. thor (~> 0.20)
  787. thwait (~> 0.1.0)
  788. tty-prompt (~> 0.21)
  789. twitter-text (~> 1.14)
  790. tzinfo-data (~> 1.2020)
  791. webmock (~> 3.8)
  792. webpacker (~> 5.1)
  793. webpush