Skip to content

Commit 16a41e8

Browse files
committed
[RAILS] Updated the dependencies for elasticsearch-rails
* Load -model from disk if available * Remove coveralls (breaks with Rails, useless anyway)
1 parent 2ef8744 commit 16a41e8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

elasticsearch-rails/Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ source 'https://rubygems.org'
22

33
# Specify your gem's dependencies in elasticsearch-rails.gemspec
44
gemspec
5+
6+
if File.exists? File.expand_path("../../elasticsearch-model", __FILE__)
7+
gem 'elasticsearch-model', :path => File.expand_path("../../elasticsearch-model", __FILE__), :require => true
8+
end

elasticsearch-rails/elasticsearch-rails.gemspec

-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@ Gem::Specification.new do |s|
3636
s.add_development_dependency "simplecov"
3737
s.add_development_dependency "cane"
3838
s.add_development_dependency "require-prof"
39-
s.add_development_dependency "coveralls"
4039
end
4140
end

0 commit comments

Comments
 (0)