aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorEmilien Macchi <emilien@redhat.com>2016-01-22 08:48:45 -0500
committerEmilien Macchi <emilien@redhat.com>2016-01-22 09:03:03 -0500
commitb5001ceca43459f7e4e4efc9191692b42a335091 (patch)
treefc164953b3df4bdcbfb1111c6e6f0996ee082162 /Gemfile
parentb4ec7f7f47a356fc622c73b0822fa18e67a4519a (diff)
Drop webmock dependency
webmock is not used anywhere in puppet-tripleo, let's clean it. Change-Id: Idd8646e69e31a63791a345765c459d094a23f813
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 91c5f0a..bdf11ff 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,7 +13,6 @@ group :development, :test do
gem 'puppet-lint-variable_contains_upcase', :require => 'false'
gem 'puppet-lint-numericvariable', :require => 'false'
gem 'json', :require => 'false'
- gem 'webmock', :require => 'false'
# adding 'psych' explicitly
# https://github.com/bundler/bundler/issues/2068
# TODO: drop it in a future release of 'bundle'.