From 343d98f2f2a784d4d4ce9532bb1a4206934b1240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 28 Feb 2015 01:02:14 +0100 Subject: [PATCH] bump addressable --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 041329ebe..db0c67f42 100644 --- a/Gemfile +++ b/Gemfile @@ -151,7 +151,7 @@ gem 'acts-as-taggable-on', '3.4.4' # URIs and HTTP -gem 'addressable', '2.3.6', :require => 'addressable/uri' +gem 'addressable', '2.3.7', :require => 'addressable/uri' gem 'faraday', '0.9.0' gem 'faraday_middleware', '0.9.1' gem 'faraday-cookie_jar', '0.0.6' diff --git a/Gemfile.lock b/Gemfile.lock index c5a3e2972..b442c101c 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.6) + addressable (2.3.7) arel (6.0.0) asset_sync (1.1.0) activemodel @@ -652,7 +652,7 @@ DEPENDENCIES activerecord-import (= 0.7.0) acts-as-taggable-on (= 3.4.4) acts_as_api (= 0.4.2) - addressable (= 2.3.6) + addressable (= 2.3.7) asset_sync (= 1.1.0) autoprefixer-rails (= 4.0.2.1) backbone-on-rails (= 1.1.2)