aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-05-28 21:33:03 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-05-28 21:33:16 +0900
commitd4d44e7e1ddd7b22712395a4873bc656df490557 (patch)
tree43142c6b46a614302b7ddf48af9ffea60b8266ba
parentcfd2eff46c90425d96bb912d44d5e290cf523ea6 (diff)
downloadrails-d4d44e7e1ddd7b22712395a4873bc656df490557.tar.gz
rails-d4d44e7e1ddd7b22712395a4873bc656df490557.tar.bz2
rails-d4d44e7e1ddd7b22712395a4873bc656df490557.zip
Bump `delayed_job_active_record` gem
-rw-r--r--Gemfile.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 22418fa5e6..15b7aeb639 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -148,10 +148,10 @@ GEM
daemons (1.2.4)
dalli (2.7.6)
dante (0.2.0)
- delayed_job (4.1.2)
- activesupport (>= 3.0, < 5.1)
- delayed_job_active_record (4.1.1)
- activerecord (>= 3.0, < 5.1)
+ delayed_job (4.1.3)
+ activesupport (>= 3.0, < 5.2)
+ delayed_job_active_record (4.1.2)
+ activerecord (>= 3.0, < 5.2)
delayed_job (>= 3.0, < 5)
em-hiredis (0.3.1)
eventmachine (~> 1.0)