Skip to content

Commit

Permalink
Merge pull request #3028 from rubygems/update-es-search
Browse files Browse the repository at this point in the history
Update elasticsearch-rails gems.
  • Loading branch information
simi authored Apr 22, 2022
2 parents de28df5 + 0fd2b47 commit 44f6cea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ gem "validates_formatting_of"
gem "elasticsearch", "~> 7.10.1"
gem "elasticsearch-api", "~> 7.10.1"
gem "elasticsearch-transport", "~> 7.10.1"
gem "elasticsearch-model", "~> 7.0"
gem "elasticsearch-rails", "~> 7.0"
gem "elasticsearch-model", "~> 7.2.1"
gem "elasticsearch-rails", "~> 7.2.1"
gem "elasticsearch-dsl", "~> 0.1.2"
gem "faraday_middleware-aws-sigv4", "~> 0.3"
gem "xml-simple"
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ GEM
elasticsearch-api (7.10.1)
multi_json
elasticsearch-dsl (0.1.10)
elasticsearch-model (7.1.1)
elasticsearch-model (7.2.1)
activesupport (> 3)
elasticsearch (> 1)
elasticsearch (~> 7)
hashie
elasticsearch-rails (7.1.1)
elasticsearch-rails (7.2.1)
elasticsearch-transport (7.10.1)
faraday (~> 1)
multi_json
Expand Down Expand Up @@ -195,7 +195,7 @@ GEM
globalid (1.0.0)
activesupport (>= 5.0)
gravtastic (3.2.6)
hashie (4.1.0)
hashie (5.0.0)
high_voltage (3.1.2)
honeybadger (4.12.1)
http-accept (1.7.0)
Expand Down Expand Up @@ -479,8 +479,8 @@ DEPENDENCIES
elasticsearch (~> 7.10.1)
elasticsearch-api (~> 7.10.1)
elasticsearch-dsl (~> 0.1.2)
elasticsearch-model (~> 7.0)
elasticsearch-rails (~> 7.0)
elasticsearch-model (~> 7.2.1)
elasticsearch-rails (~> 7.2.1)
elasticsearch-transport (~> 7.10.1)
factory_bot_rails
faraday_middleware-aws-sigv4 (~> 0.3)
Expand Down

0 comments on commit 44f6cea

Please sign in to comment.