| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 308d098 commit de46d7e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,9 +1,13 @@ | |||
| 1 | 1 | source 'https://rubygems.org' | |
| 2 | 2 | ||
| 3 | 3 | group :development, :test do | |
| 4 | - gem 'puppetlabs_spec_helper', :require => false | ||
| 4 | + gem 'puppetlabs_spec_helper', '~> 0.4.1', :require => false | ||
| 5 | + gem 'rspec', '~> 2.14.0' | ||
| 6 | + gem 'mocha', '~> 0.10.5' | ||
| 7 | + gem 'rspec-puppet', '~> 1.0.1' | ||
| 5 | 8 | gem 'puppet-lint', '~> 0.3.2' | |
| 6 | 9 | gem 'rake', '10.1.1' | |
| 10 | + gem 'webmock', '~> 1.18.0' | ||
| 7 | 11 | end | |
| 8 | 12 | ||
| 9 | 13 | if puppetversion = ENV['PUPPET_GEM_VERSION'] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments