Bump elasticsearch from 7.9.0 to 7.10.0 (#11554)
* Bump elasticsearch from 7.9.0 to 7.10.0 Bumps [elasticsearch](https://github.com/elastic/elasticsearch-ruby) from 7.9.0 to 7.10.0. - [Release notes](https://github.com/elastic/elasticsearch-ruby/releases) - [Changelog](https://github.com/elastic/elasticsearch-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/elastic/elasticsearch-ruby/compare/v7.9.0...v7.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump elasticsearch from 7.9.0 to 7.10.0 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
894b1b94c7
commit
392d3ef5c6
8 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -31,7 +31,7 @@ gem "devise", "~> 4.7" # Flexible authentication solution for Rails
|
|||
gem "devise_invitable", "~> 2.0.3" # Allows invitations to be sent for joining
|
||||
gem "dogstatsd-ruby", "~> 4.8" # A client for DogStatsD, an extension of the StatsD metric server for Datadog
|
||||
gem "doorkeeper", "~> 5.4" # Oauth 2 provider
|
||||
gem "elasticsearch", "~> 7.9" # Powers DEVs core search functionality
|
||||
gem "elasticsearch", "~> 7.10" # Powers DEVs core search functionality
|
||||
gem "email_validator", "~> 2.0" # Email validator for Rails and ActiveModel
|
||||
gem "emoji_regex", "~> 3.2" # A pair of Ruby regular expressions for matching Unicode Emoji symbols
|
||||
gem "fastly", "~> 2.5" # Client library for the Fastly acceleration system
|
||||
|
|
|
|||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -241,12 +241,12 @@ GEM
|
|||
dotenv-rails (2.7.6)
|
||||
dotenv (= 2.7.6)
|
||||
railties (>= 3.2)
|
||||
elasticsearch (7.9.0)
|
||||
elasticsearch-api (= 7.9.0)
|
||||
elasticsearch-transport (= 7.9.0)
|
||||
elasticsearch-api (7.9.0)
|
||||
elasticsearch (7.10.0)
|
||||
elasticsearch-api (= 7.10.0)
|
||||
elasticsearch-transport (= 7.10.0)
|
||||
elasticsearch-api (7.10.0)
|
||||
multi_json
|
||||
elasticsearch-transport (7.9.0)
|
||||
elasticsearch-transport (7.10.0)
|
||||
faraday (~> 1)
|
||||
multi_json
|
||||
em-websocket (0.5.1)
|
||||
|
|
@ -870,7 +870,7 @@ DEPENDENCIES
|
|||
dogstatsd-ruby (~> 4.8)
|
||||
doorkeeper (~> 5.4)
|
||||
dotenv-rails (~> 2.7.6)
|
||||
elasticsearch (~> 7.9)
|
||||
elasticsearch (~> 7.10)
|
||||
email_validator (~> 2.0)
|
||||
emoji_regex (~> 3.2)
|
||||
erb_lint (~> 0.0.34)
|
||||
|
|
|
|||
BIN
vendor/cache/elasticsearch-7.10.0.gem
vendored
Normal file
BIN
vendor/cache/elasticsearch-7.10.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/elasticsearch-7.9.0.gem
vendored
BIN
vendor/cache/elasticsearch-7.9.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/elasticsearch-api-7.10.0.gem
vendored
Normal file
BIN
vendor/cache/elasticsearch-api-7.10.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/elasticsearch-api-7.9.0.gem
vendored
BIN
vendor/cache/elasticsearch-api-7.9.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/elasticsearch-transport-7.10.0.gem
vendored
Normal file
BIN
vendor/cache/elasticsearch-transport-7.10.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/elasticsearch-transport-7.9.0.gem
vendored
BIN
vendor/cache/elasticsearch-transport-7.9.0.gem
vendored
Binary file not shown.
Loading…
Add table
Reference in a new issue