From 76edd7bf7b4c2ce6d49b120dc16d7484145602cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 12 Sep 2012 17:10:27 +0200 Subject: [PATCH] bump acts_as_api --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6db4157f5..563785d06 100644 --- a/Gemfile +++ b/Gemfile @@ -71,7 +71,7 @@ gem 'mini_magick', '3.4' # JSON and API gem 'json', '1.7.5' -gem 'acts_as_api', '0.4' +gem 'acts_as_api', '0.4.1 ' # localization diff --git a/Gemfile.lock b/Gemfile.lock index a5b2f8acb..db209fa68 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM multi_json (~> 1.0) acts-as-taggable-on (2.3.3) rails (~> 3.0) - acts_as_api (0.4) + acts_as_api (0.4.1) activemodel (>= 3.0.0) activesupport (>= 3.0.0) rack (>= 1.1.0) @@ -458,7 +458,7 @@ PLATFORMS DEPENDENCIES activerecord-import (= 0.2.9) acts-as-taggable-on (= 2.3.3) - acts_as_api (= 0.4) + acts_as_api (= 0.4.1) addressable (= 2.3.2) airbrake (= 3.1.0) asset_sync (= 0.4.2)