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.

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