mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-24 01:38:37 +02:00
activejob is not a real dependency
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user