no more Gemfile.lock
It messes with rspec-system builds and isn't really relevant for code that's running directly on Puppet
This commit is contained in:
parent
8691db1c83
commit
65168203cf
2 changed files with 1 additions and 96 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,4 +4,5 @@ pkg/
|
||||||
.librarian/
|
.librarian/
|
||||||
.tmp/
|
.tmp/
|
||||||
pkg/
|
pkg/
|
||||||
|
Gemfile.lock
|
||||||
spec/fixtures/
|
spec/fixtures/
|
||||||
|
|
96
Gemfile.lock
96
Gemfile.lock
|
@ -1,96 +0,0 @@
|
||||||
GEM
|
|
||||||
remote: https://rubygems.org/
|
|
||||||
specs:
|
|
||||||
builder (3.2.2)
|
|
||||||
diff-lcs (1.2.4)
|
|
||||||
facter (1.7.1)
|
|
||||||
hiera (1.2.1)
|
|
||||||
json_pure
|
|
||||||
highline (1.6.19)
|
|
||||||
json (1.8.0)
|
|
||||||
json_pure (1.8.0)
|
|
||||||
kwalify (0.7.2)
|
|
||||||
librarian (0.1.0)
|
|
||||||
highline
|
|
||||||
thor (~> 0.15)
|
|
||||||
librarian-puppet-maestrodev (0.9.9.2)
|
|
||||||
json
|
|
||||||
librarian (>= 0.1.0)
|
|
||||||
thor (~> 0.15)
|
|
||||||
metaclass (0.0.1)
|
|
||||||
mime-types (1.23)
|
|
||||||
mocha (0.14.0)
|
|
||||||
metaclass (~> 0.0.1)
|
|
||||||
net-scp (1.1.2)
|
|
||||||
net-ssh (>= 2.6.5)
|
|
||||||
net-ssh (2.6.8)
|
|
||||||
nokogiri (1.5.9)
|
|
||||||
puppet (3.2.1)
|
|
||||||
facter (~> 1.6)
|
|
||||||
hiera (~> 1.0)
|
|
||||||
rgen (~> 0.6)
|
|
||||||
puppet-blacksmith (1.0.5)
|
|
||||||
nokogiri
|
|
||||||
puppet (>= 2.7.16)
|
|
||||||
puppetlabs_spec_helper (>= 0.3.0)
|
|
||||||
rake
|
|
||||||
rest-client
|
|
||||||
puppet-lint (0.3.2)
|
|
||||||
puppetlabs_spec_helper (0.4.1)
|
|
||||||
mocha (>= 0.10.5)
|
|
||||||
rake
|
|
||||||
rspec (>= 2.9.0)
|
|
||||||
rspec-puppet (>= 0.1.1)
|
|
||||||
rake (10.0.4)
|
|
||||||
rbvmomi (1.6.0)
|
|
||||||
builder
|
|
||||||
nokogiri (>= 1.4.1)
|
|
||||||
trollop
|
|
||||||
rest-client (1.6.7)
|
|
||||||
mime-types (>= 1.16)
|
|
||||||
rgen (0.6.2)
|
|
||||||
rspec (2.13.0)
|
|
||||||
rspec-core (~> 2.13.0)
|
|
||||||
rspec-expectations (~> 2.13.0)
|
|
||||||
rspec-mocks (~> 2.13.0)
|
|
||||||
rspec-core (2.13.1)
|
|
||||||
rspec-expectations (2.13.0)
|
|
||||||
diff-lcs (>= 1.1.3, < 2.0)
|
|
||||||
rspec-mocks (2.13.1)
|
|
||||||
rspec-puppet (0.1.6)
|
|
||||||
rspec
|
|
||||||
rspec-system (2.2.0)
|
|
||||||
kwalify (~> 0.7.2)
|
|
||||||
net-scp (~> 1.1)
|
|
||||||
net-ssh (~> 2.6)
|
|
||||||
nokogiri (~> 1.5.9)
|
|
||||||
rbvmomi (~> 1.6)
|
|
||||||
rspec (~> 2.13)
|
|
||||||
systemu (~> 2.5)
|
|
||||||
rspec-system-puppet (2.2.0)
|
|
||||||
rspec-system (~> 2.0)
|
|
||||||
rspec-system-serverspec (1.0.0)
|
|
||||||
rspec-system (~> 2.0)
|
|
||||||
serverspec (~> 0.6.0)
|
|
||||||
serverspec (0.6.3)
|
|
||||||
highline
|
|
||||||
net-ssh
|
|
||||||
rspec (~> 2.0)
|
|
||||||
systemu (2.5.2)
|
|
||||||
thor (0.18.1)
|
|
||||||
trollop (2.0)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
ruby
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
librarian-puppet-maestrodev
|
|
||||||
puppet (>= 3.0.1)
|
|
||||||
puppet-blacksmith
|
|
||||||
puppet-lint (>= 0.1.12)
|
|
||||||
puppetlabs_spec_helper
|
|
||||||
rake (>= 0.9.2.2)
|
|
||||||
rspec-puppet (>= 0.1.3)
|
|
||||||
rspec-system-puppet
|
|
||||||
rspec-system-serverspec
|
|
||||||
serverspec
|
|
Loading…
Reference in a new issue