From 20226c3fb8df69f412dcbbe3ca50aa3da3eea6cd Mon Sep 17 00:00:00 2001 From: nixx Date: Fri, 9 Aug 2019 10:55:36 +0300 Subject: [PATCH] fux bundler support 2.0 --- clickhouse-activerecord.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickhouse-activerecord.gemspec b/clickhouse-activerecord.gemspec index 95a55df6..e077bd1d 100644 --- a/clickhouse-activerecord.gemspec +++ b/clickhouse-activerecord.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - spec.add_runtime_dependency 'bundler', '~> 1.13', '>= 1.13.4' + spec.add_runtime_dependency 'bundler', '>= 1.13.4' spec.add_runtime_dependency 'activerecord', '~> 5.2' spec.add_development_dependency 'bundler', '~> 1.15'