From 2ec9cfa829a24ff58d6ab047100b19b36f826fbf Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Tue, 24 Mar 2015 22:24:08 +0200 Subject: [PATCH] Update Gemfile.lock --- Gemfile.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8ec2612..470d221 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - crono (0.8.0) + crono (0.8.1) activejob (~> 4.0) activerecord (~> 4.0) activesupport (~> 4.0) @@ -9,17 +9,17 @@ PATH GEM remote: https://rubygems.org/ specs: - activejob (4.2.0) - activesupport (= 4.2.0) + activejob (4.2.1) + activesupport (= 4.2.1) globalid (>= 0.3.0) - activemodel (4.2.0) - activesupport (= 4.2.0) + activemodel (4.2.1) + activesupport (= 4.2.1) builder (~> 3.1) - activerecord (4.2.0) - activemodel (= 4.2.0) - activesupport (= 4.2.0) + activerecord (4.2.1) + activemodel (= 4.2.1) + activesupport (= 4.2.1) arel (~> 6.0) - activesupport (4.2.0) + activesupport (4.2.1) i18n (~> 0.7) json (~> 1.7, >= 1.7.7) minitest (~> 5.1)