Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

Commit

Permalink
upgrade elasticsearch gems to 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-klimuk committed Apr 11, 2017
1 parent 93bf0d1 commit f5fbf21
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -15,8 +15,8 @@ gem "ansi", "~> 1.5"
gem "sequel", "~> 4.32"
gem "sidekiq", "~> 4.1.1"
gem "sidekiq-scheduler", "~> 2.0"
gem "elasticsearch", "~> 1.0"
gem "elasticsearch-extensions", "~> 0.0"
gem "elasticsearch"
gem "elasticsearch-extensions"
gem "yajl-ruby", "~> 1.2", require: "yajl"
gem "builder", "~> 3.2"
gem "plek", "~> 1.11"
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Expand Up @@ -70,16 +70,16 @@ GEM
dotenv-rails (2.1.1)
dotenv (= 2.1.1)
railties (>= 4.0, < 5.1)
elasticsearch (1.1.2)
elasticsearch-api (= 1.1.2)
elasticsearch-transport (= 1.1.2)
elasticsearch-api (1.1.2)
elasticsearch (5.0.4)
elasticsearch-api (= 5.0.4)
elasticsearch-transport (= 5.0.4)
elasticsearch-api (5.0.4)
multi_json
elasticsearch-extensions (0.0.26)
ansi
elasticsearch
ruby-prof
elasticsearch-transport (1.1.2)
elasticsearch-transport (5.0.4)
faraday
multi_json
erubis (2.7.0)
Expand Down Expand Up @@ -284,8 +284,8 @@ DEPENDENCIES
dalli (~> 2.7)
database_cleaner!
dotenv-rails
elasticsearch (~> 1.0)
elasticsearch-extensions (~> 0.0)
elasticsearch
elasticsearch-extensions
factory_girl_rails
fakefs
forgery
Expand Down

0 comments on commit f5fbf21

Please sign in to comment.