aboutsummaryrefslogtreecommitdiffstats
path: root/activejob.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'activejob.gemspec')
-rw-r--r--activejob.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/activejob.gemspec b/activejob.gemspec
index 201f3efb31..23fd25c6c8 100644
--- a/activejob.gemspec
+++ b/activejob.gemspec
@@ -17,4 +17,5 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.add_dependency 'activesupport', '>= 4.1.0'
+ s.add_dependency 'activemodel-globalid'
end