Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Gemfile
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ source 'https://rubygems.org'

gem 'puppet', ENV['PUPPET_VERSION'] || '~> 3.2.0'

gem 'rake'
gem 'rake', '>= 12.3.3'
gem 'puppet-lint'
gem 'rspec-puppet'
gem 'rspec-system-puppet'
gem 'puppetlabs_spec_helper'
gem 'puppet-syntax'
gem 'puppetlabs_spec_helper', '>= 0.4.1'
gem 'puppet-syntax', '>= 1.1.0'
51 changes: 26 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ GEM
remote: https://rubygems.org/
specs:
builder (3.2.2)
diff-lcs (1.2.5)
diff-lcs (1.3)
excon (0.28.0)
facter (1.7.3)
facter (1.7.6)
fog (1.18.0)
builder
excon (~> 0.28.0)
Expand All @@ -16,14 +16,12 @@ GEM
nokogiri (~> 1.5)
ruby-hmac
formatador (0.2.4)
hiera (1.3.0)
hiera (1.3.4)
json_pure
json_pure (1.8.1)
json_pure (2.2.0)
kwalify (0.7.2)
metaclass (0.0.1)
mime-types (1.25)
mocha (0.14.0)
metaclass (~> 0.0.1)
mocha (1.11.2)
multi_json (1.8.2)
net-scp (1.1.2)
net-ssh (>= 2.6.5)
Expand All @@ -34,29 +32,29 @@ GEM
hiera (~> 1.0)
rgen (~> 0.6.5)
puppet-lint (0.3.2)
puppet-syntax (1.1.0)
puppet (>= 2.7.0)
puppet-syntax (2.6.0)
rake
puppetlabs_spec_helper (0.4.1)
mocha (>= 0.10.5)
puppetlabs_spec_helper (1.1.1)
mocha
puppet-lint
puppet-syntax
rake
rspec (>= 2.9.0)
rspec-puppet (>= 0.1.1)
rake (10.1.0)
rspec-puppet
rake (13.0.1)
rbvmomi (1.6.0)
builder
nokogiri (>= 1.4.1)
trollop
rgen (0.6.6)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.7)
rspec-expectations (2.14.4)
rspec (2.99.0)
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
rspec-mocks (~> 2.99.0)
rspec-core (2.99.2)
rspec-expectations (2.99.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.4)
rspec-puppet (0.1.6)
rspec-mocks (2.99.4)
rspec-puppet (2.7.8)
rspec
rspec-system (2.8.0)
fog (~> 1.18)
Expand All @@ -80,8 +78,11 @@ PLATFORMS
DEPENDENCIES
puppet (~> 3.2.0)
puppet-lint
puppet-syntax
puppetlabs_spec_helper
rake
puppet-syntax (>= 1.1.0)
puppetlabs_spec_helper (>= 0.4.1)
rake (>= 12.3.3)
rspec-puppet
rspec-system-puppet

BUNDLED WITH
1.17.3