activejob is not a real dependency

This commit is contained in:
Roger Campos
2015-05-11 18:03:56 +02:00
parent f909873165
commit 2ac14113b6
2 changed files with 1 additions and 8 deletions

View File

@@ -19,7 +19,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.add_runtime_dependency 'activejob', '~> 4.0'
spec.add_runtime_dependency 'activesupport', '~> 4.0'
spec.add_runtime_dependency 'activerecord', '~> 4.0'
spec.add_development_dependency 'rake', '~> 10.0'