parse-stack-next 5.5.3 → 5.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +13 -4
  3. data/README.md +26 -13
  4. data/bin/parse-console +9 -1
  5. data/docs/TEST_SERVER.md +115 -238
  6. data/docs/mcp_guide.md +1 -1
  7. data/docs/mongodb_index_optimization_guide.md +3 -2
  8. data/docs/usage_guide.md +1 -1
  9. data/docs/yard-template/default/fulldoc/html/css/common.css +52 -9
  10. data/docs/yard-template/default/fulldoc/html/css/full_list.css +40 -13
  11. data/lib/parse/agent/constraint_translator.rb +18 -18
  12. data/lib/parse/agent/errors.rb +29 -7
  13. data/lib/parse/agent/metadata_dsl.rb +6 -6
  14. data/lib/parse/agent/tools.rb +250 -59
  15. data/lib/parse/agent.rb +42 -30
  16. data/lib/parse/api/aggregate.rb +3 -3
  17. data/lib/parse/api/cloud_functions.rb +19 -10
  18. data/lib/parse/api/objects.rb +8 -8
  19. data/lib/parse/api/users.rb +9 -9
  20. data/lib/parse/atlas_search/session.rb +34 -34
  21. data/lib/parse/atlas_search.rb +243 -110
  22. data/lib/parse/client/body_builder.rb +10 -10
  23. data/lib/parse/client/logging.rb +5 -2
  24. data/lib/parse/client/profiling.rb +5 -2
  25. data/lib/parse/client/protocol.rb +1 -1
  26. data/lib/parse/client/url_redaction.rb +94 -0
  27. data/lib/parse/client.rb +43 -28
  28. data/lib/parse/embeddings/image_fetch.rb +6 -1
  29. data/lib/parse/embeddings/voyage.rb +16 -17
  30. data/lib/parse/live_query/client.rb +7 -7
  31. data/lib/parse/live_query/subscription.rb +1 -1
  32. data/lib/parse/lock.rb +1 -1
  33. data/lib/parse/lock_backend.rb +118 -2
  34. data/lib/parse/model/acl.rb +24 -24
  35. data/lib/parse/model/classes/job_schedule.rb +8 -8
  36. data/lib/parse/model/classes/job_status.rb +9 -9
  37. data/lib/parse/model/classes/role.rb +49 -49
  38. data/lib/parse/model/classes/session.rb +2 -2
  39. data/lib/parse/model/classes/user.rb +66 -66
  40. data/lib/parse/model/core/builder.rb +7 -7
  41. data/lib/parse/model/core/create_lock.rb +1 -1
  42. data/lib/parse/model/core/properties.rb +4 -4
  43. data/lib/parse/model/file.rb +57 -16
  44. data/lib/parse/model/model.rb +19 -19
  45. data/lib/parse/model/object.rb +38 -38
  46. data/lib/parse/model/pointer.rb +4 -4
  47. data/lib/parse/model/push.rb +5 -5
  48. data/lib/parse/mongodb.rb +84 -26
  49. data/lib/parse/pipeline_security.rb +2 -2
  50. data/lib/parse/query/constraints.rb +38 -38
  51. data/lib/parse/query.rb +151 -75
  52. data/lib/parse/retrieval/reranker/cohere.rb +30 -0
  53. data/lib/parse/schema.rb +1 -1
  54. data/lib/parse/stack/version.rb +1 -1
  55. data/lib/parse/stack.rb +23 -10
  56. data/lib/parse/two_factor_auth/user_extension.rb +25 -25
  57. data/lib/parse/webhooks/payload.rb +35 -35
  58. data/lib/parse/webhooks/registration.rb +2 -2
  59. data/lib/parse/webhooks/replay_protection.rb +16 -16
  60. data/lib/parse/webhooks.rb +11 -11
  61. data/parse-stack-next.gemspec +19 -1
  62. metadata +2 -38
  63. data/.bundle/config +0 -5
  64. data/.env.sample +0 -138
  65. data/.env.test +0 -10
  66. data/.github/ISSUE_TEMPLATE/bug_report.yml +0 -105
  67. data/.github/ISSUE_TEMPLATE/feature_request.yml +0 -67
  68. data/.github/dependabot.yml +0 -13
  69. data/.github/workflows/codeql.yml +0 -44
  70. data/.github/workflows/docs.yml +0 -39
  71. data/.github/workflows/release.yml +0 -43
  72. data/.github/workflows/ruby.yml +0 -38
  73. data/.gitignore +0 -56
  74. data/.ruby-version +0 -1
  75. data/.solargraph.yml +0 -22
  76. data/.vscode/settings.json +0 -3
  77. data/.yardopts +0 -19
  78. data/Gemfile +0 -43
  79. data/Gemfile.lock +0 -198
  80. data/Makefile +0 -63
  81. data/Rakefile +0 -825
  82. data/config/parse-config.json +0 -12
  83. data/scripts/debug-ips.js +0 -35
  84. data/scripts/docker/Dockerfile.parse +0 -17
  85. data/scripts/docker/atlas-init.js +0 -284
  86. data/scripts/docker/docker-compose.atlas.yml +0 -80
  87. data/scripts/docker/docker-compose.test.yml +0 -159
  88. data/scripts/docker/docker-compose.verifyemail.yml +0 -4
  89. data/scripts/docker/mongo-init.js +0 -21
  90. data/scripts/docker/preflight.sh +0 -76
  91. data/scripts/eval_mcp_with_lm_studio.rb +0 -274
  92. data/scripts/start-parse.sh +0 -154
  93. data/scripts/start_mcp_server.rb +0 -78
  94. data/scripts/test_server_connection.rb +0 -82
  95. data/scripts/vector_prototype/create_vector_index.js +0 -105
  96. data/scripts/vector_prototype/fetch_embeddings.py +0 -241
  97. data/scripts/vector_prototype/fixture_manifest.json +0 -9
  98. data/scripts/vector_prototype/query_prototype.rb +0 -84
  99. data/scripts/vector_prototype/run.sh +0 -34
