Skip to content

Commit

Permalink
[CI] Lock Simplecov version
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Feb 26, 2020
1 parent d2a7c6d commit ab9d401
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem "yard"
if defined?(RUBY_VERSION) && RUBY_VERSION > '1.9'
gem "ruby-prof" unless defined?(JRUBY_VERSION) || defined?(Rubinius)
gem "require-prof" unless defined?(JRUBY_VERSION) || defined?(Rubinius)
gem "simplecov"
gem "simplecov", '~> 0.17', '< 0.18'
gem "simplecov-rcov"
gem "cane"
end
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-api/elasticsearch-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "ruby-prof" unless defined?(JRUBY_VERSION) || defined?(Rubinius)
s.add_development_dependency "jbuilder"
s.add_development_dependency "escape_utils" unless defined? JRUBY_VERSION
s.add_development_dependency "simplecov"
s.add_development_dependency "simplecov", '~> 0.17', '< 0.18'
s.add_development_dependency "simplecov-rcov"
s.add_development_dependency "cane"
s.add_development_dependency "require-prof" unless defined?(JRUBY_VERSION) || defined?(Rubinius)
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-dsl/elasticsearch-dsl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'mocha'
s.add_development_dependency 'minitest', '~> 5'
s.add_development_dependency 'minitest-reporters', '~> 1'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'simplecov', '~> 0.17', '< 0.18'
s.add_development_dependency 'yard'
s.add_development_dependency 'cane'
s.add_development_dependency 'pry'
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-extensions/elasticsearch-extensions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'mocha'
s.add_development_dependency 'minitest', '~> 5'
s.add_development_dependency 'minitest-reporters', '~> 1'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'simplecov', '~> 0.17', '< 0.18'
s.add_development_dependency 'yard'
s.add_development_dependency 'cane'
s.add_development_dependency 'pry'
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-transport/elasticsearch-transport.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "elasticsearch-extensions"
s.add_development_dependency "ruby-prof" unless defined?(JRUBY_VERSION) || defined?(Rubinius)
s.add_development_dependency "require-prof" unless defined?(JRUBY_VERSION) || defined?(Rubinius)
s.add_development_dependency "simplecov"
s.add_development_dependency "simplecov", '~> 0.17', '< 0.18'
s.add_development_dependency "simplecov-rcov"
s.add_development_dependency "cane"
end
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/elasticsearch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "minitest-reporters"
s.add_development_dependency "ruby-prof" unless defined?(JRUBY_VERSION) || defined?(Rubinius)
s.add_development_dependency "require-prof" unless defined?(JRUBY_VERSION) || defined?(Rubinius)
s.add_development_dependency "simplecov"
s.add_development_dependency "simplecov", '~> 0.17', '< 0.18'
s.add_development_dependency "simplecov-rcov"
s.add_development_dependency "cane"
end
Expand Down

0 comments on commit ab9d401

Please sign in to comment.