From 1e6e9a43bd0348686d4b73828ad41bde0c8d4e7a Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sun, 10 Dec 2017 10:18:56 -0700 Subject: [PATCH] Added Gemfile.lock to .gitignore. It's not necessary to track exact details of the gems used in this project as they are used for build purposes only. --- .gitignore | 1 + Gemfile.lock | 28 ---------------------------- 2 files changed, 1 insertion(+), 28 deletions(-) create mode 100644 .gitignore delete mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b844b14 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 3d0fe19..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,28 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - equatable (0.5.0) - git-cop (1.7.1) - pastel (~> 0.7) - refinements (~> 4.2) - runcom (~> 1.3) - thor (~> 0.20) - pastel (0.7.2) - equatable (~> 0.5.0) - tty-color (~> 0.4.0) - rake (12.3.0) - refinements (4.3.0) - runcom (1.4.0) - refinements (~> 4.2) - thor (0.20.0) - tty-color (0.4.2) - -PLATFORMS - ruby - -DEPENDENCIES - git-cop (~> 1.7) - rake (~> 12.0) - -BUNDLED WITH - 1.16.0