From b6186890c430446e8baa8a70c77d313dc0e2aa96 Mon Sep 17 00:00:00 2001 From: carlad Date: Tue, 1 Dec 2015 16:53:42 +0100 Subject: [PATCH] v3: remove webmock gem --- Gemfile | 1 - Gemfile.lock | 9 --------- spec/spec_helper.rb | 1 - 3 files changed, 11 deletions(-) diff --git a/Gemfile b/Gemfile index f305cbbc..9334227c 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,6 @@ gem 'jemalloc' group :test do gem 'rspec', '~> 2.13' - gem 'webmock' gem 'factory_girl', '~> 2.4.0' gem 'mocha', '~> 0.12' gem 'database_cleaner', '~> 0.8.0' diff --git a/Gemfile.lock b/Gemfile.lock index bf306a9c..8ae03428 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -157,8 +157,6 @@ GEM composite_primary_keys (5.0.14) activerecord (~> 3.2.0, >= 3.2.9) connection_pool (2.1.1) - crack (0.4.2) - safe_yaml (~> 1.0.0) dalli (2.7.2) data_migrations (0.0.1) activerecord @@ -186,7 +184,6 @@ GEM multi_json (~> 1.0) net-http-persistent (>= 2.7) net-http-pipeline - hashdiff (0.2.3) hashr (0.0.22) hike (1.2.3) hitimes (1.2.3) @@ -273,7 +270,6 @@ GEM rspec-expectations (2.99.2) diff-lcs (>= 1.1.3, < 2.0) rspec-mocks (2.99.2) - safe_yaml (1.0.4) sidekiq (3.3.0) celluloid (>= 0.16.0) connection_pool (>= 2.0.0) @@ -331,10 +327,6 @@ GEM coercible (~> 1.0) descendants_tracker (~> 0.0, >= 0.0.3) equalizer (~> 0.0, >= 0.0.9) - webmock (1.22.3) - addressable (>= 2.3.6) - crack (>= 0.3.2) - hashdiff yard (0.8.7.6) PLATFORMS @@ -376,7 +368,6 @@ DEPENDENCIES travis-support! travis-yaml! unicorn - webmock yard-sinatra! BUNDLED WITH diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 68c01136..ced5e7af 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -8,7 +8,6 @@ require 'sinatra/test_helpers' require 'logger' require 'gh' require 'multi_json' -require 'webmock/rspec' require 'travis/api/app' require 'travis/testing'