From 877364c24ef9c7954f0e193456bb3f2d39169977 Mon Sep 17 00:00:00 2001 From: Stefan Wintermeyer Date: Mon, 25 Mar 2013 10:26:49 +0100 Subject: First try --- Gemfile.lock | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 1a120fe..f286709 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,6 +14,8 @@ GEM rack-cache (~> 1.2) rack-test (~> 0.6.1) sprockets (~> 2.2.1) + active_model_serializers (0.7.0) + activemodel (>= 3.0) activemodel (3.2.13) activesupport (= 3.2.13) builder (~> 3.0.0) @@ -213,6 +215,7 @@ PLATFORMS ruby DEPENDENCIES + active_model_serializers acts_as_list backup bcrypt-ruby -- cgit v1.2.3 From ac2099b51a2e1ae846daa8a5fa854d19a52ea05d Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Sat, 4 May 2013 12:17:37 +0200 Subject: require paginate-bootstrap gem as addition to commit 2978394123b7b84ff7be5b19309f6c43e43b8b0e --- Gemfile.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index f286709..d133ae6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -209,6 +209,8 @@ GEM chronic (>= 0.6.3) whois (2.7.0) will_paginate (3.0.4) + will_paginate-bootstrap (0.2.2) + will_paginate (>= 3.0.3) yajl-ruby (1.1.0) PLATFORMS -- cgit v1.2.3 From 21995072fb0e57c8209460936c0e5b322a1547c3 Mon Sep 17 00:00:00 2001 From: Stefan Wintermeyer Date: Mon, 3 Jun 2013 17:09:57 +0200 Subject: PagerGroup stuff --- Gemfile.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index d133ae6..010c3d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -209,8 +209,8 @@ GEM chronic (>= 0.6.3) whois (2.7.0) will_paginate (3.0.4) - will_paginate-bootstrap (0.2.2) - will_paginate (>= 3.0.3) + will_paginate-bootstrap (0.2.2) + will_paginate (>= 3.0.3) yajl-ruby (1.1.0) PLATFORMS @@ -259,3 +259,4 @@ DEPENDENCIES whenever whois will_paginate + will_paginate-bootstrap -- cgit v1.2.3