Remove Gemfile.lock and ignore it

Change-Id: I5ef6eb3f9cc0eb78c3f4ba45f7211b121af2eb1c
This commit is contained in:
Sebastien Badia 2013-12-23 19:17:27 +01:00
parent 065fadb2d3
commit ee22d40de0
2 changed files with 1 additions and 41 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
Gemfile.lock
*.swp
spec/fixtures/modules/*
spec/fixtures/manifests/*

View File

@ -1,41 +0,0 @@
GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.2.4)
facter (1.7.3)
hiera (1.2.1)
json_pure
json_pure (1.8.1)
metaclass (0.0.1)
mocha (0.14.0)
metaclass (~> 0.0.1)
puppet (3.3.1)
facter (~> 1.6)
hiera (~> 1.0)
rgen (~> 0.6.5)
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.1.0)
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.6)
rspec-expectations (2.14.3)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.4)
rspec-puppet (0.1.6)
rspec
PLATFORMS
ruby
DEPENDENCIES
puppet
puppet-lint (~> 0.3.2)
puppetlabs_spec_helper