Skip to content
Snippets Groups Projects
Commit 67a1d1d2 authored by Valery Sizov's avatar Valery Sizov
Browse files

Update dependecies and bump to 1.1.1

parent 24982017
No related branches found
No related tags found
1 merge request!26Update dependencies and bump to 1.1.1
Pipeline #
1.1.1
- Support for ES 5.0
1.0.2
- Cache commit's author and committer when indexing a commit
 
Loading
Loading
Loading
Loading
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
gemspec
 
gem 'elasticsearch-model', '~> 0.1.9'
gem 'elasticsearch-api', '~> 1.1.0'
gem 'elasticsearch-api'
gem 'rugged', '~> 0.24'
gem 'rake'
gem 'pry'
Loading
Loading
Loading
Loading
@@ -5,8 +5,8 @@ PATH
activemodel (~> 4.2)
activesupport (~> 4.2)
charlock_holmes (~> 0.7)
elasticsearch-api (~> 1.0)
elasticsearch-model (~> 0.1.8)
elasticsearch-api
elasticsearch-model (~> 0.1.9)
github-linguist (~> 4.7)
rugged (~> 0.24)
 
Loading
Loading
@@ -85,7 +85,7 @@ PLATFORMS
 
DEPENDENCIES
charlock_holmes (~> 0.7.3)
elasticsearch-api (~> 1.1.0)
elasticsearch-api
elasticsearch-model (~> 0.1.9)
github-linguist (~> 4.7.0)
gitlab-elasticsearch-git!
Loading
Loading
Loading
Loading
@@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
 
spec.add_runtime_dependency 'elasticsearch-model', '~> 0.1.8'
spec.add_runtime_dependency 'elasticsearch-api', '~> 1.0'
spec.add_runtime_dependency 'elasticsearch-model', '~> 0.1.9'
spec.add_runtime_dependency 'elasticsearch-api'
spec.add_runtime_dependency 'rugged', '~> 0.24'
spec.add_runtime_dependency 'charlock_holmes', '~> 0.7'
spec.add_runtime_dependency 'github-linguist', '~> 4.7'
Loading
Loading
module Elasticsearch
module Git
VERSION = '1.1.0'
VERSION = '1.1.1'
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment