Skip to content

Commit

Permalink
Bump elasticsearch-model from 6.1.2 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [elasticsearch-model](https://github.com/elasticsearch/elasticsearch-rails) from 6.1.2 to 8.0.0.
- [Release notes](https://github.com/elasticsearch/elasticsearch-rails/releases)
- [Changelog](https://github.com/elastic/elasticsearch-rails/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch-rails@v6.1.2...v8.0.0)

---
updated-dependencies:
- dependency-name: elasticsearch-model
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 535efbf commit 7097722
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 39 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ gem 'rss'
gem 'kaminari'

gem 'pg', group: :postgresql
gem 'elasticsearch-model', '~> 6.1.1'
gem 'elasticsearch-model', '~> 8.0.0'
gem 'elasticsearch-rails', '~> 6.1.0'

# Use SCSS for stylesheets
Expand Down
61 changes: 23 additions & 38 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ GEM
bcrypt_pbkdf (1.1.1)
bcrypt_pbkdf (1.1.1-x86_64-darwin)
benchmark (0.3.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
Expand Down Expand Up @@ -160,19 +160,19 @@ GEM
drb (2.2.1)
e2mmap (0.1.0)
ed25519 (1.3.0)
elasticsearch (6.8.3)
elasticsearch-api (= 6.8.3)
elasticsearch-transport (= 6.8.3)
elasticsearch-api (6.8.3)
elastic-transport (8.3.5)
faraday (< 3)
multi_json
elasticsearch-model (6.1.2)
elasticsearch (8.17.0)
elastic-transport (~> 8.3)
elasticsearch-api (= 8.17.0)
elasticsearch-api (8.17.0)
multi_json
elasticsearch-model (8.0.0)
activesupport (> 3)
elasticsearch (~> 6)
elasticsearch (~> 8)
hashie
elasticsearch-rails (6.1.2)
elasticsearch-transport (6.8.3)
faraday (~> 1)
multi_json
erubi (1.13.0)
exception_notification (4.5.0)
actionmailer (>= 5.2, < 8)
Expand All @@ -183,29 +183,12 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faraday (1.10.4)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
ffi (1.17.0)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
Expand Down Expand Up @@ -278,7 +261,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
logger (1.6.4)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -291,9 +274,10 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.1)
minitest (5.25.4)
multi_json (1.15.0)
multipart-post (2.4.1)
net-http (0.6.0)
uri
net-imap (0.4.16)
date
net-protocol
Expand Down Expand Up @@ -444,7 +428,7 @@ GEM
search_object_graphql (1.0.5)
graphql (> 1.8)
search_object (~> 1.2.5)
securerandom (0.3.1)
securerandom (0.4.1)
sidekiq (7.3.2)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
Expand Down Expand Up @@ -496,6 +480,7 @@ GEM
execjs (>= 0.3.0, < 3)
unicode-display_width (2.6.0)
uniform_notifier (1.16.0)
uri (1.0.2)
useragent (0.16.10)
warden (1.2.9)
rack (>= 2.0.9)
Expand Down Expand Up @@ -530,7 +515,7 @@ DEPENDENCIES
devise
dotenv-rails
ed25519
elasticsearch-model (~> 6.1.1)
elasticsearch-model (~> 8.0.0)
elasticsearch-rails (~> 6.1.0)
exception_notification
factory_bot_rails
Expand Down

0 comments on commit 7097722

Please sign in to comment.