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
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.1)
  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.338.0)
  92. aws-sdk-core (3.103.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.36.0)
  98. aws-sdk-core (~> 3, >= 3.99.0)
  99. aws-sigv4 (~> 1.1)
  100. aws-sdk-s3 (1.73.0)
  101. aws-sdk-core (~> 3, >= 3.102.1)
  102. aws-sdk-kms (~> 1)
  103. aws-sigv4 (~> 1.1)
  104. aws-sigv4 (1.2.1)
  105. aws-eventstream (~> 1, >= 1.0.2)
  106. bcrypt (3.1.13)
  107. better_errors (2.7.1)
  108. coderay (>= 1.0.0)
  109. erubi (>= 1.0.0)
  110. rack (>= 0.9.0)
  111. binding_of_caller (0.8.0)
  112. debug_inspector (>= 0.0.1)
  113. blurhash (0.1.4)
  114. ffi (~> 1.10.0)
  115. bootsnap (1.4.6)
  116. msgpack (~> 1.0)
  117. brakeman (4.8.2)
  118. browser (4.2.0)
  119. builder (3.2.4)
  120. bullet (6.1.0)
  121. activesupport (>= 3.0.0)
  122. uniform_notifier (~> 1.11)
  123. bundler-audit (0.7.0.1)
  124. bundler (>= 1.2.0, < 3)
  125. thor (>= 0.18, < 2)
  126. byebug (11.1.3)
  127. capistrano (3.14.1)
  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.33.0)
  143. addressable
  144. mini_mime (>= 0.1.3)
  145. nokogiri (~> 1.8)
  146. rack (>= 1.6.0)
  147. rack-test (>= 0.6.3)
  148. regexp_parser (~> 1.5)
  149. xpath (~> 3.2)
  150. case_transform (0.2)
  151. activesupport
  152. charlock_holmes (0.7.7)
  153. chewy (5.1.0)
  154. activesupport (>= 4.0)
  155. elasticsearch (>= 2.0.0)
  156. elasticsearch-dsl
  157. chunky_png (1.3.11)
  158. cld3 (3.3.0)
  159. ffi (>= 1.1.0, < 1.12.0)
  160. climate_control (0.2.0)
  161. cocaine (0.5.8)
  162. climate_control (>= 0.0.3, < 1.0)
  163. coderay (1.1.3)
  164. color_diff (0.1)
  165. concurrent-ruby (1.1.6)
  166. connection_pool (2.2.3)
  167. crack (0.4.3)
  168. safe_yaml (~> 1.0.0)
  169. crass (1.0.6)
  170. css_parser (1.7.1)
  171. addressable
  172. debug_inspector (0.0.3)
  173. devise (4.7.2)
  174. bcrypt (~> 3.0)
  175. orm_adapter (~> 0.1)
  176. railties (>= 4.1.0)
  177. responders
  178. warden (~> 1.2.3)
  179. devise-two-factor (3.1.0)
  180. activesupport (< 6.1)
  181. attr_encrypted (>= 1.3, < 4, != 2)
  182. devise (~> 4.0)
  183. railties (< 6.1)
  184. rotp (~> 2.0)
  185. devise_pam_authenticatable2 (9.2.0)
  186. devise (>= 4.0.0)
  187. rpam2 (~> 4.0)
  188. diff-lcs (1.4.4)
  189. discard (1.2.0)
  190. activerecord (>= 4.2, < 7)
  191. docile (1.3.2)
  192. domain_name (0.5.20190701)
  193. unf (>= 0.0.5, < 1.0.0)
  194. doorkeeper (5.4.0)
  195. railties (>= 5)
  196. dotenv (2.7.5)
  197. dotenv-rails (2.7.5)
  198. dotenv (= 2.7.5)
  199. railties (>= 3.2, < 6.1)
  200. e2mmap (0.1.0)
  201. ed25519 (1.2.4)
  202. elasticsearch (7.8.0)
  203. elasticsearch-api (= 7.8.0)
  204. elasticsearch-transport (= 7.8.0)
  205. elasticsearch-api (7.8.0)
  206. multi_json
  207. elasticsearch-dsl (0.1.9)
  208. elasticsearch-transport (7.8.0)
  209. faraday (~> 1)
  210. multi_json
  211. encryptor (3.0.0)
  212. equatable (0.6.1)
  213. erubi (1.9.0)
  214. et-orbi (1.2.4)
  215. tzinfo
  216. excon (0.75.0)
  217. fabrication (2.21.1)
  218. faker (2.13.0)
  219. i18n (>= 1.6, < 2)
  220. faraday (1.0.1)
  221. multipart-post (>= 1.2, < 3)
  222. fast_blank (1.0.0)
  223. fastimage (2.1.7)
  224. ffi (1.10.0)
  225. ffi-compiler (1.0.1)
  226. ffi (>= 1.0.0)
  227. rake
  228. fog-core (2.1.0)
  229. builder
  230. excon (~> 0.58)
  231. formatador (~> 0.2)
  232. mime-types
  233. fog-json (1.2.0)
  234. fog-core
  235. multi_json (~> 1.10)
  236. fog-openstack (0.3.10)
  237. fog-core (>= 1.45, <= 2.1.0)
  238. fog-json (>= 1.0)
  239. ipaddress (>= 0.8)
  240. formatador (0.2.5)
  241. fugit (1.3.6)
  242. et-orbi (~> 1.1, >= 1.1.8)
  243. raabro (~> 1.3)
  244. fuubar (2.5.0)
  245. rspec-core (~> 3.0)
  246. ruby-progressbar (~> 1.4)
  247. globalid (0.4.2)
  248. activesupport (>= 4.2.0)
  249. goldfinger (2.1.1)
  250. addressable (~> 2.5)
  251. http (~> 4.0)
  252. nokogiri (~> 1.8)
  253. oj (~> 3.0)
  254. hamlit (2.11.0)
  255. temple (>= 0.8.2)
  256. thor
  257. tilt
  258. hamlit-rails (0.2.3)
  259. actionpack (>= 4.0.1)
  260. activesupport (>= 4.0.1)
  261. hamlit (>= 1.2.0)
  262. railties (>= 4.0.1)
  263. hamster (3.0.0)
  264. concurrent-ruby (~> 1.0)
  265. hashdiff (1.0.1)
  266. hashie (4.1.0)
  267. highline (2.0.3)
  268. hiredis (0.6.3)
  269. hkdf (0.3.0)
  270. htmlentities (4.3.4)
  271. http (4.4.1)
  272. addressable (~> 2.3)
  273. http-cookie (~> 1.0)
  274. http-form_data (~> 2.2)
  275. http-parser (~> 1.2.0)
  276. http-cookie (1.0.3)
  277. domain_name (~> 0.5)
  278. http-form_data (2.3.0)
  279. http-parser (1.2.1)
  280. ffi-compiler (>= 1.0, < 2.0)
  281. http_accept_language (2.1.1)
  282. httplog (1.4.3)
  283. rack (>= 1.0)
  284. rainbow (>= 2.0.0)
  285. i18n (1.8.3)
  286. concurrent-ruby (~> 1.0)
  287. i18n-tasks (0.9.31)
  288. activesupport (>= 4.0.2)
  289. ast (>= 2.1.0)
  290. erubi
  291. highline (>= 2.0.0)
  292. i18n
  293. parser (>= 2.2.3.0)
  294. rails-i18n
  295. rainbow (>= 2.2.2, < 4.0)
  296. terminal-table (>= 1.5.1)
  297. idn-ruby (0.1.0)
  298. ipaddress (0.8.3)
  299. iso-639 (0.3.5)
  300. jmespath (1.4.0)
  301. json (2.3.1)
  302. json-canonicalization (0.2.0)
  303. json-ld (3.1.4)
  304. htmlentities (~> 4.3)
  305. json-canonicalization (~> 0.2)
  306. link_header (~> 0.0, >= 0.0.8)
  307. multi_json (~> 1.14)
  308. rack (~> 2.0)
  309. rdf (~> 3.1)
  310. json-ld-preloaded (3.1.3)
  311. json-ld (~> 3.1)
  312. rdf (~> 3.1)
  313. jsonapi-renderer (0.2.2)
  314. jwt (2.2.1)
  315. kaminari (1.2.1)
  316. activesupport (>= 4.1.0)
  317. kaminari-actionview (= 1.2.1)
  318. kaminari-activerecord (= 1.2.1)
  319. kaminari-core (= 1.2.1)
  320. kaminari-actionview (1.2.1)
  321. actionview
  322. kaminari-core (= 1.2.1)
  323. kaminari-activerecord (1.2.1)
  324. activerecord
  325. kaminari-core (= 1.2.1)
  326. kaminari-core (1.2.1)
  327. launchy (2.5.0)
  328. addressable (~> 2.7)
  329. letter_opener (1.7.0)
  330. launchy (~> 2.2)
  331. letter_opener_web (1.4.0)
  332. actionmailer (>= 3.2)
  333. letter_opener (~> 1.0)
  334. railties (>= 3.2)
  335. link_header (0.0.8)
  336. lograge (0.11.2)
  337. actionpack (>= 4)
  338. activesupport (>= 4)
  339. railties (>= 4)
  340. request_store (~> 1.0)
  341. loofah (2.6.0)
  342. crass (~> 1.0.2)
  343. nokogiri (>= 1.5.9)
  344. mail (2.7.1)
  345. mini_mime (>= 0.1.1)
  346. makara (0.4.1)
  347. activerecord (>= 3.0.0)
  348. marcel (0.3.3)
  349. mimemagic (~> 0.3.2)
  350. mario-redis-lock (1.2.1)
  351. redis (>= 3.0.5)
  352. memory_profiler (0.9.14)
  353. method_source (1.0.0)
  354. microformats (4.2.0)
  355. json (~> 2.2)
  356. nokogiri (~> 1.10)
  357. mime-types (3.3.1)
  358. mime-types-data (~> 3.2015)
  359. mime-types-data (3.2020.0512)
  360. mimemagic (0.3.5)
  361. mini_mime (1.0.2)
  362. mini_portile2 (2.4.0)
  363. minitest (5.14.1)
  364. msgpack (1.3.3)
  365. multi_json (1.14.1)
  366. multipart-post (2.1.1)
  367. necromancer (0.5.1)
  368. net-ldap (0.16.2)
  369. net-scp (3.0.0)
  370. net-ssh (>= 2.6.5, < 7.0.0)
  371. net-ssh (6.1.0)
  372. nio4r (2.5.2)
  373. nokogiri (1.10.9)
  374. mini_portile2 (~> 2.4.0)
  375. nokogumbo (2.0.2)
  376. nokogiri (~> 1.8, >= 1.8.4)
  377. nsa (0.2.7)
  378. activesupport (>= 4.2, < 6)
  379. concurrent-ruby (~> 1.0, >= 1.0.2)
  380. sidekiq (>= 3.5)
  381. statsd-ruby (~> 1.4, >= 1.4.0)
  382. oj (3.10.6)
  383. omniauth (1.9.1)
  384. hashie (>= 3.4.6)
  385. rack (>= 1.6.2, < 3)
  386. omniauth-cas (1.1.1)
  387. addressable (~> 2.3)
  388. nokogiri (~> 1.5)
  389. omniauth (~> 1.2)
  390. omniauth-saml (1.10.2)
  391. omniauth (~> 1.3, >= 1.3.2)
  392. ruby-saml (~> 1.9)
  393. orm_adapter (0.5.0)
  394. ox (2.13.2)
  395. paperclip (6.0.0)
  396. activemodel (>= 4.2.0)
  397. activesupport (>= 4.2.0)
  398. mime-types
  399. mimemagic (~> 0.3.0)
  400. terrapin (~> 0.6.0)
  401. paperclip-av-transcoder (0.6.4)
  402. av (~> 0.9.0)
  403. paperclip (>= 2.5.2)
  404. parallel (1.19.2)
  405. parallel_tests (3.0.0)
  406. parallel
  407. parser (2.7.1.4)
  408. ast (~> 2.4.1)
  409. parslet (2.0.0)
  410. pastel (0.7.4)
  411. equatable (~> 0.6)
  412. tty-color (~> 0.5)
  413. pg (1.2.3)
  414. pghero (2.5.1)
  415. activerecord (>= 5)
  416. pkg-config (1.4.1)
  417. premailer (1.11.1)
  418. addressable
  419. css_parser (>= 1.6.0)
  420. htmlentities (>= 4.0.0)
  421. premailer-rails (1.11.1)
  422. actionmailer (>= 3)
  423. premailer (~> 1.7, >= 1.7.9)
  424. private_address_check (0.5.0)
  425. pry (0.13.1)
  426. coderay (~> 1.1)
  427. method_source (~> 1.0)
  428. pry-byebug (3.9.0)
  429. byebug (~> 11.0)
  430. pry (~> 0.13.0)
  431. pry-rails (0.3.9)
  432. pry (>= 0.10.4)
  433. public_suffix (4.0.5)
  434. puma (4.3.5)
  435. nio4r (~> 2.0)
  436. pundit (2.1.0)
  437. activesupport (>= 3.0.0)
  438. raabro (1.3.1)
  439. rack (2.2.3)
  440. rack-attack (6.3.1)
  441. rack (>= 1.0, < 3)
  442. rack-cors (1.1.1)
  443. rack (>= 2.0.0)
  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.5)
  462. actionpack (>= 5.0.1.rc1)
  463. actionview (>= 5.0.1.rc1)
  464. activesupport (>= 5.0.1.rc1)
  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.4)
  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.2.1)
  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.9.0)
  506. redis (>= 4, < 5)
  507. regexp_parser (1.7.1)
  508. request_store (1.5.0)
  509. rack (>= 1.4)
  510. responders (3.0.1)
  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.1.0)
  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.86.0)
  543. parallel (~> 1.10)
  544. parser (>= 2.7.0.1)
  545. rainbow (>= 2.2.2, < 4.0)
  546. regexp_parser (>= 1.7)
  547. rexml
  548. rubocop-ast (>= 0.0.3, < 1.0)
  549. ruby-progressbar (~> 1.7)
  550. unicode-display_width (>= 1.4.0, < 2.0)
  551. rubocop-ast (0.1.0)
  552. parser (>= 2.7.0.1)
  553. rubocop-rails (2.6.0)
  554. activesupport (>= 4.2.0)
  555. rack (>= 1.1)
  556. rubocop (>= 0.82.0)
  557. ruby-progressbar (1.10.1)
  558. ruby-saml (1.11.0)
  559. nokogiri (>= 1.5.10)
  560. rufus-scheduler (3.6.0)
  561. fugit (~> 1.1, >= 1.1.6)
  562. safe_yaml (1.0.5)
  563. sanitize (5.2.1)
  564. crass (~> 1.0.2)
  565. nokogiri (>= 1.8.0)
  566. nokogumbo (~> 2.0)
  567. semantic_range (2.3.0)
  568. sidekiq (6.1.0)
  569. connection_pool (>= 2.2.2)
  570. rack (~> 2.0)
  571. redis (>= 4.2.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-cursor (0.7.1)
  622. tty-prompt (0.21.0)
  623. necromancer (~> 0.5.0)
  624. pastel (~> 0.7.0)
  625. tty-reader (~> 0.7.0)
  626. tty-reader (0.7.0)
  627. tty-cursor (~> 0.7)
  628. tty-screen (~> 0.7)
  629. wisper (~> 2.0.0)
  630. tty-screen (0.8.0)
  631. twitter-text (1.14.7)
  632. unf (~> 0.1.0)
  633. tzinfo (1.2.7)
  634. thread_safe (~> 0.1)
  635. tzinfo-data (1.2020.1)
  636. tzinfo (>= 1.0.0)
  637. unf (0.1.4)
  638. unf_ext
  639. unf_ext (0.0.7.7)
  640. unicode-display_width (1.7.0)
  641. uniform_notifier (1.13.0)
  642. warden (1.2.8)
  643. rack (>= 2.0.6)
  644. webmock (3.8.3)
  645. addressable (>= 2.3.6)
  646. crack (>= 0.3.2)
  647. hashdiff (>= 0.4.0, < 2.0.0)
  648. webpacker (5.1.1)
  649. activesupport (>= 5.2)
  650. rack-proxy (>= 0.6.1)
  651. railties (>= 5.2)
  652. semantic_range (>= 2.3.0)
  653. webpush (0.3.8)
  654. hkdf (~> 0.2)
  655. jwt (~> 2.0)
  656. websocket-driver (0.7.2)
  657. websocket-extensions (>= 0.1.0)
  658. websocket-extensions (0.1.5)
  659. wisper (2.0.1)
  660. xpath (3.2.0)
  661. nokogiri (~> 1.8)
  662. PLATFORMS
  663. ruby
  664. DEPENDENCIES
  665. active_model_serializers (~> 0.10)
  666. active_record_query_trace (~> 1.7)
  667. addressable (~> 2.7)
  668. annotate (~> 3.1)
  669. aws-sdk-s3 (~> 1.73)
  670. better_errors (~> 2.7)
  671. binding_of_caller (~> 0.7)
  672. blurhash (~> 0.1)
  673. bootsnap (~> 1.4)
  674. brakeman (~> 4.8)
  675. browser
  676. bullet (~> 6.1)
  677. bundler-audit (~> 0.7)
  678. capistrano (~> 3.14)
  679. capistrano-rails (~> 1.5)
  680. capistrano-rbenv (~> 2.1)
  681. capistrano-yarn (~> 2.0)
  682. capybara (~> 3.33)
  683. charlock_holmes (~> 0.7.7)
  684. chewy (~> 5.1)
  685. cld3 (~> 3.3.0)
  686. climate_control (~> 0.2)
  687. color_diff (~> 0.1)
  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.4)
  695. dotenv-rails (~> 2.7)
  696. e2mmap (~> 0.1.0)
  697. ed25519 (~> 1.2)
  698. fabrication (~> 2.21)
  699. faker (~> 2.13)
  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.3)
  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 (~> 3.0)
  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.3)
  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.2)
  762. redis-namespace (~> 1.7)
  763. redis-rails (~> 5.0)
  764. rqrcode (~> 1.1)
  765. rspec-rails (~> 4.0)
  766. rspec-sidekiq (~> 3.1)
  767. rspec_junit_formatter (~> 0.4)
  768. rubocop (~> 0.86)
  769. rubocop-rails (~> 2.6)
  770. ruby-progressbar (~> 1.10)
  771. sanitize (~> 5.2)
  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-prompt (~> 0.21)
  788. twitter-text (~> 1.14)
  789. tzinfo-data (~> 1.2020)
  790. webmock (~> 3.8)
  791. webpacker (~> 5.1)
  792. webpush