1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ActiveJob] Add activesupport as dependency [ci skip]

This commit is contained in:
Abdelkader Boudih 2014-08-24 22:16:48 +00:00
parent 1f1cc0faee
commit 8fc99194ca

View file

@ -18,5 +18,6 @@ Gem::Specification.new do |s|
s.files = Dir['CHANGELOG.md', 'MIT-LICENSE', 'README.md', 'lib/**/*']
s.require_path = 'lib'
s.add_dependency 'activesupport', version
s.add_dependency 'globalid', '>= 0.2.3'
end