Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem "bcrypt", "~> 3.1.7"

# Search & Caching
gem "faraday", "~> 2.0" # For Weaviate HTTP client
gem "aerospike", "~> 3.0" # Aerospike client for caching and rate limiting
gem "aerospike", "~> 4.2" # Aerospike client for caching and rate limiting
gem "connection_pool", "~> 2.4"

# Background Jobs
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ GEM
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
aerospike (3.0.0)
aerospike (4.2.0)
bcrypt (~> 3.1)
msgpack (~> 1.0)
ast (2.4.3)
Expand Down Expand Up @@ -439,7 +439,7 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
aerospike (~> 3.0)
aerospike (~> 4.2)
bcrypt (~> 3.1.7)
bootsnap
brakeman
Expand Down
Loading