@@ -1,105 +0,0 @@
1
- name: Bug report
2
- description: Report a defect in parse-stack-next
3
- title: "[Bug]: "
4
- labels: ["bug", "triage"]
5
- body:
6
- - type: markdown
7
- attributes:
8
- value: |
9
- Thanks for taking the time to file a bug report. Please fill out the sections below so we can reproduce and diagnose the issue quickly.
10
-
11
- Before submitting, please search [existing issues](https://github.com/neurosynq/parse-stack-next/issues) to avoid duplicates.
12
-
13
- - type: textarea
14
- id: summary
15
- attributes:
16
- label: Summary
17
- description: A clear and concise description of the bug.
18
- placeholder: When I call `Parse::Query#results_direct` with ..., it raises ...
19
- validations:
20
- required: true
21
-
22
- - type: textarea
23
- id: reproduction
24
- attributes:
25
- label: Steps to reproduce
26
- description: Minimal code sample or steps needed to reproduce the behavior.
27
- render: ruby
28
- placeholder: |
29
- class Post < Parse::Object
30
- property :title, :string
31
- end
32
-
33
- Post.query(title: "hello").results
34
- validations:
35
- required: true
36
-
37
- - type: textarea
38
- id: expected
39
- attributes:
40
- label: Expected behavior
41
- description: What did you expect to happen?
42
- validations:
43
- required: true
44
-
45
- - type: textarea
46
- id: actual
47
- attributes:
48
- label: Actual behavior
49
- description: What happened instead? Include full stack traces if applicable.
50
- render: shell
51
- validations:
52
- required: true
53
-
54
- - type: input
55
- id: gem-version
56
- attributes:
57
- label: parse-stack-next version
58
- placeholder: e.g. 5.0.0
59
- validations:
60
- required: true
61
-
62
- - type: input
63
- id: ruby-version
64
- attributes:
65
- label: Ruby version
66
- placeholder: e.g. ruby 3.3.5
67
- validations:
68
- required: true
69
-
70
- - type: input
71
- id: parse-server-version
72
- attributes:
73
- label: Parse Server version
74
- placeholder: e.g. 7.3.0
75
- validations:
76
- required: false
77
-
78
- - type: input
79
- id: mongodb-version
80
- attributes:
81
- label: MongoDB version
82
- placeholder: e.g. 7.0 / Atlas
83
- validations:
84
- required: false
85
-
86
- - type: dropdown
87
- id: deployment
88
- attributes:
89
- label: Deployment
90
- description: How is Parse Server / MongoDB hosted?
91
- options:
92
- - Self-hosted
93
- - MongoDB Atlas
94
- - Local Docker (scripts/docker/*)
95
- - Other
96
- validations:
97
- required: false
98
-
99
- - type: textarea
100
- id: additional
101
- attributes:
102
- label: Additional context
103
- description: Logs, screenshots, related issues, or anything else that may help.
104
- validations:
105
- required: false
@@ -1,67 +0,0 @@
1
- name: Feature request
2
- description: Suggest a new feature or enhancement for parse-stack-next
3
- title: "[Feature]: "
4
- labels: ["enhancement", "triage"]
5
- body:
6
- - type: markdown
7
- attributes:
8
- value: |
9
- Thanks for proposing a new feature. Please describe the problem you're trying to solve before proposing a specific implementation.
10
-
11
- - type: textarea
12
- id: problem
13
- attributes:
14
- label: Problem
15
- description: What problem are you trying to solve? What is the user-facing pain point?
16
- placeholder: When working with ..., it's difficult to ... because ...
17
- validations:
18
- required: true
19
-
20
- - type: textarea
21
- id: proposal
22
- attributes:
23
- label: Proposed solution
24
- description: Describe the API, behavior, or capability you'd like to see.
25
- render: ruby
26
- placeholder: |
27
- # Example of the proposed usage
28
- Post.query.where(...).some_new_method(...)
29
- validations:
30
- required: true
31
-
32
- - type: textarea
33
- id: alternatives
34
- attributes:
35
- label: Alternatives considered
36
- description: What workarounds or alternative designs have you considered?
37
- validations:
38
- required: false
39
-
40
- - type: dropdown
41
- id: area
42
- attributes:
43
- label: Area
44
- description: Which part of the SDK does this affect?
45
- options:
46
- - Model / Properties
47
- - Query
48
- - Associations
49
- - Schema / Migrations
50
- - Client / HTTP
51
- - ACL / CLP / Security
52
- - Roles / Users
53
- - Atlas Search
54
- - MongoDB direct
55
- - Webhooks / Cloud Code
56
- - Documentation
57
- - Other
58
- validations:
59
- required: false
60
-
61
- - type: textarea
62
- id: additional
63
- attributes:
64
- label: Additional context
65
- description: Links to related issues, prior art in other libraries, references to Parse Server docs, etc.
66
- validations:
67
- required: false
@@ -1,13 +0,0 @@
1
- version: 2
2
- updates:
3
- - package-ecosystem: bundler
4
- directory: "/"
5
- schedule:
6
- interval: weekly
7
- open-pull-requests-limit: 10
8
-
9
- - package-ecosystem: github-actions
10
- directory: "/"
11
- schedule:
12
- interval: weekly
13
- open-pull-requests-limit: 5
@@ -1,44 +0,0 @@
1
- name: "CodeQL Advanced"
2
-
3
- on:
4
- push:
5
- branches: [ "main" ]
6
- pull_request:
7
- branches: [ "main" ]
8
- schedule:
9
- - cron: '32 23 * * 1'
10
-
11
- jobs:
12
- analyze:
13
- name: Analyze (${{ matrix.language }})
14
- runs-on: ubuntu-latest
15
- permissions:
16
- security-events: write
17
- packages: read
18
- actions: read
19
- contents: read
20
-
21
- strategy:
22
- fail-fast: false
23
- matrix:
24
- include:
25
- - language: actions
26
- build-mode: none
27
- - language: ruby
28
- build-mode: none
29
-
30
- steps:
31
- - name: Checkout repository
32
- uses: actions/checkout@v6
33
-
34
- - name: Initialize CodeQL
35
- uses: github/codeql-action/init@v4
36
- with:
37
- languages: ${{ matrix.language }}
38
- build-mode: ${{ matrix.build-mode }}
39
- queries: security-extended,security-and-quality
40
-
41
- - name: Perform CodeQL Analysis
42
- uses: github/codeql-action/analyze@v4
43
- with:
44
- category: "/language:${{matrix.language}}"
@@ -1,39 +0,0 @@
1
- name: Publish YARD Docs
2
-
3
- on:
4
- push:
5
- branches: [main]
6
- workflow_dispatch:
7
-
8
- permissions:
9
- contents: read
10
- pages: write
11
- id-token: write
12
-
13
- concurrency:
14
- group: pages
15
- cancel-in-progress: false
16
-
17
- jobs:
18
- build:
19
- runs-on: ubuntu-latest
20
- steps:
21
- - uses: actions/checkout@v6
22
- - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0
23
- with:
24
- ruby-version: '3.4'
25
- bundler-cache: true
26
- - name: Build YARD docs
27
- run: bundle exec rake yard
28
- - uses: actions/upload-pages-artifact@v5
29
- with:
30
- path: doc/parse-stack-next
31
- deploy:
32
- needs: build
33
- runs-on: ubuntu-latest
34
- environment:
35
- name: github-pages
36
- url: ${{ steps.deployment.outputs.page_url }}
37
- steps:
38
- - id: deployment
39
- uses: actions/deploy-pages@v5
@@ -1,43 +0,0 @@
1
- name: Release Gem
2
-
3
- on:
4
- release:
5
- types: [published]
6
- workflow_dispatch:
7
-
8
- jobs:
9
- push:
10
- name: Push to RubyGems
11
- runs-on: ubuntu-latest
12
- environment: rubygems
13
- permissions:
14
- id-token: write
15
- contents: read
16
- packages: write
17
- steps:
18
- - uses: actions/checkout@v6
19
-
20
- # bundler-cache (next step) writes --local path / --local
21
- # deployment into the tracked `.bundle/config`, which would leave
22
- # the working tree dirty and trip `rake release`'s
23
- # `release:guard_clean` check. Tell git to ignore worktree
24
- # mutations to this file so guard_clean passes while still
25
- # letting Bundler resolve vendor/bundle in the next step.
26
- - run: git update-index --skip-worktree .bundle/config
27
-
28
- - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0
29
- with:
30
- ruby-version: "3.4"
31
- bundler-cache: true
32
-
33
- - uses: rubygems/release-gem@052cc82692552de3ef2b81fd670e41d13cba8092 # v1.4.0
34
-
35
- # Mirror the same .gem to GitHub Packages. The previous step
36
- # leaves the built artifact in pkg/parse-stack-next-X.Y.Z.gem
37
- # (rake build's output dir). GitHub Packages auth uses the
38
- # workflow's GITHUB_TOKEN as a Bearer credential via the
39
- # GEM_HOST_API_KEY env var — no separate PAT needed.
40
- - name: Push to GitHub Packages
41
- env:
42
- GEM_HOST_API_KEY: "Bearer ${{ secrets.GITHUB_TOKEN }}"
43
- run: gem push --host "https://rubygems.pkg.github.com/${{ github.repository_owner }}" pkg/*.gem
@@ -1,38 +0,0 @@
1
- # This workflow uses actions that are not certified by GitHub.
2
- # They are provided by a third-party and are governed by
3
- # separate terms of service, privacy policy, and support
4
- # documentation.
5
- # This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
6
- # For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
7
-
8
- name: Gem Tests
9
-
10
- on:
11
- push:
12
- branches: [main]
13
- pull_request:
14
- branches: [main]
15
-
16
- permissions:
17
- contents: read
18
-
19
- jobs:
20
- test:
21
- strategy:
22
- fail-fast: false
23
- matrix:
24
- os: [ubuntu-latest, macos-latest]
25
- ruby: ['3.2', '3.3', '3.4', '3.5']
26
- runs-on: ${{ matrix.os }}
27
- steps:
28
- - uses: actions/checkout@v6
29
- - name: Set up Ruby
30
- # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
31
- # change this to (see https://github.com/ruby/setup-ruby#versioning):
32
- uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0
33
- with:
34
- ruby-version: ${{ matrix.ruby }}
35
- - name: Install dependencies
36
- run: bundle install
37
- - name: Run unit tests
38
- run: bundle exec rake test:unit
data/.gitignore DELETED
@@ -1,56 +0,0 @@
1
- .DS_Store
2
- *.gem
3
- *.rbc
4
- /.config
5
- /coverage/
6
- /InstalledFiles
7
- /pkg/
8
- /spec/reports/
9
- /spec/examples.txt
10
- /test/tmp/
11
- /test/version_tmp/
12
- /tmp/
13
-
14
- ## Specific to RubyMotion:
15
- .dat*
16
- .repl_history
17
- build/
18
-
19
- ## Documentation cache and generated files:
20
- /.yardoc/
21
- /_yardoc/
22
- /doc/
23
- /rdoc/
24
-
25
- ## Environment normalization:
26
- /.bundle/*
27
- !/.bundle/config
28
- /vendor/bundle
29
- /lib/bundler/man/
30
-
31
- # for a library or gem, you might want to ignore these files since the code is
32
- # intended to run in multiple environments; otherwise, check them in:
33
- # Gemfile.lock
34
- # .ruby-version
35
- # .ruby-gemset
36
-
37
- # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
38
- .rvmrc
39
- bin/.env
40
- bin/config.json
41
- .byebug_history
42
- /.env
43
- /node_modules
44
- /bin/parse-dashboard-config.json
45
- logs
46
- *.md
47
- !docs/mcp_guide.md
48
- !docs/mongodb_direct_guide.md
49
- !docs/mongodb_index_optimization_guide.md
50
- !docs/atlas_vector_search_guide.md
51
- !docs/usage_guide.md
52
- !docs/webhooks_guide.md
53
- !SECURITY.md
54
- !docs/client_sdk_guide.md
55
- !docs/acl_clp_guide.md
56
- !examples/README.md
data/.ruby-version DELETED
@@ -1 +0,0 @@
1
- 3.4.7
data/.solargraph.yml DELETED
@@ -1,22 +0,0 @@
1
- ---
2
- include:
3
- - "**/*.rb"
4
- exclude:
5
- - spec/**/*
6
- - test/**/*
7
- - vendor/**/*
8
- - ".bundle/**/*"
9
- domains: []
10
- reporters:
11
- - rubocop
12
- - require_not_found
13
- require_paths: []
14
- max_files: 5000
15
- require:
16
- - activemodel
17
- - faraday
18
- - moneta
19
- - activesupport
20
- - rack
21
- - active_model_serializers
22
- - parallel
@@ -1,3 +0,0 @@
1
- {
2
- "makefile.configureOnOpen": false
3
- }
data/.yardopts DELETED
@@ -1,19 +0,0 @@
1
- --template-path docs/yard-template
2
- --markup markdown
3
- --markup-provider redcarpet
4
- --readme README.md
5
- --title "parse-stack-next API Reference"
6
- --protected
7
- --no-private
8
- --hide-void-return
9
- lib/**/*.rb
10
- -
11
- CHANGELOG.md
12
- SECURITY.md
13
- docs/acl_clp_guide.md
14
- docs/client_sdk_guide.md
15
- docs/usage_guide.md
16
- docs/mcp_guide.md
17
- docs/mongodb_direct_guide.md
18
- docs/mongodb_index_optimization_guide.md
19
- docs/atlas_vector_search_guide.md
data/Gemfile DELETED
@@ -1,43 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- # Specify your gem's dependencies in parse-stack-next.gemspec
4
- gemspec name: "parse-stack-next"
5
-
6
- group :test, :development do
7
- gem "dotenv"
8
- gem "redis"
9
- gem "rake"
10
- gem "debug", ">= 1.0"
11
- gem "minitest"
12
- gem "minitest-mock"
13
- gem 'minitest-reporters'
14
- gem "pry"
15
- # bundler-audit: scans Gemfile.lock against the ruby-advisory-db for known
16
- # CVEs. Used by the upstream-watch skill and dependency review.
17
- gem "bundler-audit", ">= 0.9"
18
- gem "yard", ">= 0.9.11"
19
- # Rack 3 removed Rack::Server (used by `yard server`); the rackup gem
20
- # restores it. Drop this once YARD's server adapter stops referencing it.
21
- gem "rackup"
22
- gem "redcarpet"
23
- gem "rufo"
24
- gem "mongo"
25
- gem "webrick"
26
- # MCP integration test infrastructure (v4.1.0+).
27
- # puma: streaming Rack server, exercises SSE worker thread under realistic
28
- # flush semantics that WEBrick can't reproduce.
29
- # sinatra: minimal classic-Rack mount target for verifying the
30
- # Parse::Agent.rack_app embedding pattern.
31
- # rack-test: drives Sinatra/Rack envs without an HTTP socket.
32
- gem "puma"
33
- gem "sinatra"
34
- gem "rack-test"
35
- # MFA / TOTP test infrastructure (Parse::MFA, two_factor_auth).
36
- # rotp: generates TOTP secrets and time-based codes so the MFA unit and
37
- # integration tests can enroll and log in against Parse Server's
38
- # TOTP adapter (SHA1 / 6 digits / 30s — rotp's defaults match).
39
- # rqrcode: renders the provisioning QR code exercised by Parse::MFA.qr_code.
40
- gem "rotp"
41
- gem "rqrcode"
42
- # gem "thin" # for yard server - disabled due to eventmachine compilation issues
43
- end
data/Gemfile.lock DELETED
@@ -1,198 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- parse-stack-next (5.5.3)
5
- activemodel (>= 6.1, < 9)
6
- activesupport (>= 6.1, < 9)
7
- connection_pool (>= 2.2, < 4)
8
- csv (~> 3.3)
9
- faraday (~> 2.0)
10
- faraday-net_http_persistent (~> 2.0)
11
- moneta (< 2)
12
- ostruct (~> 0.6)
13
- parallel (>= 1.6, < 3)
14
- rack (>= 2.0.6, < 4)
15
-
16
- GEM
17
- remote: https://rubygems.org/
18
- specs:
19
- activemodel (8.1.3)
20
- activesupport (= 8.1.3)
21
- activesupport (8.1.3)
22
- base64
23
- bigdecimal
24
- concurrent-ruby (~> 1.0, >= 1.3.1)
25
- connection_pool (>= 2.2.5)
26
- drb
27
- i18n (>= 1.6, < 2)
28
- json
29
- logger (>= 1.4.2)
30
- minitest (>= 5.1)
31
- securerandom (>= 0.3)
32
- tzinfo (~> 2.0, >= 2.0.5)
33
- uri (>= 0.13.1)
34
- ansi (1.6.0)
35
- base64 (0.3.0)
36
- bigdecimal (4.1.2)
37
- bson (5.2.0)
38
- builder (3.3.0)
39
- bundler-audit (0.9.3)
40
- bundler (>= 1.2.0)
41
- thor (~> 1.0)
42
- chunky_png (1.4.0)
43
- coderay (1.1.3)
44
- concurrent-ruby (1.3.7)
45
- connection_pool (3.0.2)
46
- csv (3.3.5)
47
- date (3.5.1)
48
- debug (1.11.1)
49
- irb (~> 1.10)
50
- reline (>= 0.3.8)
51
- dotenv (3.2.0)
52
- drb (2.2.3)
53
- erb (6.0.4)
54
- faraday (2.14.3)
55
- faraday-net_http (>= 2.0, < 3.5)
56
- json
57
- logger
58
- faraday-net_http (3.4.4)
59
- net-http (~> 0.5)
60
- faraday-net_http_persistent (2.3.1)
61
- faraday (~> 2.5)
62
- net-http-persistent (>= 4.0.4, < 5)
63
- fiber-storage (1.0.1)
64
- graphql (2.6.3)
65
- base64
66
- fiber-storage
67
- logger
68
- i18n (1.15.1)
69
- concurrent-ruby (~> 1.0)
70
- io-console (0.8.2)
71
- irb (1.18.0)
72
- pp (>= 0.6.0)
73
- prism (>= 1.3.0)
74
- rdoc (>= 4.0.0)
75
- reline (>= 0.4.2)
76
- json (2.19.9)
77
- logger (1.7.0)
78
- method_source (1.1.0)
79
- minitest (6.0.6)
80
- drb (~> 2.0)
81
- prism (~> 1.5)
82
- minitest-mock (5.27.0)
83
- minitest-reporters (1.8.0)
84
- ansi
85
- builder
86
- minitest (>= 5.0, < 7)
87
- ruby-progressbar
88
- moneta (1.6.0)
89
- mongo (2.24.1)
90
- base64
91
- bson (>= 4.14.1, < 6.0.0)
92
- mustermann (3.1.1)
93
- net-http (0.9.1)
94
- uri (>= 0.11.1)
95
- net-http-persistent (4.0.8)
96
- connection_pool (>= 2.2.4, < 4)
97
- nio4r (2.7.5)
98
- ostruct (0.6.3)
99
- parallel (2.1.0)
100
- pp (0.6.3)
101
- prettyprint
102
- prettyprint (0.2.0)
103
- prism (1.9.0)
104
- pry (0.16.0)
105
- coderay (~> 1.1)
106
- method_source (~> 1.0)
107
- reline (>= 0.6.0)
108
- psych (5.4.0)
109
- date
110
- stringio
111
- puma (8.0.2)
112
- nio4r (~> 2.0)
113
- rack (3.2.6)
114
- rack-protection (4.2.1)
115
- base64 (>= 0.1.0)
116
- logger (>= 1.6.0)
117
- rack (>= 3.0.0, < 4)
118
- rack-session (2.1.2)
119
- base64 (>= 0.1.0)
120
- rack (>= 3.0.0)
121
- rack-test (2.2.0)
122
- rack (>= 1.3)
123
- rackup (2.3.1)
124
- rack (>= 3)
125
- rake (13.4.2)
126
- rdoc (7.2.0)
127
- erb
128
- psych (>= 4.0.0)
129
- tsort
130
- redcarpet (3.6.1)
131
- redis (5.4.1)
132
- redis-client (>= 0.22.0)
133
- redis-client (0.30.0)
134
- connection_pool
135
- reline (0.6.3)
136
- io-console (~> 0.5)
137
- rotp (6.3.0)
138
- rqrcode (3.2.0)
139
- chunky_png (~> 1.0)
140
- rqrcode_core (~> 2.0)
141
- rqrcode_core (2.1.0)
142
- ruby-progressbar (1.13.0)
143
- rufo (0.18.2)
144
- securerandom (0.4.1)
145
- sinatra (4.2.1)
146
- logger (>= 1.6.0)
147
- mustermann (~> 3.0)
148
- rack (>= 3.0.0, < 4)
149
- rack-protection (= 4.2.1)
150
- rack-session (>= 2.0.0, < 3)
151
- tilt (~> 2.0)
152
- stringio (3.2.0)
153
- thor (1.5.0)
154
- tilt (2.7.0)
155
- tsort (0.2.0)
156
- tzinfo (2.0.6)
157
- concurrent-ruby (~> 1.0)
158
- uri (1.1.1)
159
- webrick (1.9.2)
160
- yard (0.9.44)
161
-
162
- PLATFORMS
163
- aarch64-linux-gnu
164
- aarch64-linux-musl
165
- arm-linux-gnu
166
- arm-linux-musl
167
- arm64-darwin
168
- ruby
169
- x86_64-darwin
170
- x86_64-linux-gnu
171
- x86_64-linux-musl
172
-
173
- DEPENDENCIES
174
- bundler-audit (>= 0.9)
175
- debug (>= 1.0)
176
- dotenv
177
- graphql (~> 2.0)
178
- minitest
179
- minitest-mock
180
- minitest-reporters
181
- mongo
182
- parse-stack-next!
183
- pry
184
- puma
185
- rack-test
186
- rackup
187
- rake
188
- redcarpet
189
- redis
190
- rotp
191
- rqrcode
192
- rufo
193
- sinatra
194
- webrick
195
- yard (>= 0.9.11)
196
-
197
- BUNDLED WITH
198
- 2.5.23