mirror of
https://github.com/fspc/bike-database.git
synced 2025-04-04 10:03:22 -04:00
6 lines
174 B
Plaintext
Executable File
6 lines
174 B
Plaintext
Executable File
source :rubygems
|
|
|
|
puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 2.7']
|
|
gem 'puppet', puppetversion
|
|
gem 'puppetlabs_spec_helper', '>= 0.1.0'
|