From 8a95fd9aabecfe31214f7cfa519731648bcb2f06 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Wed, 24 Oct 2012 16:18:19 +0200 Subject: [PATCH] Removed Gemfile.lock and added it to .gitignore --- .gitignore | 1 + Gemfile.lock | 38 -------------------------------------- 2 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index 92834c9b..2f518eb6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ coverage *.sublime-* .idea .*.swp +Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index ff3cdf4b..00000000 --- a/Gemfile.lock +++ /dev/null @@ -1,38 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - addressable (2.3.2) - crack (0.3.1) - diff-lcs (1.1.3) - ffi (1.1.5) - mime-types (1.19) - multi_json (1.3.6) - nokogiri (1.5.5) - rspec (2.11.0) - rspec-core (~> 2.11.0) - rspec-expectations (~> 2.11.0) - rspec-mocks (~> 2.11.0) - rspec-core (2.11.1) - rspec-expectations (2.11.3) - diff-lcs (~> 1.1.3) - rspec-mocks (2.11.3) - simplecov (0.6.4) - multi_json (~> 1.0) - simplecov-html (~> 0.5.3) - simplecov-html (0.5.3) - typhoeus (0.4.2) - ffi (~> 1.0) - mime-types (~> 1.18) - webmock (1.8.10) - addressable (>= 2.2.7) - crack (>= 0.1.7) - -PLATFORMS - ruby - -DEPENDENCIES - nokogiri - rspec - simplecov - typhoeus - webmock