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.

780 lines
19 KiB

8 years ago
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
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/witgo/nilsimsa
  10. revision: fd184883048b922b176939f851338d0a4971a532
  11. ref: fd184883048b922b176939f851338d0a4971a532
  12. specs:
  13. nilsimsa (1.1.2)
  14. GEM
  15. remote: https://rubygems.org/
  16. specs:
  17. actioncable (5.2.4.3)
  18. actionpack (= 5.2.4.3)
  19. nio4r (~> 2.0)
  20. websocket-driver (>= 0.6.1)
  21. actionmailer (5.2.4.3)
  22. actionpack (= 5.2.4.3)
  23. actionview (= 5.2.4.3)
  24. activejob (= 5.2.4.3)
  25. mail (~> 2.5, >= 2.5.4)
  26. rails-dom-testing (~> 2.0)
  27. actionpack (5.2.4.3)
  28. actionview (= 5.2.4.3)
  29. activesupport (= 5.2.4.3)
  30. rack (~> 2.0, >= 2.0.8)
  31. rack-test (>= 0.6.3)
  32. rails-dom-testing (~> 2.0)
  33. rails-html-sanitizer (~> 1.0, >= 1.0.2)
  34. actionview (5.2.4.3)
  35. activesupport (= 5.2.4.3)
  36. builder (~> 3.1)
  37. erubi (~> 1.4)
  38. rails-dom-testing (~> 2.0)
  39. rails-html-sanitizer (~> 1.0, >= 1.0.3)
  40. active_model_serializers (0.10.10)
  41. actionpack (>= 4.1, < 6.1)
  42. activemodel (>= 4.1, < 6.1)
  43. case_transform (>= 0.2)
  44. jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
  45. active_record_query_trace (1.7)
  46. activejob (5.2.4.3)
  47. activesupport (= 5.2.4.3)
  48. globalid (>= 0.3.6)
  49. activemodel (5.2.4.3)
  50. activesupport (= 5.2.4.3)
  51. activerecord (5.2.4.3)
  52. activemodel (= 5.2.4.3)
  53. activesupport (= 5.2.4.3)
  54. arel (>= 9.0)
  55. activestorage (5.2.4.3)
  56. actionpack (= 5.2.4.3)
  57. activerecord (= 5.2.4.3)
  58. marcel (~> 0.3.1)
  59. activesupport (5.2.4.3)
  60. concurrent-ruby (~> 1.0, >= 1.0.2)
  61. i18n (>= 0.7, < 2)
  62. minitest (~> 5.1)
  63. tzinfo (~> 1.1)
  64. addressable (2.7.0)
  65. public_suffix (>= 2.0.2, < 5.0)
  66. airbrussh (1.4.0)
  67. sshkit (>= 1.6.1, != 1.7.0)
  68. annotate (3.1.1)
  69. activerecord (>= 3.2, < 7.0)
  70. rake (>= 10.4, < 14.0)
  71. arel (9.0.0)
  72. ast (2.4.1)
  73. attr_encrypted (3.1.0)
  74. encryptor (~> 3.0.0)
  75. av (0.9.0)
  76. cocaine (~> 0.5.3)
  77. aws-eventstream (1.1.0)
  78. aws-partitions (1.349.0)
  79. aws-sdk-core (3.104.3)
  80. aws-eventstream (~> 1, >= 1.0.2)
  81. aws-partitions (~> 1, >= 1.239.0)
  82. aws-sigv4 (~> 1.1)
  83. jmespath (~> 1.0)
  84. aws-sdk-kms (1.36.0)
  85. aws-sdk-core (~> 3, >= 3.99.0)
  86. aws-sigv4 (~> 1.1)
  87. aws-sdk-s3 (1.75.0)
  88. aws-sdk-core (~> 3, >= 3.104.1)
  89. aws-sdk-kms (~> 1)
  90. aws-sigv4 (~> 1.1)
  91. aws-sigv4 (1.2.1)
  92. aws-eventstream (~> 1, >= 1.0.2)
  93. bcrypt (3.1.15)
  94. better_errors (2.7.1)
  95. coderay (>= 1.0.0)
  96. erubi (>= 1.0.0)
  97. rack (>= 0.9.0)
  98. binding_of_caller (0.8.0)
  99. debug_inspector (>= 0.0.1)
  100. blurhash (0.1.4)
  101. ffi (~> 1.10.0)
  102. bootsnap (1.4.7)
  103. msgpack (~> 1.0)
  104. brakeman (4.9.0)
  105. browser (4.2.0)
  106. builder (3.2.4)
  107. bullet (6.1.0)
  108. activesupport (>= 3.0.0)
  109. uniform_notifier (~> 1.11)
  110. bundler-audit (0.7.0.1)
  111. bundler (>= 1.2.0, < 3)
  112. thor (>= 0.18, < 2)
  113. byebug (11.1.3)
  114. capistrano (3.14.1)
  115. airbrussh (>= 1.0.0)
  116. i18n
  117. rake (>= 10.0.0)
  118. sshkit (>= 1.9.0)
  119. capistrano-bundler (2.0.1)
  120. capistrano (~> 3.1)
  121. capistrano-rails (1.6.1)
  122. capistrano (~> 3.1)
  123. capistrano-bundler (>= 1.1, < 3)
  124. capistrano-rbenv (2.2.0)
  125. capistrano (~> 3.1)
  126. sshkit (~> 1.3)
  127. capistrano-yarn (2.0.2)
  128. capistrano (~> 3.0)
  129. capybara (3.33.0)
  130. addressable
  131. mini_mime (>= 0.1.3)
  132. nokogiri (~> 1.8)
  133. rack (>= 1.6.0)
  134. rack-test (>= 0.6.3)
  135. regexp_parser (~> 1.5)
  136. xpath (~> 3.2)
  137. case_transform (0.2)
  138. activesupport
  139. charlock_holmes (0.7.7)
  140. chewy (5.1.0)
  141. activesupport (>= 4.0)
  142. elasticsearch (>= 2.0.0)
  143. elasticsearch-dsl
  144. chunky_png (1.3.11)
  145. cld3 (3.3.0)
  146. ffi (>= 1.1.0, < 1.12.0)
  147. climate_control (0.2.0)
  148. cocaine (0.5.8)
  149. climate_control (>= 0.0.3, < 1.0)
  150. coderay (1.1.3)
  151. color_diff (0.1)
  152. concurrent-ruby (1.1.7)
  153. connection_pool (2.2.3)
  154. crack (0.4.3)
  155. safe_yaml (~> 1.0.0)
  156. crass (1.0.6)
  157. css_parser (1.7.1)
  158. addressable
  159. debug_inspector (0.0.3)
  160. devise (4.7.2)
  161. bcrypt (~> 3.0)
  162. orm_adapter (~> 0.1)
  163. railties (>= 4.1.0)
  164. responders
  165. warden (~> 1.2.3)
  166. devise-two-factor (3.1.0)
  167. activesupport (< 6.1)
  168. attr_encrypted (>= 1.3, < 4, != 2)
  169. devise (~> 4.0)
  170. railties (< 6.1)
  171. rotp (~> 2.0)
  172. devise_pam_authenticatable2 (9.2.0)
  173. devise (>= 4.0.0)
  174. rpam2 (~> 4.0)
  175. diff-lcs (1.4.4)
  176. discard (1.2.0)
  177. activerecord (>= 4.2, < 7)
  178. docile (1.3.2)
  179. domain_name (0.5.20190701)
  180. unf (>= 0.0.5, < 1.0.0)
  181. doorkeeper (5.4.0)
  182. railties (>= 5)
  183. dotenv (2.7.6)
  184. dotenv-rails (2.7.6)
  185. dotenv (= 2.7.6)
  186. railties (>= 3.2)
  187. e2mmap (0.1.0)
  188. ed25519 (1.2.4)
  189. elasticsearch (7.8.1)
  190. elasticsearch-api (= 7.8.1)
  191. elasticsearch-transport (= 7.8.1)
  192. elasticsearch-api (7.8.1)
  193. multi_json
  194. elasticsearch-dsl (0.1.9)
  195. elasticsearch-transport (7.8.1)
  196. faraday (~> 1)
  197. multi_json
  198. encryptor (3.0.0)
  199. erubi (1.9.0)
  200. et-orbi (1.2.4)
  201. tzinfo
  202. excon (0.76.0)
  203. fabrication (2.21.1)
  204. faker (2.13.0)
  205. i18n (>= 1.6, < 2)
  206. faraday (1.0.1)
  207. multipart-post (>= 1.2, < 3)
  208. fast_blank (1.0.0)
  209. fastimage (2.2.0)
  210. ffi (1.10.0)
  211. ffi-compiler (1.0.1)
  212. ffi (>= 1.0.0)
  213. rake
  214. fog-core (2.1.0)
  215. builder
  216. excon (~> 0.58)
  217. formatador (~> 0.2)
  218. mime-types
  219. fog-json (1.2.0)
  220. fog-core
  221. multi_json (~> 1.10)
  222. fog-openstack (0.3.10)
  223. fog-core (>= 1.45, <= 2.1.0)
  224. fog-json (>= 1.0)
  225. ipaddress (>= 0.8)
  226. formatador (0.2.5)
  227. fugit (1.3.6)
  228. et-orbi (~> 1.1, >= 1.1.8)
  229. raabro (~> 1.3)
  230. fuubar (2.5.0)
  231. rspec-core (~> 3.0)
  232. ruby-progressbar (~> 1.4)
  233. globalid (0.4.2)
  234. activesupport (>= 4.2.0)
  235. goldfinger (2.1.1)
  236. addressable (~> 2.5)
  237. http (~> 4.0)
  238. nokogiri (~> 1.8)
  239. oj (~> 3.0)
  240. hamlit (2.11.0)
  241. temple (>= 0.8.2)
  242. thor
  243. tilt
  244. hamlit-rails (0.2.3)
  245. actionpack (>= 4.0.1)
  246. activesupport (>= 4.0.1)
  247. hamlit (>= 1.2.0)
  248. railties (>= 4.0.1)
  249. hamster (3.0.0)
  250. concurrent-ruby (~> 1.0)
  251. hashdiff (1.0.1)
  252. hashie (4.1.0)
  253. highline (2.0.3)
  254. hiredis (0.6.3)
  255. hkdf (0.3.0)
  256. htmlentities (4.3.4)
  257. http (4.4.1)
  258. addressable (~> 2.3)
  259. http-cookie (~> 1.0)
  260. http-form_data (~> 2.2)
  261. http-parser (~> 1.2.0)
  262. http-cookie (1.0.3)
  263. domain_name (~> 0.5)
  264. http-form_data (2.3.0)
  265. http-parser (1.2.1)
  266. ffi-compiler (>= 1.0, < 2.0)
  267. http_accept_language (2.1.1)
  268. httplog (1.4.3)
  269. rack (>= 1.0)
  270. rainbow (>= 2.0.0)
  271. i18n (1.8.5)
  272. concurrent-ruby (~> 1.0)
  273. i18n-tasks (0.9.31)
  274. activesupport (>= 4.0.2)
  275. ast (>= 2.1.0)
  276. erubi
  277. highline (>= 2.0.0)
  278. i18n
  279. parser (>= 2.2.3.0)
  280. rails-i18n
  281. rainbow (>= 2.2.2, < 4.0)
  282. terminal-table (>= 1.5.1)
  283. idn-ruby (0.1.0)
  284. ipaddress (0.8.3)
  285. iso-639 (0.3.5)
  286. jmespath (1.4.0)
  287. json (2.3.1)
  288. json-canonicalization (0.2.0)
  289. json-ld (3.1.4)
  290. htmlentities (~> 4.3)
  291. json-canonicalization (~> 0.2)
  292. link_header (~> 0.0, >= 0.0.8)
  293. multi_json (~> 1.14)
  294. rack (~> 2.0)
  295. rdf (~> 3.1)
  296. json-ld-preloaded (3.1.3)
  297. json-ld (~> 3.1)
  298. rdf (~> 3.1)
  299. jsonapi-renderer (0.2.2)
  300. jwt (2.2.1)
  301. kaminari (1.2.1)
  302. activesupport (>= 4.1.0)
  303. kaminari-actionview (= 1.2.1)
  304. kaminari-activerecord (= 1.2.1)
  305. kaminari-core (= 1.2.1)
  306. kaminari-actionview (1.2.1)
  307. actionview
  308. kaminari-core (= 1.2.1)
  309. kaminari-activerecord (1.2.1)
  310. activerecord
  311. kaminari-core (= 1.2.1)
  312. kaminari-core (1.2.1)
  313. launchy (2.5.0)
  314. addressable (~> 2.7)
  315. letter_opener (1.7.0)
  316. launchy (~> 2.2)
  317. letter_opener_web (1.4.0)
  318. actionmailer (>= 3.2)
  319. letter_opener (~> 1.0)
  320. railties (>= 3.2)
  321. link_header (0.0.8)
  322. lograge (0.11.2)
  323. actionpack (>= 4)
  324. activesupport (>= 4)
  325. railties (>= 4)
  326. request_store (~> 1.0)
  327. loofah (2.6.0)
  328. crass (~> 1.0.2)
  329. nokogiri (>= 1.5.9)
  330. mail (2.7.1)
  331. mini_mime (>= 0.1.1)
  332. makara (0.4.1)
  333. activerecord (>= 3.0.0)
  334. marcel (0.3.3)
  335. mimemagic (~> 0.3.2)
  336. mario-redis-lock (1.2.1)
  337. redis (>= 3.0.5)
  338. memory_profiler (0.9.14)
  339. method_source (1.0.0)
  340. microformats (4.2.0)
  341. json (~> 2.2)
  342. nokogiri (~> 1.10)
  343. mime-types (3.3.1)
  344. mime-types-data (~> 3.2015)
  345. mime-types-data (3.2020.0512)
  346. mimemagic (0.3.5)
  347. mini_mime (1.0.2)
  348. mini_portile2 (2.4.0)
  349. minitest (5.14.1)
  350. msgpack (1.3.3)
  351. multi_json (1.15.0)
  352. multipart-post (2.1.1)
  353. net-ldap (0.16.2)
  354. net-scp (3.0.0)
  355. net-ssh (>= 2.6.5, < 7.0.0)
  356. net-ssh (6.1.0)
  357. nio4r (2.5.2)
  358. nokogiri (1.10.10)
  359. mini_portile2 (~> 2.4.0)
  360. nokogumbo (2.0.2)
  361. nokogiri (~> 1.8, >= 1.8.4)
  362. nsa (0.2.7)
  363. activesupport (>= 4.2, < 6)
  364. concurrent-ruby (~> 1.0, >= 1.0.2)
  365. sidekiq (>= 3.5)
  366. statsd-ruby (~> 1.4, >= 1.4.0)
  367. oj (3.10.8)
  368. omniauth (1.9.1)
  369. hashie (>= 3.4.6)
  370. rack (>= 1.6.2, < 3)
  371. omniauth-cas (1.1.1)
  372. addressable (~> 2.3)
  373. nokogiri (~> 1.5)
  374. omniauth (~> 1.2)
  375. omniauth-saml (1.10.2)
  376. omniauth (~> 1.3, >= 1.3.2)
  377. ruby-saml (~> 1.9)
  378. orm_adapter (0.5.0)
  379. ox (2.13.2)
  380. paperclip (6.0.0)
  381. activemodel (>= 4.2.0)
  382. activesupport (>= 4.2.0)
  383. mime-types
  384. mimemagic (~> 0.3.0)
  385. terrapin (~> 0.6.0)
  386. paperclip-av-transcoder (0.6.4)
  387. av (~> 0.9.0)
  388. paperclip (>= 2.5.2)
  389. parallel (1.19.2)
  390. parallel_tests (3.1.0)
  391. parallel
  392. parser (2.7.1.4)
  393. ast (~> 2.4.1)
  394. parslet (2.0.0)
  395. pastel (0.8.0)
  396. tty-color (~> 0.5)
  397. pg (1.2.3)
  398. pghero (2.7.0)
  399. activerecord (>= 5)
  400. pkg-config (1.4.1)
  401. posix-spawn (0.3.15)
  402. premailer (1.12.1)
  403. addressable
  404. css_parser (>= 1.6.0)
  405. htmlentities (>= 4.0.0)
  406. premailer-rails (1.11.1)
  407. actionmailer (>= 3)
  408. premailer (~> 1.7, >= 1.7.9)
  409. private_address_check (0.5.0)
  410. pry (0.13.1)
  411. coderay (~> 1.1)
  412. method_source (~> 1.0)
  413. pry-byebug (3.9.0)
  414. byebug (~> 11.0)
  415. pry (~> 0.13.0)
  416. pry-rails (0.3.9)
  417. pry (>= 0.10.4)
  418. public_suffix (4.0.5)
  419. puma (4.3.5)
  420. nio4r (~> 2.0)
  421. pundit (2.1.0)
  422. activesupport (>= 3.0.0)
  423. raabro (1.3.1)
  424. rack (2.2.3)
  425. rack-attack (6.3.1)
  426. rack (>= 1.0, < 3)
  427. rack-cors (1.1.1)
  428. rack (>= 2.0.0)
  429. rack-proxy (0.6.5)
  430. rack
  431. rack-test (1.1.0)
  432. rack (>= 1.0, < 3)
  433. rails (5.2.4.3)
  434. actioncable (= 5.2.4.3)
  435. actionmailer (= 5.2.4.3)
  436. actionpack (= 5.2.4.3)
  437. actionview (= 5.2.4.3)
  438. activejob (= 5.2.4.3)
  439. activemodel (= 5.2.4.3)
  440. activerecord (= 5.2.4.3)
  441. activestorage (= 5.2.4.3)
  442. activesupport (= 5.2.4.3)
  443. bundler (>= 1.3.0)
  444. railties (= 5.2.4.3)
  445. sprockets-rails (>= 2.0.0)
  446. rails-controller-testing (1.0.5)
  447. actionpack (>= 5.0.1.rc1)
  448. actionview (>= 5.0.1.rc1)
  449. activesupport (>= 5.0.1.rc1)
  450. rails-dom-testing (2.0.3)
  451. activesupport (>= 4.2.0)
  452. nokogiri (>= 1.6)
  453. rails-html-sanitizer (1.3.0)
  454. loofah (~> 2.3)
  455. rails-i18n (5.1.3)
  456. i18n (>= 0.7, < 2)
  457. railties (>= 5.0, < 6)
  458. rails-settings-cached (0.6.6)
  459. rails (>= 4.2.0)
  460. railties (5.2.4.3)
  461. actionpack (= 5.2.4.3)
  462. activesupport (= 5.2.4.3)
  463. method_source
  464. rake (>= 0.8.7)
  465. thor (>= 0.19.0, < 2.0)
  466. rainbow (3.0.0)
  467. rake (13.0.1)
  468. rdf (3.1.4)
  469. hamster (~> 3.0)
  470. link_header (~> 0.0, >= 0.0.8)
  471. rdf-normalize (0.4.0)
  472. rdf (~> 3.1)
  473. redis (4.2.1)
  474. redis-actionpack (5.2.0)
  475. actionpack (>= 5, < 7)
  476. redis-rack (>= 2.1.0, < 3)
  477. redis-store (>= 1.1.0, < 2)
  478. redis-activesupport (5.2.0)
  479. activesupport (>= 3, < 7)
  480. redis-store (>= 1.3, < 2)
  481. redis-namespace (1.7.0)
  482. redis (>= 3.0.4)
  483. redis-rack (2.1.2)
  484. rack (>= 2.0.8, < 3)
  485. redis-store (>= 1.2, < 2)
  486. redis-rails (5.0.2)
  487. redis-actionpack (>= 5.0, < 6)
  488. redis-activesupport (>= 5.0, < 6)
  489. redis-store (>= 1.2, < 2)
  490. redis-store (1.9.0)
  491. redis (>= 4, < 5)
  492. regexp_parser (1.7.1)
  493. request_store (1.5.0)
  494. rack (>= 1.4)
  495. responders (3.0.1)
  496. actionpack (>= 5.0)
  497. railties (>= 5.0)
  498. rexml (3.2.4)
  499. rotp (2.1.2)
  500. rpam2 (4.0.2)
  501. rqrcode (1.1.2)
  502. chunky_png (~> 1.0)
  503. rqrcode_core (~> 0.1)
  504. rqrcode_core (0.1.2)
  505. rspec-core (3.9.2)
  506. rspec-support (~> 3.9.3)
  507. rspec-expectations (3.9.2)
  508. diff-lcs (>= 1.2.0, < 2.0)
  509. rspec-support (~> 3.9.0)
  510. rspec-mocks (3.9.1)
  511. diff-lcs (>= 1.2.0, < 2.0)
  512. rspec-support (~> 3.9.0)
  513. rspec-rails (4.0.1)
  514. actionpack (>= 4.2)
  515. activesupport (>= 4.2)
  516. railties (>= 4.2)
  517. rspec-core (~> 3.9)
  518. rspec-expectations (~> 3.9)
  519. rspec-mocks (~> 3.9)
  520. rspec-support (~> 3.9)
  521. rspec-sidekiq (3.1.0)
  522. rspec-core (~> 3.0, >= 3.0.0)
  523. sidekiq (>= 2.4.0)
  524. rspec-support (3.9.3)
  525. rspec_junit_formatter (0.4.1)
  526. rspec-core (>= 2, < 4, != 2.12.0)
  527. rubocop (0.86.0)
  528. parallel (~> 1.10)
  529. parser (>= 2.7.0.1)
  530. rainbow (>= 2.2.2, < 4.0)
  531. regexp_parser (>= 1.7)
  532. rexml
  533. rubocop-ast (>= 0.0.3, < 1.0)
  534. ruby-progressbar (~> 1.7)
  535. unicode-display_width (>= 1.4.0, < 2.0)
  536. rubocop-ast (0.3.0)
  537. parser (>= 2.7.1.4)
  538. rubocop-rails (2.6.0)
  539. activesupport (>= 4.2.0)
  540. rack (>= 1.1)
  541. rubocop (>= 0.82.0)
  542. ruby-progressbar (1.10.1)
  543. ruby-saml (1.11.0)
  544. nokogiri (>= 1.5.10)
  545. rufus-scheduler (3.6.0)
  546. fugit (~> 1.1, >= 1.1.6)
  547. safe_yaml (1.0.5)
  548. sanitize (5.2.1)
  549. crass (~> 1.0.2)
  550. nokogiri (>= 1.8.0)
  551. nokogumbo (~> 2.0)
  552. semantic_range (2.3.0)
  553. sidekiq (6.1.1)
  554. connection_pool (>= 2.2.2)
  555. rack (~> 2.0)
  556. redis (>= 4.2.0)
  557. sidekiq-bulk (0.2.0)
  558. sidekiq
  559. sidekiq-scheduler (3.0.1)
  560. e2mmap
  561. redis (>= 3, < 5)
  562. rufus-scheduler (~> 3.2)
  563. sidekiq (>= 3)
  564. thwait
  565. tilt (>= 1.4.0)
  566. sidekiq-unique-jobs (6.0.22)
  567. concurrent-ruby (~> 1.0, >= 1.0.5)
  568. sidekiq (>= 4.0, < 7.0)
  569. thor (~> 0)
  570. simple-navigation (4.1.0)
  571. activesupport (>= 2.3.2)
  572. simple_form (5.0.2)
  573. actionpack (>= 5.0)
  574. activemodel (>= 5.0)
  575. simplecov (0.18.5)
  576. docile (~> 1.1)
  577. simplecov-html (~> 0.11)
  578. simplecov-html (0.12.2)
  579. sprockets (3.7.2)
  580. concurrent-ruby (~> 1.0)
  581. rack (> 1, < 3)
  582. sprockets-rails (3.2.1)
  583. actionpack (>= 4.0)
  584. activesupport (>= 4.0)
  585. sprockets (>= 3.0.0)
  586. sshkit (1.21.0)
  587. net-scp (>= 1.1.2)
  588. net-ssh (>= 2.8.0)
  589. stackprof (0.2.15)
  590. statsd-ruby (1.4.0)
  591. stoplight (2.2.1)
  592. streamio-ffmpeg (3.0.2)
  593. multi_json (~> 1.8)
  594. strong_migrations (0.7.1)
  595. activerecord (>= 5)
  596. temple (0.8.2)
  597. terminal-table (1.8.0)
  598. unicode-display_width (~> 1.1, >= 1.1.1)
  599. terrapin (0.6.0)
  600. climate_control (>= 0.0.3, < 1.0)
  601. thor (0.20.3)
  602. thread_safe (0.3.6)
  603. thwait (0.2.0)
  604. e2mmap
  605. tilt (2.0.10)
  606. tty-color (0.5.1)
  607. tty-cursor (0.7.1)
  608. tty-prompt (0.22.0)
  609. pastel (~> 0.8)
  610. tty-reader (~> 0.8)
  611. tty-reader (0.8.0)
  612. tty-cursor (~> 0.7)
  613. tty-screen (~> 0.8)
  614. wisper (~> 2.0)
  615. tty-screen (0.8.1)
  616. twitter-text (1.14.7)
  617. unf (~> 0.1.0)
  618. tzinfo (1.2.7)
  619. thread_safe (~> 0.1)
  620. tzinfo-data (1.2020.1)
  621. tzinfo (>= 1.0.0)
  622. unf (0.1.4)
  623. unf_ext
  624. unf_ext (0.0.7.7)
  625. unicode-display_width (1.7.0)
  626. uniform_notifier (1.13.0)
  627. warden (1.2.8)
  628. rack (>= 2.0.6)
  629. webmock (3.8.3)
  630. addressable (>= 2.3.6)
  631. crack (>= 0.3.2)
  632. hashdiff (>= 0.4.0, < 2.0.0)
  633. webpacker (5.1.1)
  634. activesupport (>= 5.2)
  635. rack-proxy (>= 0.6.1)
  636. railties (>= 5.2)
  637. semantic_range (>= 2.3.0)
  638. webpush (0.3.8)
  639. hkdf (~> 0.2)
  640. jwt (~> 2.0)
  641. websocket-driver (0.7.3)
  642. websocket-extensions (>= 0.1.0)
  643. websocket-extensions (0.1.5)
  644. wisper (2.0.1)
  645. xpath (3.2.0)
  646. nokogiri (~> 1.8)
  647. PLATFORMS
  648. ruby
  649. DEPENDENCIES
  650. active_model_serializers (~> 0.10)
  651. active_record_query_trace (~> 1.7)
  652. addressable (~> 2.7)
  653. annotate (~> 3.1)
  654. aws-sdk-s3 (~> 1.75)
  655. better_errors (~> 2.7)
  656. binding_of_caller (~> 0.7)
  657. blurhash (~> 0.1)
  658. bootsnap (~> 1.4)
  659. brakeman (~> 4.9)
  660. browser
  661. bullet (~> 6.1)
  662. bundler-audit (~> 0.7)
  663. capistrano (~> 3.14)
  664. capistrano-rails (~> 1.6)
  665. capistrano-rbenv (~> 2.2)
  666. capistrano-yarn (~> 2.0)
  667. capybara (~> 3.33)
  668. charlock_holmes (~> 0.7.7)
  669. chewy (~> 5.1)
  670. cld3 (~> 3.3.0)
  671. climate_control (~> 0.2)
  672. color_diff (~> 0.1)
  673. concurrent-ruby
  674. connection_pool
  675. devise (~> 4.7)
  676. devise-two-factor (~> 3.1)
  677. devise_pam_authenticatable2 (~> 9.2)
  678. discard (~> 1.2)
  679. doorkeeper (~> 5.4)
  680. dotenv-rails (~> 2.7)
  681. e2mmap (~> 0.1.0)
  682. ed25519 (~> 1.2)
  683. fabrication (~> 2.21)
  684. faker (~> 2.13)
  685. fast_blank (~> 1.0)
  686. fastimage
  687. fog-core (<= 2.1.0)
  688. fog-openstack (~> 0.3)
  689. fuubar (~> 2.5)
  690. goldfinger (~> 2.1)
  691. hamlit-rails (~> 0.2)
  692. health_check!
  693. hiredis (~> 0.6)
  694. htmlentities (~> 4.3)
  695. http (~> 4.4)
  696. http_accept_language (~> 2.1)
  697. httplog (~> 1.4.3)
  698. i18n-tasks (~> 0.9)
  699. idn-ruby
  700. iso-639
  701. json-ld
  702. json-ld-preloaded (~> 3.1)
  703. kaminari (~> 1.2)
  704. letter_opener (~> 1.7)
  705. letter_opener_web (~> 1.4)
  706. link_header (~> 0.0)
  707. lograge (~> 0.11)
  708. makara (~> 0.4)
  709. mario-redis-lock (~> 1.2)
  710. memory_profiler
  711. microformats (~> 4.2)
  712. mime-types (~> 3.3.1)
  713. net-ldap (~> 0.16)
  714. nilsimsa!
  715. nokogiri (~> 1.10)
  716. nsa (~> 0.2)
  717. oj (~> 3.10)
  718. omniauth (~> 1.9)
  719. omniauth-cas (~> 1.1)
  720. omniauth-saml (~> 1.10)
  721. ox (~> 2.13)
  722. paperclip (~> 6.0)
  723. paperclip-av-transcoder (~> 0.6)
  724. parallel (~> 1.19)
  725. parallel_tests (~> 3.1)
  726. parslet
  727. pg (~> 1.2)
  728. pghero (~> 2.7)
  729. pkg-config (~> 1.4)
  730. posix-spawn
  731. premailer-rails
  732. private_address_check (~> 0.5)
  733. pry-byebug (~> 3.9)
  734. pry-rails (~> 0.3)
  735. puma (~> 4.3)
  736. pundit (~> 2.1)
  737. rack (~> 2.2.3)
  738. rack-attack (~> 6.3)
  739. rack-cors (~> 1.1)
  740. rails (~> 5.2.4.3)
  741. rails-controller-testing (~> 1.0)
  742. rails-i18n (~> 5.1)
  743. rails-settings-cached (~> 0.6)
  744. rdf-normalize (~> 0.4)
  745. redis (~> 4.2)
  746. redis-namespace (~> 1.7)
  747. redis-rails (~> 5.0)
  748. rqrcode (~> 1.1)
  749. rspec-rails (~> 4.0)
  750. rspec-sidekiq (~> 3.1)
  751. rspec_junit_formatter (~> 0.4)
  752. rubocop (~> 0.86)
  753. rubocop-rails (~> 2.6)
  754. ruby-progressbar (~> 1.10)
  755. sanitize (~> 5.2)
  756. sidekiq (~> 6.1)
  757. sidekiq-bulk (~> 0.2.0)
  758. sidekiq-scheduler (~> 3.0)
  759. sidekiq-unique-jobs (~> 6.0)
  760. simple-navigation (~> 4.1)
  761. simple_form (~> 5.0)
  762. simplecov (~> 0.18)
  763. sprockets (~> 3.7.2)
  764. sprockets-rails (~> 3.2)
  765. stackprof
  766. stoplight (~> 2.2.1)
  767. streamio-ffmpeg (~> 3.0)
  768. strong_migrations (~> 0.7)
  769. thor (~> 0.20)
  770. thwait (~> 0.2.0)
  771. tty-prompt (~> 0.22)
  772. twitter-text (~> 1.14)
  773. tzinfo-data (~> 1.2020)
  774. webmock (~> 3.8)
  775. webpacker (~> 5.1)
  776. webpush