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
20 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.320.0)
  92. aws-sdk-core (3.96.1)
  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.66.0)
  101. aws-sdk-core (~> 3, >= 3.96.1)
  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.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.1.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.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.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. elasticsearch (7.7.0)
  201. elasticsearch-api (= 7.7.0)
  202. elasticsearch-transport (= 7.7.0)
  203. elasticsearch-api (7.7.0)
  204. multi_json
  205. elasticsearch-dsl (0.1.9)
  206. elasticsearch-transport (7.7.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. jmespath (1.4.0)
  299. json (2.3.0)
  300. json-canonicalization (0.2.0)
  301. json-ld (3.1.4)
  302. htmlentities (~> 4.3)
  303. json-canonicalization (~> 0.2)
  304. link_header (~> 0.0, >= 0.0.8)
  305. multi_json (~> 1.14)
  306. rack (~> 2.0)
  307. rdf (~> 3.1)
  308. json-ld-preloaded (3.1.2)
  309. json-ld (~> 3.1)
  310. rdf (~> 3.1)
  311. jsonapi-renderer (0.2.2)
  312. jwt (2.2.1)
  313. kaminari (1.2.0)
  314. activesupport (>= 4.1.0)
  315. kaminari-actionview (= 1.2.0)
  316. kaminari-activerecord (= 1.2.0)
  317. kaminari-core (= 1.2.0)
  318. kaminari-actionview (1.2.0)
  319. actionview
  320. kaminari-core (= 1.2.0)
  321. kaminari-activerecord (1.2.0)
  322. activerecord
  323. kaminari-core (= 1.2.0)
  324. kaminari-core (1.2.0)
  325. launchy (2.5.0)
  326. addressable (~> 2.7)
  327. letter_opener (1.7.0)
  328. launchy (~> 2.2)
  329. letter_opener_web (1.4.0)
  330. actionmailer (>= 3.2)
  331. letter_opener (~> 1.0)
  332. railties (>= 3.2)
  333. link_header (0.0.8)
  334. lograge (0.11.2)
  335. actionpack (>= 4)
  336. activesupport (>= 4)
  337. railties (>= 4)
  338. request_store (~> 1.0)
  339. loofah (2.5.0)
  340. crass (~> 1.0.2)
  341. nokogiri (>= 1.5.9)
  342. mail (2.7.1)
  343. mini_mime (>= 0.1.1)
  344. makara (0.4.1)
  345. activerecord (>= 3.0.0)
  346. marcel (0.3.3)
  347. mimemagic (~> 0.3.2)
  348. mario-redis-lock (1.2.1)
  349. redis (>= 3.0.5)
  350. memory_profiler (0.9.14)
  351. method_source (1.0.0)
  352. microformats (4.2.0)
  353. json (~> 2.2)
  354. nokogiri (~> 1.10)
  355. mime-types (3.3.1)
  356. mime-types-data (~> 3.2015)
  357. mime-types-data (3.2020.0512)
  358. mimemagic (0.3.5)
  359. mini_mime (1.0.2)
  360. mini_portile2 (2.4.0)
  361. minitest (5.14.1)
  362. msgpack (1.3.3)
  363. multi_json (1.14.1)
  364. multipart-post (2.1.1)
  365. necromancer (0.5.1)
  366. net-ldap (0.16.2)
  367. net-scp (3.0.0)
  368. net-ssh (>= 2.6.5, < 7.0.0)
  369. net-ssh (6.0.2)
  370. nio4r (2.5.2)
  371. nokogiri (1.10.9)
  372. mini_portile2 (~> 2.4.0)
  373. nokogumbo (2.0.2)
  374. nokogiri (~> 1.8, >= 1.8.4)
  375. nsa (0.2.7)
  376. activesupport (>= 4.2, < 6)
  377. concurrent-ruby (~> 1.0, >= 1.0.2)
  378. sidekiq (>= 3.5)
  379. statsd-ruby (~> 1.4, >= 1.4.0)
  380. oj (3.10.6)
  381. omniauth (1.9.1)
  382. hashie (>= 3.4.6)
  383. rack (>= 1.6.2, < 3)
  384. omniauth-cas (1.1.1)
  385. addressable (~> 2.3)
  386. nokogiri (~> 1.5)
  387. omniauth (~> 1.2)
  388. omniauth-saml (1.10.1)
  389. omniauth (~> 1.3, >= 1.3.2)
  390. ruby-saml (~> 1.7)
  391. orm_adapter (0.5.0)
  392. ox (2.13.2)
  393. paperclip (6.0.0)
  394. activemodel (>= 4.2.0)
  395. activesupport (>= 4.2.0)
  396. mime-types
  397. mimemagic (~> 0.3.0)
  398. terrapin (~> 0.6.0)
  399. paperclip-av-transcoder (0.6.4)
  400. av (~> 0.9.0)
  401. paperclip (>= 2.5.2)
  402. parallel (1.19.1)
  403. parallel_tests (2.32.0)
  404. parallel
  405. parser (2.7.1.2)
  406. ast (~> 2.4.0)
  407. parslet (2.0.0)
  408. pastel (0.7.4)
  409. equatable (~> 0.6)
  410. tty-color (~> 0.5)
  411. pg (1.2.3)
  412. pghero (2.5.0)
  413. activerecord (>= 5)
  414. pkg-config (1.4.1)
  415. premailer (1.11.1)
  416. addressable
  417. css_parser (>= 1.6.0)
  418. htmlentities (>= 4.0.0)
  419. premailer-rails (1.11.1)
  420. actionmailer (>= 3)
  421. premailer (~> 1.7, >= 1.7.9)
  422. private_address_check (0.5.0)
  423. pry (0.13.1)
  424. coderay (~> 1.1)
  425. method_source (~> 1.0)
  426. pry-byebug (3.9.0)
  427. byebug (~> 11.0)
  428. pry (~> 0.13.0)
  429. pry-rails (0.3.9)
  430. pry (>= 0.10.4)
  431. public_suffix (4.0.5)
  432. puma (4.3.5)
  433. nio4r (~> 2.0)
  434. pundit (2.1.0)
  435. activesupport (>= 3.0.0)
  436. raabro (1.3.1)
  437. rack (2.2.2)
  438. rack-attack (6.3.1)
  439. rack (>= 1.0, < 3)
  440. rack-cors (1.1.1)
  441. rack (>= 2.0.0)
  442. rack-protection (2.0.8.1)
  443. rack
  444. rack-proxy (0.6.5)
  445. rack
  446. rack-test (1.1.0)
  447. rack (>= 1.0, < 3)
  448. rails (5.2.4.3)
  449. actioncable (= 5.2.4.3)
  450. actionmailer (= 5.2.4.3)
  451. actionpack (= 5.2.4.3)
  452. actionview (= 5.2.4.3)
  453. activejob (= 5.2.4.3)
  454. activemodel (= 5.2.4.3)
  455. activerecord (= 5.2.4.3)
  456. activestorage (= 5.2.4.3)
  457. activesupport (= 5.2.4.3)
  458. bundler (>= 1.3.0)
  459. railties (= 5.2.4.3)
  460. sprockets-rails (>= 2.0.0)
  461. rails-controller-testing (1.0.4)
  462. actionpack (>= 5.0.1.x)
  463. actionview (>= 5.0.1.x)
  464. activesupport (>= 5.0.1.x)
  465. rails-dom-testing (2.0.3)
  466. activesupport (>= 4.2.0)
  467. nokogiri (>= 1.6)
  468. rails-html-sanitizer (1.3.0)
  469. loofah (~> 2.3)
  470. rails-i18n (5.1.3)
  471. i18n (>= 0.7, < 2)
  472. railties (>= 5.0, < 6)
  473. rails-settings-cached (0.6.6)
  474. rails (>= 4.2.0)
  475. railties (5.2.4.3)
  476. actionpack (= 5.2.4.3)
  477. activesupport (= 5.2.4.3)
  478. method_source
  479. rake (>= 0.8.7)
  480. thor (>= 0.19.0, < 2.0)
  481. rainbow (3.0.0)
  482. rake (13.0.1)
  483. rdf (3.1.1)
  484. hamster (~> 3.0)
  485. link_header (~> 0.0, >= 0.0.8)
  486. rdf-normalize (0.4.0)
  487. rdf (~> 3.1)
  488. redis (4.1.4)
  489. redis-actionpack (5.2.0)
  490. actionpack (>= 5, < 7)
  491. redis-rack (>= 2.1.0, < 3)
  492. redis-store (>= 1.1.0, < 2)
  493. redis-activesupport (5.2.0)
  494. activesupport (>= 3, < 7)
  495. redis-store (>= 1.3, < 2)
  496. redis-namespace (1.7.0)
  497. redis (>= 3.0.4)
  498. redis-rack (2.1.2)
  499. rack (>= 2.0.8, < 3)
  500. redis-store (>= 1.2, < 2)
  501. redis-rails (5.0.2)
  502. redis-actionpack (>= 5.0, < 6)
  503. redis-activesupport (>= 5.0, < 6)
  504. redis-store (>= 1.2, < 2)
  505. redis-store (1.8.2)
  506. redis (>= 4, < 5)
  507. regexp_parser (1.7.0)
  508. request_store (1.5.0)
  509. rack (>= 1.4)
  510. responders (3.0.0)
  511. actionpack (>= 5.0)
  512. railties (>= 5.0)
  513. rexml (3.2.4)
  514. rotp (2.1.2)
  515. rpam2 (4.0.2)
  516. rqrcode (1.1.2)
  517. chunky_png (~> 1.0)
  518. rqrcode_core (~> 0.1)
  519. rqrcode_core (0.1.2)
  520. rspec-core (3.9.2)
  521. rspec-support (~> 3.9.3)
  522. rspec-expectations (3.9.2)
  523. diff-lcs (>= 1.2.0, < 2.0)
  524. rspec-support (~> 3.9.0)
  525. rspec-mocks (3.9.1)
  526. diff-lcs (>= 1.2.0, < 2.0)
  527. rspec-support (~> 3.9.0)
  528. rspec-rails (4.0.1)
  529. actionpack (>= 4.2)
  530. activesupport (>= 4.2)
  531. railties (>= 4.2)
  532. rspec-core (~> 3.9)
  533. rspec-expectations (~> 3.9)
  534. rspec-mocks (~> 3.9)
  535. rspec-support (~> 3.9)
  536. rspec-sidekiq (3.0.3)
  537. rspec-core (~> 3.0, >= 3.0.0)
  538. sidekiq (>= 2.4.0)
  539. rspec-support (3.9.3)
  540. rspec_junit_formatter (0.4.1)
  541. rspec-core (>= 2, < 4, != 2.12.0)
  542. rubocop (0.84.0)
  543. parallel (~> 1.10)
  544. parser (>= 2.7.0.1)
  545. rainbow (>= 2.2.2, < 4.0)
  546. rexml
  547. rubocop-ast (>= 0.0.3)
  548. ruby-progressbar (~> 1.7)
  549. unicode-display_width (>= 1.4.0, < 2.0)
  550. rubocop-ast (0.0.3)
  551. parser (>= 2.7.0.1)
  552. rubocop-rails (2.5.2)
  553. activesupport
  554. rack (>= 1.1)
  555. rubocop (>= 0.72.0)
  556. ruby-progressbar (1.10.1)
  557. ruby-saml (1.11.0)
  558. nokogiri (>= 1.5.10)
  559. rufus-scheduler (3.6.0)
  560. fugit (~> 1.1, >= 1.1.6)
  561. safe_yaml (1.0.5)
  562. sanitize (5.1.0)
  563. crass (~> 1.0.2)
  564. nokogiri (>= 1.8.0)
  565. nokogumbo (~> 2.0)
  566. semantic_range (2.3.0)
  567. sidekiq (6.0.7)
  568. connection_pool (>= 2.2.2)
  569. rack (~> 2.0)
  570. rack-protection (>= 2.0.0)
  571. redis (>= 4.1.0)
  572. sidekiq-bulk (0.2.0)
  573. sidekiq
  574. sidekiq-scheduler (3.0.1)
  575. e2mmap
  576. redis (>= 3, < 5)
  577. rufus-scheduler (~> 3.2)
  578. sidekiq (>= 3)
  579. thwait
  580. tilt (>= 1.4.0)
  581. sidekiq-unique-jobs (6.0.22)
  582. concurrent-ruby (~> 1.0, >= 1.0.5)
  583. sidekiq (>= 4.0, < 7.0)
  584. thor (~> 0)
  585. simple-navigation (4.1.0)
  586. activesupport (>= 2.3.2)
  587. simple_form (5.0.2)
  588. actionpack (>= 5.0)
  589. activemodel (>= 5.0)
  590. simplecov (0.18.5)
  591. docile (~> 1.1)
  592. simplecov-html (~> 0.11)
  593. simplecov-html (0.12.2)
  594. sprockets (3.7.2)
  595. concurrent-ruby (~> 1.0)
  596. rack (> 1, < 3)
  597. sprockets-rails (3.2.1)
  598. actionpack (>= 4.0)
  599. activesupport (>= 4.0)
  600. sprockets (>= 3.0.0)
  601. sshkit (1.21.0)
  602. net-scp (>= 1.1.2)
  603. net-ssh (>= 2.8.0)
  604. stackprof (0.2.15)
  605. statsd-ruby (1.4.0)
  606. stoplight (2.2.0)
  607. streamio-ffmpeg (3.0.2)
  608. multi_json (~> 1.8)
  609. strong_migrations (0.6.8)
  610. activerecord (>= 5)
  611. temple (0.8.2)
  612. terminal-table (1.8.0)
  613. unicode-display_width (~> 1.1, >= 1.1.1)
  614. terrapin (0.6.0)
  615. climate_control (>= 0.0.3, < 1.0)
  616. thor (0.20.3)
  617. thread_safe (0.3.6)
  618. thwait (0.1.0)
  619. tilt (2.0.10)
  620. tty-color (0.5.1)
  621. tty-command (0.9.0)
  622. pastel (~> 0.7.0)
  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.7.1)
  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.4)
  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.66)
  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. fabrication (~> 2.21)
  699. faker (~> 2.11)
  700. fast_blank (~> 1.0)
  701. fastimage
  702. fog-core (<= 2.1.0)
  703. fog-openstack (~> 0.3)
  704. fuubar (~> 2.5)
  705. goldfinger (~> 2.1)
  706. hamlit-rails (~> 0.2)
  707. health_check!
  708. hiredis (~> 0.6)
  709. htmlentities (~> 4.3)
  710. http (~> 4.4)
  711. http_accept_language (~> 2.1)
  712. http_parser.rb (~> 0.6)!
  713. httplog (~> 1.4.2)
  714. i18n-tasks (~> 0.9)
  715. idn-ruby
  716. iso-639
  717. json-ld
  718. json-ld-preloaded (~> 3.1)
  719. kaminari (~> 1.2)
  720. letter_opener (~> 1.7)
  721. letter_opener_web (~> 1.4)
  722. link_header (~> 0.0)
  723. lograge (~> 0.11)
  724. makara (~> 0.4)
  725. mario-redis-lock (~> 1.2)
  726. memory_profiler
  727. microformats (~> 4.2)
  728. mime-types (~> 3.3.1)
  729. net-ldap (~> 0.16)
  730. nilsimsa!
  731. nokogiri (~> 1.10)
  732. nsa (~> 0.2)
  733. oj (~> 3.10)
  734. omniauth (~> 1.9)
  735. omniauth-cas (~> 1.1)
  736. omniauth-saml (~> 1.10)
  737. ox (~> 2.13)
  738. paperclip (~> 6.0)
  739. paperclip-av-transcoder (~> 0.6)
  740. parallel (~> 1.19)
  741. parallel_tests (~> 2.32)
  742. parslet
  743. pg (~> 1.2)
  744. pghero (~> 2.5)
  745. pkg-config (~> 1.4)
  746. posix-spawn!
  747. premailer-rails
  748. private_address_check (~> 0.5)
  749. pry-byebug (~> 3.9)
  750. pry-rails (~> 0.3)
  751. puma (~> 4.3)
  752. pundit (~> 2.1)
  753. rack (~> 2.2.2)
  754. rack-attack (~> 6.3)
  755. rack-cors (~> 1.1)
  756. rails (~> 5.2.4.3)
  757. rails-controller-testing (~> 1.0)
  758. rails-i18n (~> 5.1)
  759. rails-settings-cached (~> 0.6)
  760. rdf-normalize (~> 0.4)
  761. redis (~> 4.1)
  762. redis-namespace (~> 1.7)
  763. redis-rails (~> 5.0)
  764. rqrcode (~> 1.1)
  765. rspec-rails (~> 4.0)
  766. rspec-sidekiq (~> 3.0)
  767. rspec_junit_formatter (~> 0.4)
  768. rubocop (~> 0.84)
  769. rubocop-rails (~> 2.5)
  770. ruby-progressbar (~> 1.10)
  771. sanitize (~> 5.1)
  772. sidekiq (~> 6.0)
  773. sidekiq-bulk (~> 0.2.0)
  774. sidekiq-scheduler (~> 3.0)
  775. sidekiq-unique-jobs (~> 6.0)
  776. simple-navigation (~> 4.1)
  777. simple_form (~> 5.0)
  778. simplecov (~> 0.18)
  779. sprockets (~> 3.7.2)
  780. sprockets-rails (~> 3.2)
  781. stackprof
  782. stoplight (~> 2.2.0)
  783. streamio-ffmpeg (~> 3.0)
  784. strong_migrations (~> 0.6)
  785. thor (~> 0.20)
  786. thwait (~> 0.1.0)
  787. tty-command (~> 0.9)
  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