From a077de53e8c1a79789625b1d4deb376b5984ac92 Mon Sep 17 00:00:00 2001 From: William Van Hevelingen Date: Sat, 2 Feb 2013 17:37:23 -0800 Subject: [PATCH] Remove gemfile.lock and add to gitignore --- .gitignore | 1 + Gemfile.lock | 39 --------------------------------------- 2 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index 0035ace..97379c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ pkg/ +Gemfile.lock # TODO: Ignore this for now until we decide what to do with it spec/fixtures/manifests/ diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index e7c0c12..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,39 +0,0 @@ -GEM - remote: http://rubygems.org/ - specs: - diff-lcs (1.1.3) - facter (1.6.17) - hiera (1.0.0) - metaclass (0.0.1) - mocha (0.13.1) - metaclass (~> 0.0.1) - puppet (3.0.2) - facter (~> 1.6.11) - hiera (~> 1.0.0) - puppetlabs_spec_helper (0.4.0) - mocha (>= 0.10.5) - rake - rspec (>= 2.9.0) - rspec-puppet (>= 0.1.1) - rake (10.0.3) - rspec (2.12.0) - rspec-core (~> 2.12.0) - rspec-expectations (~> 2.12.0) - rspec-mocks (~> 2.12.0) - rspec-core (2.12.2) - rspec-expectations (2.12.1) - diff-lcs (~> 1.1.3) - rspec-mocks (2.12.1) - rspec-puppet (0.1.5) - rspec - -PLATFORMS - ruby - -DEPENDENCIES - facter - mocha (~> 0.13.1) - puppet - puppetlabs_spec_helper (~> 0.4.0) - rake (~> 10.0.3) - rspec (~> 2.12.0) -- 2.45.2