active_ext.gemspec in darthjee-active_ext-1.2.0 vs active_ext.gemspec in darthjee-active_ext-1.3.0

- old
+ new

@@ -14,10 +14,10 @@ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] spec.add_runtime_dependency 'activesupport', '~> 5.1.1' - spec.add_runtime_dependency 'darthjee-core_ext', '~> 1.2.6' + spec.add_runtime_dependency 'darthjee-core_ext', '~> 1.3.x' spec.add_development_dependency 'activerecord', '~> 5.1.1' spec.add_development_dependency 'sqlite3' spec.add_development_dependency 'bundler', '~> 1.6'