~ubuntu-branches/ubuntu/vivid/puppet-lint/vivid

« back to all changes in this revision

Viewing changes to Gemfile

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2012-03-31 14:47:23 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120331144723-7kcv204rvszjjuw5
Tags: 0.1.13-1
ImportedĀ UpstreamĀ versionĀ 0.1.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
source :rubygems
 
2
 
 
3
puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 2.7']
 
4
 
 
5
gem 'rake'
 
6
gem 'rspec'
 
7
gem 'rdoc'
 
8
gem 'puppet', puppetversion