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.

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