From 098e3d4255ec1e7630eaf915597c4a86dc6f016b Mon Sep 17 00:00:00 2001 From: Justin Smestad Date: Mon, 31 Aug 2020 08:37:39 -0600 Subject: [PATCH] Remove Gemfile.lock --- .gitignore | 1 + Gemfile.lock | 37 ------------------------------------- 2 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index 7c3480e..a582225 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ pkg .*~ *.gem +Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 40c2473..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,37 +0,0 @@ -PATH - remote: . - specs: - warden (1.2.8) - rack (>= 2.0.6) - -GEM - remote: https://rubygems.org/ - specs: - diff-lcs (1.3) - rack (2.2.3) - rack-test (0.7.0) - rack (>= 1.0, < 3) - rake (13.0.1) - rspec (3.9.0) - rspec-core (~> 3.9.0) - rspec-expectations (~> 3.9.0) - rspec-mocks (~> 3.9.0) - rspec-core (3.9.1) - rspec-support (~> 3.9.1) - rspec-expectations (3.9.1) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-mocks (3.9.1) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-support (3.9.2) - -PLATFORMS - ruby - -DEPENDENCIES - rack (>= 2.0.6) - rack-test - rake - rspec (~> 3) - warden!