From: Raphaƫl Pinson Date: Mon, 20 Oct 2014 09:44:17 +0000 (+0200) Subject: No need for pry and simplecov [skip ci] X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ede73fda1f089fba7fd8b519e3d5caa764d608f0;p=puppet-dhcp.git No need for pry and simplecov [skip ci] --- diff --git a/Gemfile b/Gemfile index cff878d..2e01aab 100644 --- a/Gemfile +++ b/Gemfile @@ -5,8 +5,6 @@ group :development, :test do gem 'rspec-puppet', :require => false gem 'puppetlabs_spec_helper', :require => false gem 'puppet-lint', :require => false - gem 'pry', :require => false - gem 'simplecov', :require => false end if facterversion = ENV['FACTER_GEM_VERSION']