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 .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- 3306:3306

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.2
image: docker.elastic.co/elasticsearch/elasticsearch:8.19.10
ports:
- 9200:9200
options: >-
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ gem 'resque', '>=1.14.0'
gem 'resque-scheduler'
gem 'after_commit_everywhere'
#gem 'daemon-spawn', require: 'daemon_spawn'
gem "elasticsearch", "8.18.0"
gem "elasticsearch", "8.19.2"
gem "aws-sdk-s3"
gem 'css_parser'

Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,13 @@ GEM
domain_name (0.6.20240107)
drb (2.2.3)
ed25519 (1.3.0)
elastic-transport (8.3.5)
elastic-transport (8.4.1)
faraday (< 3)
multi_json
elasticsearch (8.18.0)
elasticsearch (8.19.2)
elastic-transport (~> 8.3)
elasticsearch-api (= 8.18.0)
elasticsearch-api (8.18.0)
elasticsearch-api (= 8.19.2)
elasticsearch-api (8.19.2)
multi_json
email_spec (1.6.0)
launchy (~> 2.1)
Expand All @@ -271,12 +271,12 @@ GEM
railties (>= 6.1.0)
faker (3.5.2)
i18n (>= 1.8.11, < 2)
faraday (2.13.1)
faraday (2.14.0)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
faraday-net_http (3.4.2)
net-http (~> 0.5)
fastimage (2.3.0)
ffi (1.17.2)
fugit (1.11.1)
Expand Down Expand Up @@ -325,7 +325,7 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jmespath (1.6.2)
json (2.12.2)
json (2.18.0)
kgio (2.10.0)
launchy (2.5.2)
addressable (~> 2.8)
Expand Down Expand Up @@ -367,15 +367,15 @@ GEM
mini_portile2 (2.8.9)
minitest (5.27.0)
mono_logger (1.1.2)
multi_json (1.17.0)
multi_json (1.19.1)
multi_test (1.1.0)
multi_xml (0.6.0)
mustermann (3.0.4)
ruby2_keywords (~> 0.0.1)
mysql2 (0.5.6)
n_plus_one_control (0.7.2)
net-http (0.6.0)
uri
net-http (0.9.1)
uri (>= 0.11.1)
net-http-digest_auth (1.4.1)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
Expand Down Expand Up @@ -639,7 +639,7 @@ GEM
raindrops (~> 0.7)
unidecoder (1.1.2)
uniform_notifier (1.17.0)
uri (1.0.4)
uri (1.1.1)
useragent (0.16.11)
vcr (6.3.1)
base64
Expand Down Expand Up @@ -702,7 +702,7 @@ DEPENDENCIES
devise-async
devise-pwned_password
ed25519 (>= 1.2, < 2.0)
elasticsearch (= 8.18.0)
elasticsearch (= 8.19.2)
email_spec (= 1.6.0)
erb_lint (= 0.4.0)
escape_utils (= 1.2.1)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
volumes:
- redis-data:/var/lib/redis:rw
es:
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.2
image: docker.elastic.co/elasticsearch/elasticsearch:8.19.10
ports:
- "9200:9200"
- "9300:9300"
Expand Down
Loading