aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2015-07-05 14:50:33 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2015-07-05 14:50:33 +0200
commit5294bf1ef615662bd2fd7c7385022f0b3de7d26a (patch)
treed98b8a631a664bf640125b1e4fcc82539855a381 /Gemfile
parentba400c7e88329ee70fd62bcd060389abb7dcebb2 (diff)
downloadrails-5294bf1ef615662bd2fd7c7385022f0b3de7d26a.tar.gz
rails-5294bf1ef615662bd2fd7c7385022f0b3de7d26a.tar.bz2
rails-5294bf1ef615662bd2fd7c7385022f0b3de7d26a.zip
Add gemfile entry for GlobalID until a new release is cut.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 78224f60ed..de4159d254 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,6 +5,9 @@ gemspec
# We need a newish Rake since Active Job sets its test tasks' descriptions.
gem 'rake', '>= 10.3'
+# Active Job depends on the URI::GID::MissingModelIDError, which isn't released yet.
+gem 'globalid', github: 'rails/globalid'
+
# This needs to be with require false as it is
# loaded after loading the test library to
# ensure correct loading order