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.

805 lines
20 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
Version bumps for ruby and misc gems (#1159) * Update rspec-rails to version 3.5.2 * Update addressable to version 2.5.1 * Update autoprefixer-rails to version 6.7.7.1 * Update bullet to version 5.5.1 * Update domain_name to version 0.5.20170404 * Update letter_opener_web to version 1.3.1 * Upate redis-rails to version 5.0.2 * Update active_record_query_trace to version 1.5.4 * Update capistrano-rails to version 1.2.3 * Update dotenv-rails to version 2.2.0 * Update pg to version 0.20.0 * Update tilt to version 2.0.7 * Update warden to version 1.2.7 * Update tins to version 1.13.2 * Update terminal-table to version 1.7.3 * Update oj to version 2.18.5 * Update simplecov to version 0.14.1 * Update uglifier to version 3.1.13 * Update hashdiff to version 0.3.2 * Update webmock to version 2.3.2 * Update devise to version 4.2.1 * Use ruby version 2.4.1 * Update sass to version 3.4.23 * Update puma to version 3.8.2 * Update will_paginate to version 3.1.5 * Update font-awesome-rails to version 4.7.0.1 * Update fuubar to version 2.2.0 * Update pry-rails to version 0.3.6 * Update simple-navigation to version 4.0.5 * Update rubocop to version 0.48.1 * Update doorkeeper to version 4.2.5 * Update faker to version 1.7.3 * Update aws-sdk to version 2.9.5 * Update fabrication to version 2.16.1 * Update hamlit-rails to version 0.2.0 * Update http to version 2.2.1 * Update httplog to version 0.99.2 * Update sidekiq to version 4.2.10 * Update rspec-sidekiq to version 3.0.0 * Update pghero to version 1.6.4 * Update rack-cors to version 0.4.1 * Update i18n-tasks to version 0.9.13 * Update ruby-oembed to version 0.12.0 * Update jquery-rails to version 4.3.1 * Update simple_form to version 3.4.0 * Update react-rails to version 1.11.0 * Update aws-sdk to version 2.9.6 * Update sidekiq-unique-jobs to version 5.0.0 * Update uglifier to version 3.2.0
7 years ago
8 years ago
Version bumps for ruby and misc gems (#1159) * Update rspec-rails to version 3.5.2 * Update addressable to version 2.5.1 * Update autoprefixer-rails to version 6.7.7.1 * Update bullet to version 5.5.1 * Update domain_name to version 0.5.20170404 * Update letter_opener_web to version 1.3.1 * Upate redis-rails to version 5.0.2 * Update active_record_query_trace to version 1.5.4 * Update capistrano-rails to version 1.2.3 * Update dotenv-rails to version 2.2.0 * Update pg to version 0.20.0 * Update tilt to version 2.0.7 * Update warden to version 1.2.7 * Update tins to version 1.13.2 * Update terminal-table to version 1.7.3 * Update oj to version 2.18.5 * Update simplecov to version 0.14.1 * Update uglifier to version 3.1.13 * Update hashdiff to version 0.3.2 * Update webmock to version 2.3.2 * Update devise to version 4.2.1 * Use ruby version 2.4.1 * Update sass to version 3.4.23 * Update puma to version 3.8.2 * Update will_paginate to version 3.1.5 * Update font-awesome-rails to version 4.7.0.1 * Update fuubar to version 2.2.0 * Update pry-rails to version 0.3.6 * Update simple-navigation to version 4.0.5 * Update rubocop to version 0.48.1 * Update doorkeeper to version 4.2.5 * Update faker to version 1.7.3 * Update aws-sdk to version 2.9.5 * Update fabrication to version 2.16.1 * Update hamlit-rails to version 0.2.0 * Update http to version 2.2.1 * Update httplog to version 0.99.2 * Update sidekiq to version 4.2.10 * Update rspec-sidekiq to version 3.0.0 * Update pghero to version 1.6.4 * Update rack-cors to version 0.4.1 * Update i18n-tasks to version 0.9.13 * Update ruby-oembed to version 0.12.0 * Update jquery-rails to version 4.3.1 * Update simple_form to version 3.4.0 * Update react-rails to version 1.11.0 * Update aws-sdk to version 2.9.6 * Update sidekiq-unique-jobs to version 5.0.0 * Update uglifier to version 3.2.0
7 years ago
8 years ago
8 years ago
8 years ago
Web Push Notifications (#3243) * feat: Register push subscription * feat: Notify when mentioned * feat: Boost, favourite, reply, follow, follow request * feat: Notification interaction * feat: Handle change of public key * feat: Unsubscribe if things go wrong * feat: Do not send normal notifications if push is enabled * feat: Focus client if open * refactor: Move push logic to WebPushSubscription * feat: Better title and body * feat: Localize messages * chore: Fix lint errors * feat: Settings * refactor: Lazy load * fix: Check if push settings exist * feat: Device-based preferences * refactor: Simplify logic * refactor: Pull request feedback * refactor: Pull request feedback * refactor: Create /api/web/push_subscriptions endpoint * feat: Spec PushSubscriptionController * refactor: WebPushSubscription => Web::PushSubscription * feat: Spec Web::PushSubscription * feat: Display first media attachment * feat: Support direction * fix: Stuff broken while rebasing * refactor: Integration with session activations * refactor: Cleanup * refactor: Simplify implementation * feat: Set VAPID keys via environment * chore: Comments * fix: Crash when no alerts * fix: Set VAPID keys in testing environment * fix: Follow link * feat: Notification actions * fix: Delete previous subscription * chore: Temporary logs * refactor: Move migration to a later date * fix: Fetch the correct session activation and misc bugs * refactor: Move migration to a later date * fix: Remove follow request (no notifications) * feat: Send administrator contact to push service * feat: Set time-to-live * fix: Do not show sensitive images * fix: Reducer crash in error handling * feat: Add badge * chore: Fix lint error * fix: Checkbox label overlap * fix: Check for payload support * fix: Rename action "type" (crash in latest Chrome) * feat: Action to expand notification * fix: Lint errors * fix: Unescape notification body * fix: Do not allow boosting if the status is hidden * feat: Add VAPID keys to the production sample environment * fix: Strip HTML tags from status * refactor: Better error messages * refactor: Handle browser not implementing the VAPID protocol (Samsung Internet) * fix: Error when target_status is nil * fix: Handle lack of image * fix: Delete reference to invalid subscriptions * feat: Better error handling * fix: Unescape HTML characters after tags are striped * refactor: Simpify code * fix: Modify to work with #4091 * Sort strings alphabetically * i18n: Updated Polish translation it annoys me that it's not fully localized :P * refactor: Use current_session in PushSubscriptionController * fix: Rebase mistake * fix: Set cacheName to mastodon * refactor: Pull request feedback * refactor: Remove logging statements * chore(yarn): Fix conflicts with master * chore(yarn): Copy latest from master * chore(yarn): Readd offline-plugin * refactor: Use save! and update! * refactor: Send notifications async * fix: Allow retry when push fails * fix: Save track for failed pushes * fix: Minify sw.js * fix: Remove account_id from fabricator
6 years ago
8 years ago
8 years ago
8 years ago
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
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.1)
  31. actionpack (= 5.2.4.1)
  32. nio4r (~> 2.0)
  33. websocket-driver (>= 0.6.1)
  34. actionmailer (5.2.4.1)
  35. actionpack (= 5.2.4.1)
  36. actionview (= 5.2.4.1)
  37. activejob (= 5.2.4.1)
  38. mail (~> 2.5, >= 2.5.4)
  39. rails-dom-testing (~> 2.0)
  40. actionpack (5.2.4.1)
  41. actionview (= 5.2.4.1)
  42. activesupport (= 5.2.4.1)
  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.1)
  48. activesupport (= 5.2.4.1)
  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.1)
  60. activesupport (= 5.2.4.1)
  61. globalid (>= 0.3.6)
  62. activemodel (5.2.4.1)
  63. activesupport (= 5.2.4.1)
  64. activerecord (5.2.4.1)
  65. activemodel (= 5.2.4.1)
  66. activesupport (= 5.2.4.1)
  67. arel (>= 9.0)
  68. activestorage (5.2.4.1)
  69. actionpack (= 5.2.4.1)
  70. activerecord (= 5.2.4.1)
  71. marcel (~> 0.3.1)
  72. activesupport (5.2.4.1)
  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.3.4)
  80. sshkit (>= 1.6.1, != 1.7.0)
  81. annotate (3.0.3)
  82. activerecord (>= 3.2, < 7.0)
  83. rake (>= 10.4, < 14.0)
  84. arel (9.0.0)
  85. ast (2.4.0)
  86. attr_encrypted (3.1.0)
  87. encryptor (~> 3.0.0)
  88. av (0.9.0)
  89. cocaine (~> 0.5.3)
  90. aws-eventstream (1.0.3)
  91. aws-partitions (1.261.0)
  92. aws-sdk-core (3.86.0)
  93. aws-eventstream (~> 1.0, >= 1.0.2)
  94. aws-partitions (~> 1, >= 1.239.0)
  95. aws-sigv4 (~> 1.1)
  96. jmespath (~> 1.0)
  97. aws-sdk-kms (1.27.0)
  98. aws-sdk-core (~> 3, >= 3.71.0)
  99. aws-sigv4 (~> 1.1)
  100. aws-sdk-s3 (1.60.1)
  101. aws-sdk-core (~> 3, >= 3.83.0)
  102. aws-sdk-kms (~> 1)
  103. aws-sigv4 (~> 1.1)
  104. aws-sigv4 (1.1.0)
  105. aws-eventstream (~> 1.0, >= 1.0.2)
  106. bcrypt (3.1.12)
  107. benchmark-ips (2.7.2)
  108. better_errors (2.5.1)
  109. coderay (>= 1.0.0)
  110. erubi (>= 1.0.0)
  111. rack (>= 0.9.0)
  112. binding_of_caller (0.8.0)
  113. debug_inspector (>= 0.0.1)
  114. blurhash (0.1.4)
  115. ffi (~> 1.10.0)
  116. bootsnap (1.4.5)
  117. msgpack (~> 1.0)
  118. brakeman (4.7.2)
  119. browser (2.7.1)
  120. builder (3.2.4)
  121. bullet (6.1.0)
  122. activesupport (>= 3.0.0)
  123. uniform_notifier (~> 1.11)
  124. bundler-audit (0.6.1)
  125. bundler (>= 1.2.0, < 3)
  126. thor (~> 0.18)
  127. byebug (11.0.0)
  128. capistrano (3.11.2)
  129. airbrussh (>= 1.0.0)
  130. i18n
  131. rake (>= 10.0.0)
  132. sshkit (>= 1.9.0)
  133. capistrano-bundler (1.3.0)
  134. capistrano (~> 3.1)
  135. sshkit (~> 1.2)
  136. capistrano-rails (1.4.0)
  137. capistrano (~> 3.1)
  138. capistrano-bundler (~> 1.1)
  139. capistrano-rbenv (2.1.4)
  140. capistrano (~> 3.1)
  141. sshkit (~> 1.3)
  142. capistrano-yarn (2.0.2)
  143. capistrano (~> 3.0)
  144. capybara (3.30.0)
  145. addressable
  146. mini_mime (>= 0.1.3)
  147. nokogiri (~> 1.8)
  148. rack (>= 1.6.0)
  149. rack-test (>= 0.6.3)
  150. regexp_parser (~> 1.5)
  151. xpath (~> 3.2)
  152. case_transform (0.2)
  153. activesupport
  154. charlock_holmes (0.7.7)
  155. chewy (5.1.0)
  156. activesupport (>= 4.0)
  157. elasticsearch (>= 2.0.0)
  158. elasticsearch-dsl
  159. chunky_png (1.3.11)
  160. cld3 (3.2.6)
  161. ffi (>= 1.1.0, < 1.12.0)
  162. climate_control (0.2.0)
  163. cocaine (0.5.8)
  164. climate_control (>= 0.0.3, < 1.0)
  165. coderay (1.1.2)
  166. concurrent-ruby (1.1.5)
  167. connection_pool (2.2.2)
  168. crack (0.4.3)
  169. safe_yaml (~> 1.0.0)
  170. crass (1.0.5)
  171. css_parser (1.7.1)
  172. addressable
  173. debug_inspector (0.0.3)
  174. derailed_benchmarks (1.4.3)
  175. benchmark-ips (~> 2)
  176. get_process_mem (~> 0)
  177. heapy (~> 0)
  178. memory_profiler (~> 0)
  179. rack (>= 1)
  180. rake (> 10, < 14)
  181. ruby-statistics (>= 2.1)
  182. thor (~> 0.19)
  183. devise (4.7.1)
  184. bcrypt (~> 3.0)
  185. orm_adapter (~> 0.1)
  186. railties (>= 4.1.0)
  187. responders
  188. warden (~> 1.2.3)
  189. devise-two-factor (3.1.0)
  190. activesupport (< 6.1)
  191. attr_encrypted (>= 1.3, < 4, != 2)
  192. devise (~> 4.0)
  193. railties (< 6.1)
  194. rotp (~> 2.0)
  195. devise_pam_authenticatable2 (9.2.0)
  196. devise (>= 4.0.0)
  197. rpam2 (~> 4.0)
  198. diff-lcs (1.3)
  199. discard (1.1.0)
  200. activerecord (>= 4.2, < 7)
  201. docile (1.3.2)
  202. domain_name (0.5.20190701)
  203. unf (>= 0.0.5, < 1.0.0)
  204. doorkeeper (5.2.3)
  205. railties (>= 5)
  206. dotenv (2.7.5)
  207. dotenv-rails (2.7.5)
  208. dotenv (= 2.7.5)
  209. railties (>= 3.2, < 6.1)
  210. e2mmap (0.1.0)
  211. elasticsearch (7.3.0)
  212. elasticsearch-api (= 7.3.0)
  213. elasticsearch-transport (= 7.3.0)
  214. elasticsearch-api (7.3.0)
  215. multi_json
  216. elasticsearch-dsl (0.1.8)
  217. elasticsearch-transport (7.3.0)
  218. faraday
  219. multi_json
  220. encryptor (3.0.0)
  221. equatable (0.6.1)
  222. erubi (1.9.0)
  223. et-orbi (1.1.6)
  224. tzinfo
  225. excon (0.71.0)
  226. fabrication (2.21.0)
  227. faker (2.10.0)
  228. i18n (>= 1.6, < 1.8)
  229. faraday (1.0.0)
  230. multipart-post (>= 1.2, < 3)
  231. fast_blank (1.0.0)
  232. fastimage (2.1.7)
  233. ffi (1.10.0)
  234. ffi-compiler (1.0.1)
  235. ffi (>= 1.0.0)
  236. rake
  237. fog-core (2.1.0)
  238. builder
  239. excon (~> 0.58)
  240. formatador (~> 0.2)
  241. mime-types
  242. fog-json (1.2.0)
  243. fog-core
  244. multi_json (~> 1.10)
  245. fog-openstack (0.3.7)
  246. fog-core (>= 1.45, <= 2.1.0)
  247. fog-json (>= 1.0)
  248. ipaddress (>= 0.8)
  249. formatador (0.2.5)
  250. fugit (1.1.6)
  251. et-orbi (~> 1.1, >= 1.1.6)
  252. raabro (~> 1.1)
  253. fuubar (2.5.0)
  254. rspec-core (~> 3.0)
  255. ruby-progressbar (~> 1.4)
  256. get_process_mem (0.2.5)
  257. ffi (~> 1.0)
  258. globalid (0.4.2)
  259. activesupport (>= 4.2.0)
  260. goldfinger (2.1.1)
  261. addressable (~> 2.5)
  262. http (~> 4.0)
  263. nokogiri (~> 1.8)
  264. oj (~> 3.0)
  265. hamlit (2.11.0)
  266. temple (>= 0.8.2)
  267. thor
  268. tilt
  269. hamlit-rails (0.2.3)
  270. actionpack (>= 4.0.1)
  271. activesupport (>= 4.0.1)
  272. hamlit (>= 1.2.0)
  273. railties (>= 4.0.1)
  274. hamster (3.0.0)
  275. concurrent-ruby (~> 1.0)
  276. hashdiff (1.0.0)
  277. hashie (3.6.0)
  278. heapy (0.1.4)
  279. highline (2.0.1)
  280. hiredis (0.6.3)
  281. hkdf (0.3.0)
  282. htmlentities (4.3.4)
  283. http (4.3.0)
  284. addressable (~> 2.3)
  285. http-cookie (~> 1.0)
  286. http-form_data (~> 2.2)
  287. http-parser (~> 1.2.0)
  288. http-cookie (1.0.3)
  289. domain_name (~> 0.5)
  290. http-form_data (2.2.0)
  291. http-parser (1.2.1)
  292. ffi-compiler (>= 1.0, < 2.0)
  293. http_accept_language (2.1.1)
  294. httplog (1.3.3)
  295. rack (>= 1.0)
  296. rainbow (>= 2.0.0)
  297. i18n (1.7.0)
  298. concurrent-ruby (~> 1.0)
  299. i18n-tasks (0.9.29)
  300. activesupport (>= 4.0.2)
  301. ast (>= 2.1.0)
  302. erubi
  303. highline (>= 2.0.0)
  304. i18n
  305. parser (>= 2.2.3.0)
  306. rails-i18n
  307. rainbow (>= 2.2.2, < 4.0)
  308. terminal-table (>= 1.5.1)
  309. idn-ruby (0.1.0)
  310. ipaddress (0.8.3)
  311. iso-639 (0.2.8)
  312. jaro_winkler (1.5.4)
  313. jmespath (1.4.0)
  314. json (2.3.0)
  315. json-canonicalization (0.2.0)
  316. json-ld (3.1.0)
  317. htmlentities (~> 4.3)
  318. json-canonicalization (~> 0.1)
  319. link_header (~> 0.0, >= 0.0.8)
  320. multi_json (~> 1.14)
  321. rack (~> 2.0)
  322. rdf (~> 3.1)
  323. json-ld-preloaded (3.0.6)
  324. json-ld (~> 3.0)
  325. multi_json (~> 1.12)
  326. rdf (~> 3.0)
  327. jsonapi-renderer (0.2.2)
  328. jwt (2.1.0)
  329. kaminari (1.1.1)
  330. activesupport (>= 4.1.0)
  331. kaminari-actionview (= 1.1.1)
  332. kaminari-activerecord (= 1.1.1)
  333. kaminari-core (= 1.1.1)
  334. kaminari-actionview (1.1.1)
  335. actionview
  336. kaminari-core (= 1.1.1)
  337. kaminari-activerecord (1.1.1)
  338. activerecord
  339. kaminari-core (= 1.1.1)
  340. kaminari-core (1.1.1)
  341. launchy (2.4.3)
  342. addressable (~> 2.3)
  343. letter_opener (1.7.0)
  344. launchy (~> 2.2)
  345. letter_opener_web (1.3.4)
  346. actionmailer (>= 3.2)
  347. letter_opener (~> 1.0)
  348. railties (>= 3.2)
  349. link_header (0.0.8)
  350. lograge (0.11.2)
  351. actionpack (>= 4)
  352. activesupport (>= 4)
  353. railties (>= 4)
  354. request_store (~> 1.0)
  355. loofah (2.4.0)
  356. crass (~> 1.0.2)
  357. nokogiri (>= 1.5.9)
  358. mail (2.7.1)
  359. mini_mime (>= 0.1.1)
  360. makara (0.4.1)
  361. activerecord (>= 3.0.0)
  362. marcel (0.3.3)
  363. mimemagic (~> 0.3.2)
  364. mario-redis-lock (1.2.1)
  365. redis (>= 3.0.5)
  366. memory_profiler (0.9.14)
  367. method_source (0.9.2)
  368. microformats (4.2.0)
  369. json (~> 2.2)
  370. nokogiri (~> 1.10)
  371. mime-types (3.3.1)
  372. mime-types-data (~> 3.2015)
  373. mime-types-data (3.2019.1009)
  374. mimemagic (0.3.3)
  375. mini_mime (1.0.2)
  376. mini_portile2 (2.4.0)
  377. minitest (5.13.0)
  378. msgpack (1.3.1)
  379. multi_json (1.14.1)
  380. multipart-post (2.1.1)
  381. necromancer (0.5.1)
  382. net-ldap (0.16.2)
  383. net-scp (2.0.0)
  384. net-ssh (>= 2.6.5, < 6.0.0)
  385. net-ssh (5.2.0)
  386. nio4r (2.5.2)
  387. nokogiri (1.10.7)
  388. mini_portile2 (~> 2.4.0)
  389. nokogumbo (2.0.1)
  390. nokogiri (~> 1.8, >= 1.8.4)
  391. nsa (0.2.7)
  392. activesupport (>= 4.2, < 6)
  393. concurrent-ruby (~> 1.0, >= 1.0.2)
  394. sidekiq (>= 3.5)
  395. statsd-ruby (~> 1.4, >= 1.4.0)
  396. oj (3.10.0)
  397. omniauth (1.9.0)
  398. hashie (>= 3.4.6, < 3.7.0)
  399. rack (>= 1.6.2, < 3)
  400. omniauth-cas (1.1.1)
  401. addressable (~> 2.3)
  402. nokogiri (~> 1.5)
  403. omniauth (~> 1.2)
  404. omniauth-saml (1.10.1)
  405. omniauth (~> 1.3, >= 1.3.2)
  406. ruby-saml (~> 1.7)
  407. orm_adapter (0.5.0)
  408. ox (2.11.0)
  409. paperclip (6.0.0)
  410. activemodel (>= 4.2.0)
  411. activesupport (>= 4.2.0)
  412. mime-types
  413. mimemagic (~> 0.3.0)
  414. terrapin (~> 0.6.0)
  415. paperclip-av-transcoder (0.6.4)
  416. av (~> 0.9.0)
  417. paperclip (>= 2.5.2)
  418. parallel (1.19.1)
  419. parallel_tests (2.30.0)
  420. parallel
  421. parser (2.7.0.2)
  422. ast (~> 2.4.0)
  423. parslet (1.8.2)
  424. pastel (0.7.3)
  425. equatable (~> 0.6)
  426. tty-color (~> 0.5)
  427. pg (1.2.1)
  428. pghero (2.4.1)
  429. activerecord (>= 5)
  430. pkg-config (1.4.0)
  431. premailer (1.11.1)
  432. addressable
  433. css_parser (>= 1.6.0)
  434. htmlentities (>= 4.0.0)
  435. premailer-rails (1.10.3)
  436. actionmailer (>= 3)
  437. premailer (~> 1.7, >= 1.7.9)
  438. private_address_check (0.5.0)
  439. pry (0.12.2)
  440. coderay (~> 1.1.0)
  441. method_source (~> 0.9.0)
  442. pry-byebug (3.7.0)
  443. byebug (~> 11.0)
  444. pry (~> 0.10)
  445. pry-rails (0.3.9)
  446. pry (>= 0.10.4)
  447. public_suffix (4.0.3)
  448. puma (4.3.1)
  449. nio4r (~> 2.0)
  450. pundit (2.1.0)
  451. activesupport (>= 3.0.0)
  452. raabro (1.1.6)
  453. rack (2.1.1)
  454. rack-attack (6.2.2)
  455. rack (>= 1.0, < 3)
  456. rack-cors (1.1.1)
  457. rack (>= 2.0.0)
  458. rack-protection (2.0.7)
  459. rack
  460. rack-proxy (0.6.5)
  461. rack
  462. rack-test (1.1.0)
  463. rack (>= 1.0, < 3)
  464. rails (5.2.4.1)
  465. actioncable (= 5.2.4.1)
  466. actionmailer (= 5.2.4.1)
  467. actionpack (= 5.2.4.1)
  468. actionview (= 5.2.4.1)
  469. activejob (= 5.2.4.1)
  470. activemodel (= 5.2.4.1)
  471. activerecord (= 5.2.4.1)
  472. activestorage (= 5.2.4.1)
  473. activesupport (= 5.2.4.1)
  474. bundler (>= 1.3.0)
  475. railties (= 5.2.4.1)
  476. sprockets-rails (>= 2.0.0)
  477. rails-controller-testing (1.0.4)
  478. actionpack (>= 5.0.1.x)
  479. actionview (>= 5.0.1.x)
  480. activesupport (>= 5.0.1.x)
  481. rails-dom-testing (2.0.3)
  482. activesupport (>= 4.2.0)
  483. nokogiri (>= 1.6)
  484. rails-html-sanitizer (1.3.0)
  485. loofah (~> 2.3)
  486. rails-i18n (5.1.3)
  487. i18n (>= 0.7, < 2)
  488. railties (>= 5.0, < 6)
  489. rails-settings-cached (0.6.6)
  490. rails (>= 4.2.0)
  491. railties (5.2.4.1)
  492. actionpack (= 5.2.4.1)
  493. activesupport (= 5.2.4.1)
  494. method_source
  495. rake (>= 0.8.7)
  496. thor (>= 0.19.0, < 2.0)
  497. rainbow (3.0.0)
  498. rake (13.0.1)
  499. rdf (3.1.1)
  500. hamster (~> 3.0)
  501. link_header (~> 0.0, >= 0.0.8)
  502. rdf-normalize (0.4.0)
  503. rdf (~> 3.1)
  504. redis (4.1.3)
  505. redis-actionpack (5.0.2)
  506. actionpack (>= 4.0, < 6)
  507. redis-rack (>= 1, < 3)
  508. redis-store (>= 1.1.0, < 2)
  509. redis-activesupport (5.0.4)
  510. activesupport (>= 3, < 6)
  511. redis-store (>= 1.3, < 2)
  512. redis-namespace (1.7.0)
  513. redis (>= 3.0.4)
  514. redis-rack (2.0.4)
  515. rack (>= 1.5, < 3)
  516. redis-store (>= 1.2, < 2)
  517. redis-rails (5.0.2)
  518. redis-actionpack (>= 5.0, < 6)
  519. redis-activesupport (>= 5.0, < 6)
  520. redis-store (>= 1.2, < 2)
  521. redis-store (1.5.0)
  522. redis (>= 2.2, < 5)
  523. regexp_parser (1.6.0)
  524. request_store (1.5.0)
  525. rack (>= 1.4)
  526. responders (3.0.0)
  527. actionpack (>= 5.0)
  528. railties (>= 5.0)
  529. rotp (2.1.2)
  530. rpam2 (4.0.2)
  531. rqrcode (1.1.2)
  532. chunky_png (~> 1.0)
  533. rqrcode_core (~> 0.1)
  534. rqrcode_core (0.1.1)
  535. rspec-core (3.9.0)
  536. rspec-support (~> 3.9.0)
  537. rspec-expectations (3.9.0)
  538. diff-lcs (>= 1.2.0, < 2.0)
  539. rspec-support (~> 3.9.0)
  540. rspec-mocks (3.9.0)
  541. diff-lcs (>= 1.2.0, < 2.0)
  542. rspec-support (~> 3.9.0)
  543. rspec-rails (3.9.0)
  544. actionpack (>= 3.0)
  545. activesupport (>= 3.0)
  546. railties (>= 3.0)
  547. rspec-core (~> 3.9.0)
  548. rspec-expectations (~> 3.9.0)
  549. rspec-mocks (~> 3.9.0)
  550. rspec-support (~> 3.9.0)
  551. rspec-sidekiq (3.0.3)
  552. rspec-core (~> 3.0, >= 3.0.0)
  553. sidekiq (>= 2.4.0)
  554. rspec-support (3.9.0)
  555. rubocop (0.79.0)
  556. jaro_winkler (~> 1.5.1)
  557. parallel (~> 1.10)
  558. parser (>= 2.7.0.1)
  559. rainbow (>= 2.2.2, < 4.0)
  560. ruby-progressbar (~> 1.7)
  561. unicode-display_width (>= 1.4.0, < 1.7)
  562. rubocop-rails (2.4.1)
  563. rack (>= 1.1)
  564. rubocop (>= 0.72.0)
  565. ruby-progressbar (1.10.1)
  566. ruby-saml (1.9.0)
  567. nokogiri (>= 1.5.10)
  568. ruby-statistics (2.1.1)
  569. rufus-scheduler (3.5.2)
  570. fugit (~> 1.1, >= 1.1.5)
  571. safe_yaml (1.0.5)
  572. sanitize (5.1.0)
  573. crass (~> 1.0.2)
  574. nokogiri (>= 1.8.0)
  575. nokogumbo (~> 2.0)
  576. sidekiq (5.2.7)
  577. connection_pool (~> 2.2, >= 2.2.2)
  578. rack (>= 1.5.0)
  579. rack-protection (>= 1.5.0)
  580. redis (>= 3.3.5, < 5)
  581. sidekiq-bulk (0.2.0)
  582. sidekiq
  583. sidekiq-scheduler (3.0.0)
  584. redis (>= 3, < 5)
  585. rufus-scheduler (~> 3.2)
  586. sidekiq (>= 3)
  587. tilt (>= 1.4.0)
  588. sidekiq-unique-jobs (6.0.18)
  589. concurrent-ruby (~> 1.0, >= 1.0.5)
  590. sidekiq (>= 4.0, < 7.0)
  591. thor (~> 0)
  592. simple-navigation (4.1.0)
  593. activesupport (>= 2.3.2)
  594. simple_form (5.0.1)
  595. actionpack (>= 5.0)
  596. activemodel (>= 5.0)
  597. simplecov (0.17.1)
  598. docile (~> 1.1)
  599. json (>= 1.8, < 3)
  600. simplecov-html (~> 0.10.0)
  601. simplecov-html (0.10.2)
  602. sprockets (3.7.2)
  603. concurrent-ruby (~> 1.0)
  604. rack (> 1, < 3)
  605. sprockets-rails (3.2.1)
  606. actionpack (>= 4.0)
  607. activesupport (>= 4.0)
  608. sprockets (>= 3.0.0)
  609. sshkit (1.20.0)
  610. net-scp (>= 1.1.2)
  611. net-ssh (>= 2.8.0)
  612. stackprof (0.2.15)
  613. statsd-ruby (1.4.0)
  614. stoplight (2.2.0)
  615. streamio-ffmpeg (3.0.2)
  616. multi_json (~> 1.8)
  617. strong_migrations (0.5.1)
  618. activerecord (>= 5)
  619. temple (0.8.2)
  620. terminal-table (1.8.0)
  621. unicode-display_width (~> 1.1, >= 1.1.1)
  622. terrapin (0.6.0)
  623. climate_control (>= 0.0.3, < 1.0)
  624. thor (0.20.3)
  625. thread_safe (0.3.6)
  626. thwait (0.1.0)
  627. tilt (2.0.10)
  628. tty-color (0.5.0)
  629. tty-command (0.9.0)
  630. pastel (~> 0.7.0)
  631. tty-cursor (0.7.0)
  632. tty-prompt (0.20.0)
  633. necromancer (~> 0.5.0)
  634. pastel (~> 0.7.0)
  635. tty-reader (~> 0.7.0)
  636. tty-reader (0.7.0)
  637. tty-cursor (~> 0.7)
  638. tty-screen (~> 0.7)
  639. wisper (~> 2.0.0)
  640. tty-screen (0.7.0)
  641. twitter-text (1.14.7)
  642. unf (~> 0.1.0)
  643. tzinfo (1.2.6)
  644. thread_safe (~> 0.1)
  645. tzinfo-data (1.2019.3)
  646. tzinfo (>= 1.0.0)
  647. unf (0.1.4)
  648. unf_ext
  649. unf_ext (0.0.7.6)
  650. unicode-display_width (1.6.0)
  651. uniform_notifier (1.13.0)
  652. warden (1.2.8)
  653. rack (>= 2.0.6)
  654. webmock (3.7.6)
  655. addressable (>= 2.3.6)
  656. crack (>= 0.3.2)
  657. hashdiff (>= 0.4.0, < 2.0.0)
  658. webpacker (4.2.2)
  659. activesupport (>= 4.2)
  660. rack-proxy (>= 0.6.1)
  661. railties (>= 4.2)
  662. webpush (0.3.8)
  663. hkdf (~> 0.2)
  664. jwt (~> 2.0)
  665. websocket-driver (0.7.1)
  666. websocket-extensions (>= 0.1.0)
  667. websocket-extensions (0.1.4)
  668. wisper (2.0.1)
  669. xpath (3.2.0)
  670. nokogiri (~> 1.8)
  671. PLATFORMS
  672. ruby
  673. DEPENDENCIES
  674. active_model_serializers (~> 0.10)
  675. active_record_query_trace (~> 1.7)
  676. addressable (~> 2.7)
  677. annotate (~> 3.0)
  678. aws-sdk-s3 (~> 1.60)
  679. better_errors (~> 2.5)
  680. binding_of_caller (~> 0.7)
  681. blurhash (~> 0.1)
  682. bootsnap (~> 1.4)
  683. brakeman (~> 4.7)
  684. browser
  685. bullet (~> 6.1)
  686. bundler-audit (~> 0.6)
  687. capistrano (~> 3.11)
  688. capistrano-rails (~> 1.4)
  689. capistrano-rbenv (~> 2.1)
  690. capistrano-yarn (~> 2.0)
  691. capybara (~> 3.30)
  692. charlock_holmes (~> 0.7.7)
  693. chewy (~> 5.1)
  694. cld3 (~> 3.2.6)
  695. climate_control (~> 0.2)
  696. concurrent-ruby
  697. connection_pool
  698. derailed_benchmarks
  699. devise (~> 4.7)
  700. devise-two-factor (~> 3.1)
  701. devise_pam_authenticatable2 (~> 9.2)
  702. discard (~> 1.1)
  703. doorkeeper (~> 5.2)
  704. dotenv-rails (~> 2.7)
  705. e2mmap (~> 0.1.0)
  706. fabrication (~> 2.21)
  707. faker (~> 2.10)
  708. fast_blank (~> 1.0)
  709. fastimage
  710. fog-core (<= 2.1.0)
  711. fog-openstack (~> 0.3)
  712. fuubar (~> 2.5)
  713. goldfinger (~> 2.1)
  714. hamlit-rails (~> 0.2)
  715. health_check!
  716. hiredis (~> 0.6)
  717. htmlentities (~> 4.3)
  718. http (~> 4.3)
  719. http_accept_language (~> 2.1)
  720. http_parser.rb (~> 0.6)!
  721. httplog (~> 1.3)
  722. i18n-tasks (~> 0.9)
  723. idn-ruby
  724. iso-639
  725. json-ld
  726. json-ld-preloaded (~> 3.0)
  727. kaminari (~> 1.1)
  728. letter_opener (~> 1.7)
  729. letter_opener_web (~> 1.3)
  730. link_header (~> 0.0)
  731. lograge (~> 0.11)
  732. makara (~> 0.4)
  733. mario-redis-lock (~> 1.2)
  734. memory_profiler
  735. microformats (~> 4.2)
  736. mime-types (~> 3.3.1)
  737. net-ldap (~> 0.16)
  738. nilsimsa!
  739. nokogiri (~> 1.10)
  740. nsa (~> 0.2)
  741. oj (~> 3.10)
  742. omniauth (~> 1.9)
  743. omniauth-cas (~> 1.1)
  744. omniauth-saml (~> 1.10)
  745. ox (~> 2.11)
  746. paperclip (~> 6.0)
  747. paperclip-av-transcoder (~> 0.6)
  748. parallel (~> 1.19)
  749. parallel_tests (~> 2.30)
  750. parslet
  751. pg (~> 1.2)
  752. pghero (~> 2.4)
  753. pkg-config (~> 1.4)
  754. posix-spawn!
  755. premailer-rails
  756. private_address_check (~> 0.5)
  757. pry-byebug (~> 3.7)
  758. pry-rails (~> 0.3)
  759. puma (~> 4.3)
  760. pundit (~> 2.1)
  761. rack-attack (~> 6.2)
  762. rack-cors (~> 1.1)
  763. rails (~> 5.2.4)
  764. rails-controller-testing (~> 1.0)
  765. rails-i18n (~> 5.1)
  766. rails-settings-cached (~> 0.6)
  767. rdf-normalize (~> 0.4)
  768. redis (~> 4.1)
  769. redis-namespace (~> 1.7)
  770. redis-rails (~> 5.0)
  771. rqrcode (~> 1.1)
  772. rspec-rails (~> 3.9)
  773. rspec-sidekiq (~> 3.0)
  774. rubocop (~> 0.79)
  775. rubocop-rails (~> 2.4)
  776. ruby-progressbar (~> 1.10)
  777. sanitize (~> 5.1)
  778. sidekiq (~> 5.2)
  779. sidekiq-bulk (~> 0.2.0)
  780. sidekiq-scheduler (~> 3.0)
  781. sidekiq-unique-jobs (~> 6.0)
  782. simple-navigation (~> 4.1)
  783. simple_form (~> 5.0)
  784. simplecov (~> 0.17)
  785. sprockets (~> 3.7.2)
  786. sprockets-rails (~> 3.2)
  787. stackprof
  788. stoplight (~> 2.2.0)
  789. streamio-ffmpeg (~> 3.0)
  790. strong_migrations (~> 0.5)
  791. thor (~> 0.20)
  792. thwait (~> 0.1.0)
  793. tty-command (~> 0.9)
  794. tty-prompt (~> 0.20)
  795. twitter-text (~> 1.14)
  796. tzinfo-data (~> 1.2019)
  797. webmock (~> 3.7)
  798. webpacker (~> 4.2)
  799. webpush