]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/modules/sysctl/Gemfile
try again, with puppetforge modules, correctly included now
[dsa-puppet.git] / 3rdparty / modules / sysctl / Gemfile
1 source 'https://rubygems.org'
2
3 if ENV.key?('PUPPET_VERSION')
4   puppetversion = "~> #{ENV['PUPPET_VERSION']}"
5 else
6   puppetversion = ['>= 3.7.4']
7 end
8
9 gem 'puppet', puppetversion
10 # Support ruby 1.8.7
11 # https://github.com/rspec/rspec-core/issues/1864
12 if RUBY_VERSION < "1.9"
13   gem 'rspec', '< 3.2.0'
14 end
15 gem 'puppet-lint'
16 gem 'puppetlabs_spec_helper'
17 gem 'rake'