diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2015-07-05 14:50:33 +0200 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2015-07-05 14:50:33 +0200 |
commit | 5294bf1ef615662bd2fd7c7385022f0b3de7d26a (patch) | |
tree | d98b8a631a664bf640125b1e4fcc82539855a381 /Gemfile | |
parent | ba400c7e88329ee70fd62bcd060389abb7dcebb2 (diff) | |
download | rails-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-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |