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.

798 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.2)
  31. actionpack (= 5.2.4.2)
  32. nio4r (~> 2.0)
  33. websocket-driver (>= 0.6.1)
  34. actionmailer (5.2.4.2)
  35. actionpack (= 5.2.4.2)
  36. actionview (= 5.2.4.2)
  37. activejob (= 5.2.4.2)
  38. mail (~> 2.5, >= 2.5.4)
  39. rails-dom-testing (~> 2.0)
  40. actionpack (5.2.4.2)
  41. actionview (= 5.2.4.2)
  42. activesupport (= 5.2.4.2)
  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.2)
  48. activesupport (= 5.2.4.2)
  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.2)
  60. activesupport (= 5.2.4.2)
  61. globalid (>= 0.3.6)
  62. activemodel (5.2.4.2)
  63. activesupport (= 5.2.4.2)
  64. activerecord (5.2.4.2)
  65. activemodel (= 5.2.4.2)
  66. activesupport (= 5.2.4.2)
  67. arel (>= 9.0)
  68. activestorage (5.2.4.2)
  69. actionpack (= 5.2.4.2)
  70. activerecord (= 5.2.4.2)
  71. marcel (~> 0.3.1)
  72. activesupport (5.2.4.2)
  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.311.0)
  92. aws-sdk-core (3.95.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.31.0)
  98. aws-sdk-core (~> 3, >= 3.71.0)
  99. aws-sigv4 (~> 1.1)
  100. aws-sdk-s3 (1.64.0)
  101. aws-sdk-core (~> 3, >= 3.83.0)
  102. aws-sdk-kms (~> 1)
  103. aws-sigv4 (~> 1.1)
  104. aws-sigv4 (1.1.3)
  105. aws-eventstream (~> 1.0, >= 1.0.2)
  106. bcrypt (3.1.13)
  107. better_errors (2.7.0)
  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.1)
  118. browser (4.0.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.13.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.4.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.1)
  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.2)
  164. concurrent-ruby (1.1.6)
  165. connection_pool (2.2.2)
  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.3.3)
  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. elasticsearch (7.6.0)
  201. elasticsearch-api (= 7.6.0)
  202. elasticsearch-transport (= 7.6.0)
  203. elasticsearch-api (7.6.0)
  204. multi_json
  205. elasticsearch-dsl (0.1.9)
  206. elasticsearch-transport (7.6.0)
  207. faraday (~> 1)
  208. multi_json
  209. encryptor (3.0.0)
  210. equatable (0.6.1)
  211. erubi (1.9.0)
  212. et-orbi (1.2.4)
  213. tzinfo
  214. excon (0.73.0)
  215. fabrication (2.21.1)
  216. faker (2.11.0)
  217. i18n (>= 1.6, < 2)
  218. faraday (1.0.1)
  219. multipart-post (>= 1.2, < 3)
  220. fast_blank (1.0.0)
  221. fastimage (2.1.7)
  222. ffi (1.10.0)
  223. ffi-compiler (1.0.1)
  224. ffi (>= 1.0.0)
  225. rake
  226. fog-core (2.1.0)
  227. builder
  228. excon (~> 0.58)
  229. formatador (~> 0.2)
  230. mime-types
  231. fog-json (1.2.0)
  232. fog-core
  233. multi_json (~> 1.10)
  234. fog-openstack (0.3.7)
  235. fog-core (>= 1.45, <= 2.1.0)
  236. fog-json (>= 1.0)
  237. ipaddress (>= 0.8)
  238. formatador (0.2.5)
  239. fugit (1.3.5)
  240. et-orbi (~> 1.1, >= 1.1.8)
  241. raabro (~> 1.1)
  242. fuubar (2.5.0)
  243. rspec-core (~> 3.0)
  244. ruby-progressbar (~> 1.4)
  245. globalid (0.4.2)
  246. activesupport (>= 4.2.0)
  247. goldfinger (2.1.1)
  248. addressable (~> 2.5)
  249. http (~> 4.0)
  250. nokogiri (~> 1.8)
  251. oj (~> 3.0)
  252. hamlit (2.11.0)
  253. temple (>= 0.8.2)
  254. thor
  255. tilt
  256. hamlit-rails (0.2.3)
  257. actionpack (>= 4.0.1)
  258. activesupport (>= 4.0.1)
  259. hamlit (>= 1.2.0)
  260. railties (>= 4.0.1)
  261. hamster (3.0.0)
  262. concurrent-ruby (~> 1.0)
  263. hashdiff (1.0.1)
  264. hashie (4.1.0)
  265. highline (2.0.3)
  266. hiredis (0.6.3)
  267. hkdf (0.3.0)
  268. htmlentities (4.3.4)
  269. http (4.4.1)
  270. addressable (~> 2.3)
  271. http-cookie (~> 1.0)
  272. http-form_data (~> 2.2)
  273. http-parser (~> 1.2.0)
  274. http-cookie (1.0.3)
  275. domain_name (~> 0.5)
  276. http-form_data (2.3.0)
  277. http-parser (1.2.1)
  278. ffi-compiler (>= 1.0, < 2.0)
  279. http_accept_language (2.1.1)
  280. httplog (1.4.2)
  281. rack (>= 1.0)
  282. rainbow (>= 2.0.0)
  283. i18n (1.8.2)
  284. concurrent-ruby (~> 1.0)
  285. i18n-tasks (0.9.31)
  286. activesupport (>= 4.0.2)
  287. ast (>= 2.1.0)
  288. erubi
  289. highline (>= 2.0.0)
  290. i18n
  291. parser (>= 2.2.3.0)
  292. rails-i18n
  293. rainbow (>= 2.2.2, < 4.0)
  294. terminal-table (>= 1.5.1)
  295. idn-ruby (0.1.0)
  296. ipaddress (0.8.3)
  297. iso-639 (0.3.5)
  298. jaro_winkler (1.5.4)
  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.2)
  310. json-ld (~> 3.1)
  311. rdf (~> 3.1)
  312. jsonapi-renderer (0.2.2)
  313. jwt (2.2.1)
  314. kaminari (1.2.0)
  315. activesupport (>= 4.1.0)
  316. kaminari-actionview (= 1.2.0)
  317. kaminari-activerecord (= 1.2.0)
  318. kaminari-core (= 1.2.0)
  319. kaminari-actionview (1.2.0)
  320. actionview
  321. kaminari-core (= 1.2.0)
  322. kaminari-activerecord (1.2.0)
  323. activerecord
  324. kaminari-core (= 1.2.0)
  325. kaminari-core (1.2.0)
  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.0425)
  359. mimemagic (0.3.4)
  360. mini_mime (1.0.2)
  361. mini_portile2 (2.4.0)
  362. minitest (5.14.0)
  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.2)
  407. ast (~> 2.4.0)
  408. parslet (2.0.0)
  409. pastel (0.7.3)
  410. equatable (~> 0.6)
  411. tty-color (~> 0.5)
  412. pg (1.2.3)
  413. pghero (2.4.2)
  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.4)
  433. puma (4.3.3)
  434. nio4r (~> 2.0)
  435. pundit (2.1.0)
  436. activesupport (>= 3.0.0)
  437. raabro (1.1.6)
  438. rack (2.2.2)
  439. rack-attack (6.3.0)
  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.2)
  450. actioncable (= 5.2.4.2)
  451. actionmailer (= 5.2.4.2)
  452. actionpack (= 5.2.4.2)
  453. actionview (= 5.2.4.2)
  454. activejob (= 5.2.4.2)
  455. activemodel (= 5.2.4.2)
  456. activerecord (= 5.2.4.2)
  457. activestorage (= 5.2.4.2)
  458. activesupport (= 5.2.4.2)
  459. bundler (>= 1.3.0)
  460. railties (= 5.2.4.2)
  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.2)
  477. actionpack (= 5.2.4.2)
  478. activesupport (= 5.2.4.2)
  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.1)
  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.0)
  509. request_store (1.5.0)
  510. rack (>= 1.4)
  511. responders (3.0.0)
  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.1)
  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.0)
  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.82.0)
  544. jaro_winkler (~> 1.5.1)
  545. parallel (~> 1.10)
  546. parser (>= 2.7.0.1)
  547. rainbow (>= 2.2.2, < 4.0)
  548. rexml
  549. ruby-progressbar (~> 1.7)
  550. unicode-display_width (>= 1.4.0, < 2.0)
  551. rubocop-rails (2.5.2)
  552. activesupport
  553. rack (>= 1.1)
  554. rubocop (>= 0.72.0)
  555. ruby-progressbar (1.10.1)
  556. ruby-saml (1.11.0)
  557. nokogiri (>= 1.5.10)
  558. rufus-scheduler (3.6.0)
  559. fugit (~> 1.1, >= 1.1.6)
  560. safe_yaml (1.0.5)
  561. sanitize (5.1.0)
  562. crass (~> 1.0.2)
  563. nokogiri (>= 1.8.0)
  564. nokogumbo (~> 2.0)
  565. semantic_range (2.3.0)
  566. sidekiq (6.0.7)
  567. connection_pool (>= 2.2.2)
  568. rack (~> 2.0)
  569. rack-protection (>= 2.0.0)
  570. redis (>= 4.1.0)
  571. sidekiq-bulk (0.2.0)
  572. sidekiq
  573. sidekiq-scheduler (3.0.1)
  574. e2mmap
  575. redis (>= 3, < 5)
  576. rufus-scheduler (~> 3.2)
  577. sidekiq (>= 3)
  578. thwait
  579. tilt (>= 1.4.0)
  580. sidekiq-unique-jobs (6.0.21)
  581. concurrent-ruby (~> 1.0, >= 1.0.5)
  582. sidekiq (>= 4.0, < 7.0)
  583. thor (~> 0)
  584. simple-navigation (4.1.0)
  585. activesupport (>= 2.3.2)
  586. simple_form (5.0.2)
  587. actionpack (>= 5.0)
  588. activemodel (>= 5.0)
  589. simplecov (0.18.5)
  590. docile (~> 1.1)
  591. simplecov-html (~> 0.11)
  592. simplecov-html (0.12.2)
  593. sprockets (3.7.2)
  594. concurrent-ruby (~> 1.0)
  595. rack (> 1, < 3)
  596. sprockets-rails (3.2.1)
  597. actionpack (>= 4.0)
  598. activesupport (>= 4.0)
  599. sprockets (>= 3.0.0)
  600. sshkit (1.21.0)
  601. net-scp (>= 1.1.2)
  602. net-ssh (>= 2.8.0)
  603. stackprof (0.2.15)
  604. statsd-ruby (1.4.0)
  605. stoplight (2.2.0)
  606. streamio-ffmpeg (3.0.2)
  607. multi_json (~> 1.8)
  608. strong_migrations (0.6.5)
  609. activerecord (>= 5)
  610. temple (0.8.2)
  611. terminal-table (1.8.0)
  612. unicode-display_width (~> 1.1, >= 1.1.1)
  613. terrapin (0.6.0)
  614. climate_control (>= 0.0.3, < 1.0)
  615. thor (0.20.3)
  616. thread_safe (0.3.6)
  617. thwait (0.1.0)
  618. tilt (2.0.10)
  619. tty-color (0.5.1)
  620. tty-command (0.9.0)
  621. pastel (~> 0.7.0)
  622. tty-cursor (0.7.1)
  623. tty-prompt (0.21.0)
  624. necromancer (~> 0.5.0)
  625. pastel (~> 0.7.0)
  626. tty-reader (~> 0.7.0)
  627. tty-reader (0.7.0)
  628. tty-cursor (~> 0.7)
  629. tty-screen (~> 0.7)
  630. wisper (~> 2.0.0)
  631. tty-screen (0.7.1)
  632. twitter-text (1.14.7)
  633. unf (~> 0.1.0)
  634. tzinfo (1.2.7)
  635. thread_safe (~> 0.1)
  636. tzinfo-data (1.2020.1)
  637. tzinfo (>= 1.0.0)
  638. unf (0.1.4)
  639. unf_ext
  640. unf_ext (0.0.7.7)
  641. unicode-display_width (1.7.0)
  642. uniform_notifier (1.13.0)
  643. warden (1.2.8)
  644. rack (>= 2.0.6)
  645. webmock (3.8.3)
  646. addressable (>= 2.3.6)
  647. crack (>= 0.3.2)
  648. hashdiff (>= 0.4.0, < 2.0.0)
  649. webpacker (5.1.1)
  650. activesupport (>= 5.2)
  651. rack-proxy (>= 0.6.1)
  652. railties (>= 5.2)
  653. semantic_range (>= 2.3.0)
  654. webpush (0.3.8)
  655. hkdf (~> 0.2)
  656. jwt (~> 2.0)
  657. websocket-driver (0.7.1)
  658. websocket-extensions (>= 0.1.0)
  659. websocket-extensions (0.1.4)
  660. wisper (2.0.1)
  661. xpath (3.2.0)
  662. nokogiri (~> 1.8)
  663. PLATFORMS
  664. ruby
  665. DEPENDENCIES
  666. active_model_serializers (~> 0.10)
  667. active_record_query_trace (~> 1.7)
  668. addressable (~> 2.7)
  669. annotate (~> 3.1)
  670. aws-sdk-s3 (~> 1.64)
  671. better_errors (~> 2.7)
  672. binding_of_caller (~> 0.7)
  673. blurhash (~> 0.1)
  674. bootsnap (~> 1.4)
  675. brakeman (~> 4.8)
  676. browser
  677. bullet (~> 6.1)
  678. bundler-audit (~> 0.6)
  679. capistrano (~> 3.13)
  680. capistrano-rails (~> 1.4)
  681. capistrano-rbenv (~> 2.1)
  682. capistrano-yarn (~> 2.0)
  683. capybara (~> 3.32)
  684. charlock_holmes (~> 0.7.7)
  685. chewy (~> 5.1)
  686. cld3 (~> 3.3.0)
  687. climate_control (~> 0.2)
  688. concurrent-ruby
  689. connection_pool
  690. devise (~> 4.7)
  691. devise-two-factor (~> 3.1)
  692. devise_pam_authenticatable2 (~> 9.2)
  693. discard (~> 1.2)
  694. doorkeeper (~> 5.3)
  695. dotenv-rails (~> 2.7)
  696. e2mmap (~> 0.1.0)
  697. fabrication (~> 2.21)
  698. faker (~> 2.11)
  699. fast_blank (~> 1.0)
  700. fastimage
  701. fog-core (<= 2.1.0)
  702. fog-openstack (~> 0.3)
  703. fuubar (~> 2.5)
  704. goldfinger (~> 2.1)
  705. hamlit-rails (~> 0.2)
  706. health_check!
  707. hiredis (~> 0.6)
  708. htmlentities (~> 4.3)
  709. http (~> 4.4)
  710. http_accept_language (~> 2.1)
  711. http_parser.rb (~> 0.6)!
  712. httplog (~> 1.4.2)
  713. i18n-tasks (~> 0.9)
  714. idn-ruby
  715. iso-639
  716. json-ld
  717. json-ld-preloaded (~> 3.1)
  718. kaminari (~> 1.2)
  719. letter_opener (~> 1.7)
  720. letter_opener_web (~> 1.4)
  721. link_header (~> 0.0)
  722. lograge (~> 0.11)
  723. makara (~> 0.4)
  724. mario-redis-lock (~> 1.2)
  725. memory_profiler
  726. microformats (~> 4.2)
  727. mime-types (~> 3.3.1)
  728. net-ldap (~> 0.16)
  729. nilsimsa!
  730. nokogiri (~> 1.10)
  731. nsa (~> 0.2)
  732. oj (~> 3.10)
  733. omniauth (~> 1.9)
  734. omniauth-cas (~> 1.1)
  735. omniauth-saml (~> 1.10)
  736. ox (~> 2.13)
  737. paperclip (~> 6.0)
  738. paperclip-av-transcoder (~> 0.6)
  739. parallel (~> 1.19)
  740. parallel_tests (~> 2.32)
  741. parslet
  742. pg (~> 1.2)
  743. pghero (~> 2.4)
  744. pkg-config (~> 1.4)
  745. posix-spawn!
  746. premailer-rails
  747. private_address_check (~> 0.5)
  748. pry-byebug (~> 3.9)
  749. pry-rails (~> 0.3)
  750. puma (~> 4.3)
  751. pundit (~> 2.1)
  752. rack (~> 2.2.2)
  753. rack-attack (~> 6.3)
  754. rack-cors (~> 1.1)
  755. rails (~> 5.2.4.2)
  756. rails-controller-testing (~> 1.0)
  757. rails-i18n (~> 5.1)
  758. rails-settings-cached (~> 0.6)
  759. rdf-normalize (~> 0.4)
  760. redis (~> 4.1)
  761. redis-namespace (~> 1.7)
  762. redis-rails (~> 5.0)
  763. rqrcode (~> 1.1)
  764. rspec-rails (~> 4.0)
  765. rspec-sidekiq (~> 3.0)
  766. rspec_junit_formatter (~> 0.4)
  767. rubocop (~> 0.82)
  768. rubocop-rails (~> 2.5)
  769. ruby-progressbar (~> 1.10)
  770. sanitize (~> 5.1)
  771. sidekiq (~> 6.0)
  772. sidekiq-bulk (~> 0.2.0)
  773. sidekiq-scheduler (~> 3.0)
  774. sidekiq-unique-jobs (~> 6.0)
  775. simple-navigation (~> 4.1)
  776. simple_form (~> 5.0)
  777. simplecov (~> 0.18)
  778. sprockets (~> 3.7.2)
  779. sprockets-rails (~> 3.2)
  780. stackprof
  781. stoplight (~> 2.2.0)
  782. streamio-ffmpeg (~> 3.0)
  783. strong_migrations (~> 0.6)
  784. thor (~> 0.20)
  785. thwait (~> 0.1.0)
  786. tty-command (~> 0.9)
  787. tty-prompt (~> 0.21)
  788. twitter-text (~> 1.14)
  789. tzinfo-data (~> 1.2020)
  790. webmock (~> 3.8)
  791. webpacker (~> 5.1)
  792. webpush