From 25988ff04c30369950b7b9c1e945d4f917ea5f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 13 Jan 2014 11:52:38 +0100 Subject: [PATCH] bump webmock --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index f0f889ef7..2bcfa3ac8 100644 --- a/Gemfile +++ b/Gemfile @@ -201,7 +201,7 @@ group :test do gem 'factory_girl_rails', '4.3.0' gem 'timecop', '0.7.1' - gem 'webmock', '1.13.0', :require => false + gem 'webmock', '1.16.1', :require => false end diff --git a/Gemfile.lock b/Gemfile.lock index 57b6b4cdb..6ebccc375 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,7 +77,7 @@ GEM compass (>= 0.12.2, < 0.14) configurate (0.0.8) connection_pool (1.2.0) - crack (0.4.0) + crack (0.4.1) safe_yaml (~> 0.9.0) cucumber (1.3.10) builder (>= 2.1.2) @@ -354,7 +354,7 @@ GEM ruby-oembed (0.8.9) ruby-progressbar (1.4.0) rubyzip (1.1.0) - safe_yaml (0.9.5) + safe_yaml (0.9.7) sass (3.2.10) sass-rails (3.2.6) railties (~> 3.2.0) @@ -414,7 +414,7 @@ GEM raindrops (~> 0.7) warden (1.2.3) rack (>= 1.0) - webmock (1.13.0) + webmock (1.16.1) addressable (>= 2.2.7) crack (>= 0.3.2) websocket (1.0.7) @@ -507,6 +507,6 @@ DEPENDENCIES typhoeus (= 0.6.7) uglifier (= 2.1.2) unicorn (= 4.8.0) - webmock (= 1.13.0) + webmock (= 1.16.1) will_paginate (= 3.0.5) zip-zip