From 41c6ee349f98a86058b86e0198fbda0a2afac440 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2019 21:55:31 +0000 Subject: [PATCH] Update refinerycms-core requirement from ~> 3.0.0 to >= 3.0, < 4.1 Updates the requirements on [refinerycms-core](https://github.com/refinery/refinerycms) to permit the latest version. - [Release notes](https://github.com/refinery/refinerycms/releases) - [Changelog](https://github.com/refinery/refinerycms/blob/master/changelog.md) - [Commits](https://github.com/refinery/refinerycms/compare/3.0.0...3.0.6) Signed-off-by: dependabot-preview[bot] --- refinerycms-elasticsearch.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refinerycms-elasticsearch.gemspec b/refinerycms-elasticsearch.gemspec index 6577967..159edbb 100644 --- a/refinerycms-elasticsearch.gemspec +++ b/refinerycms-elasticsearch.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.required_ruby_version = '>= 1.9.3' # Runtime dependencies - s.add_dependency 'refinerycms-core', '~> 3.0.0' + s.add_dependency 'refinerycms-core', '>= 3.0', '< 4.1' s.add_dependency 'patron' s.add_dependency 'elasticsearch' s.add_dependency 'hashie'