From 5d44fa771a8240de9051e281f80030bae4972f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 18 Dec 2014 19:10:32 +0100 Subject: [PATCH] Correct ordering in Gemfile.lock --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ed1961d52..1add3b051 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,11 +20,11 @@ GEM activesupport (= 4.1.8) builder (~> 3.1) erubis (~> 2.7.0) - activemodel (4.1.8) - activesupport (= 4.1.8) active_model_serializers (0.9.0) activemodel (>= 3.2) builder (~> 3.1) + activemodel (4.1.8) + activesupport (= 4.1.8) activerecord (4.1.8) activemodel (= 4.1.8) activesupport (= 4.1.8) @@ -607,8 +607,8 @@ PLATFORMS DEPENDENCIES actionpack-action_caching actionpack-page_caching - activerecord-import (= 0.6.0) active_model_serializers + activerecord-import (= 0.6.0) acts-as-taggable-on (= 3.4.2) acts_as_api (= 0.4.2) addressable (= 2.3.6)