From 669faa042d4aa92334d1123a23e277a0b0c5b179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 25 Feb 2013 01:23:43 +0100 Subject: [PATCH] bump addressable --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ea1151118..29f917401 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,7 @@ gem 'acts-as-taggable-on', '2.3.3' # URIs and HTTP -gem 'addressable', '2.3.2', :require => 'addressable/uri' +gem 'addressable', '2.3.3', :require => 'addressable/uri' gem 'faraday', '0.8.5' gem 'faraday_middleware', '0.9.0' gem 'typhoeus', '0.3.3' diff --git a/Gemfile.lock b/Gemfile.lock index 097826302..451b9f913 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,7 +36,7 @@ GEM activemodel (>= 3.0.0) activesupport (>= 3.0.0) rack (>= 1.1.0) - addressable (2.3.2) + addressable (2.3.3) arel (3.0.2) asset_sync (0.5.4) activemodel @@ -415,7 +415,7 @@ DEPENDENCIES activerecord-import (= 0.3.1) acts-as-taggable-on (= 2.3.3) acts_as_api (= 0.4.1) - addressable (= 2.3.2) + addressable (= 2.3.3) asset_sync (= 0.5.4) bootstrap-sass (= 2.2.2.0) capistrano (= 2.12.0)