From 55fdf51058c8d6f8e68af10585afa3d92ba7acde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 4 May 2015 15:17:44 +0200 Subject: [PATCH] bump addressable --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9f4254547..dcebaffe1 100644 --- a/Gemfile +++ b/Gemfile @@ -155,7 +155,7 @@ gem "acts-as-taggable-on", "3.5.0" # URIs and HTTP -gem "addressable", "2.3.7", require: "addressable/uri" +gem "addressable", "2.3.8", require: "addressable/uri" gem "faraday", "0.9.1" gem "faraday_middleware", "0.9.1" gem "faraday-cookie_jar", "0.0.6" diff --git a/Gemfile.lock b/Gemfile.lock index ad4c6b91d..ecbb942b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,7 +56,7 @@ GEM activemodel (>= 3.0.0) activesupport (>= 3.0.0) rack (>= 1.1.0) - addressable (2.3.7) + addressable (2.3.8) arel (6.0.0) asset_sync (1.1.0) activemodel @@ -709,7 +709,7 @@ DEPENDENCIES activerecord-import (= 0.7.0) acts-as-taggable-on (= 3.5.0) acts_as_api (= 0.4.2) - addressable (= 2.3.7) + addressable (= 2.3.8) asset_sync (= 1.1.0) autoprefixer-rails (= 5.1.7.1) backbone-on-rails (= 1.1.2)