Revision dccbf4342d6217bf8bcc26c5cb8892f26daad599 authored by YuviPanda on 21 December 2016, 21:05:19 UTC, committed by Yuvipanda on 21 December 2016, 21:08:58 UTC
Get rid of python-yaml since what we really want is python3-yaml
which is already installed too anyway. And this require did not
actually make any sense anyway.

Change-Id: I138961825ca95ca59dff9b385a360cd8178426d4
1 parent d034024
Raw File
Gemfile
source 'https://rubygems.org'

gem 'puppet', '~> 3.4.3'
gem 'rspec-puppet', '~> 2.3.2'
gem 'puppetlabs_spec_helper', '< 2.0.0'

gem 'rake', '~> 10.4', '>= 10.4.2'
gem 'git', '1.3.0'
gem 'puppet-lint', '1.1.0'
gem 'rubocop', '~> 0.35.1', require: false
back to top