aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorJeremy Daer <jeremydaer@gmail.com>2015-12-17 17:20:19 -0700
committerJeremy Daer <jeremydaer@gmail.com>2015-12-17 17:20:19 -0700
commit7a6772c0e7acc10f4edad8ce3e6d401524ea1336 (patch)
tree917449753b8ef2dd79fa7e161794379da229aa28 /Gemfile.lock
parent80e00ac84adf84485adaebb7e38787e00d663ba5 (diff)
downloadrails-7a6772c0e7acc10f4edad8ce3e6d401524ea1336.tar.gz
rails-7a6772c0e7acc10f4edad8ce3e6d401524ea1336.tar.bz2
rails-7a6772c0e7acc10f4edad8ce3e6d401524ea1336.zip
Use released GlobalID now that it provides URI::GID::MissingModelIdError for Active Job
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock13
1 files changed, 3 insertions, 10 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 1006143f54..8db1122a09 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -28,14 +28,6 @@ GIT
json
GIT
- remote: git://github.com/rails/globalid.git
- revision: 4e74ec6bb60d735ef3c56080f9c9f1dee9cadaaf
- branch: master
- specs:
- globalid (0.3.6)
- activesupport (>= 4.1.0)
-
-GIT
remote: git://github.com/sass/sass.git
revision: bce9509f396225d721501ea1070a6871b708abb1
branch: stable
@@ -74,7 +66,7 @@ PATH
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (5.0.0.alpha)
activesupport (= 5.0.0.alpha)
- globalid (>= 0.3.0)
+ globalid (>= 0.3.6)
activemodel (5.0.0.alpha)
activesupport (= 5.0.0.alpha)
builder (~> 3.1)
@@ -170,6 +162,8 @@ GEM
ffi (1.9.10)
ffi (1.9.10-x64-mingw32)
ffi (1.9.10-x86-mingw32)
+ globalid (0.3.6)
+ activesupport (>= 4.1.0)
hiredis (0.5.2)
hitimes (1.2.3)
hitimes (1.2.3-x86-mingw32)
@@ -319,7 +313,6 @@ DEPENDENCIES
dalli (>= 2.2.1)
delayed_job
delayed_job_active_record
- globalid!
json
kindlerb (= 0.1.1)
listen (~> 3.0.5)