]> gitweb.fluxo.info Git - puppet-dhcp.git/commitdiff
No need for pry and simplecov [skip ci]
authorRaphaël Pinson <raphael.pinson@camptocamp.com>
Mon, 20 Oct 2014 09:44:17 +0000 (11:44 +0200)
committerRaphaël Pinson <raphael.pinson@camptocamp.com>
Mon, 20 Oct 2014 09:44:17 +0000 (11:44 +0200)
Gemfile

diff --git a/Gemfile b/Gemfile
index cff878d7a90a6f54b447a1a509ed4f65157bf029..2e01aab91314bb74a1808dec9c02ee56581faef2 100644 (file)
--- 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']