From d6f8bb133fd2546adc41958790f183be4d7f056a Mon Sep 17 00:00:00 2001 From: Micah Geisel Date: Fri, 14 Feb 2020 12:15:24 -0800 Subject: [PATCH] rm Gemfile.lock from version control. --- .gitignore | 1 + Gemfile.lock | 94 ---------------------------------------------------- 2 files changed, 1 insertion(+), 94 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index e628ebe..3c5ec79 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ examples/config/database.yml spec/support/config.yml tmp/* !tmp/.keep +Gemfile.lock .rbenv-version .rvmrc .ruby-version diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index a9761aa..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,94 +0,0 @@ -PATH - remote: . - specs: - database_cleaner-core (2.0.0.beta) - -GEM - remote: https://rubygems.org/ - specs: - builder (2.1.2) - byebug (10.0.2) - coderay (1.1.2) - cucumber (1.2.1) - builder (>= 2.1.2) - diff-lcs (>= 1.1.3) - gherkin (~> 2.11.0) - json (>= 1.4.6) - diff-lcs (1.3) - ffi (1.9.25) - ffi (1.9.25-java) - formatador (0.2.5) - gherkin (2.11.6) - json (>= 1.7.6) - gherkin (2.11.6-java) - json (>= 1.7.6) - guard (2.14.2) - formatador (>= 0.2.4) - listen (>= 2.7, < 4.0) - lumberjack (>= 1.0.12, < 2.0) - nenv (~> 0.1) - notiffany (~> 0.0) - pry (>= 0.9.12) - shellany (~> 0.0) - thor (>= 0.18.1) - guard-compat (1.2.1) - guard-rspec (4.7.3) - guard (~> 2.1) - guard-compat (~> 1.1) - rspec (>= 2.99.0, < 4.0) - json (1.8.6) - json (1.8.6-java) - listen (3.0.8) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - lumberjack (1.0.13) - method_source (0.9.0) - nenv (0.3.0) - notiffany (0.1.1) - nenv (~> 0.1) - shellany (~> 0.0) - pry (0.11.3) - coderay (~> 1.1.0) - method_source (~> 0.9.0) - pry (0.11.3-java) - coderay (~> 1.1.0) - method_source (~> 0.9.0) - spoon (~> 0.0) - rake (11.1.2) - rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rspec (3.7.0) - rspec-core (~> 3.7.0) - rspec-expectations (~> 3.7.0) - rspec-mocks (~> 3.7.0) - rspec-core (3.7.1) - rspec-support (~> 3.7.0) - rspec-expectations (3.7.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-mocks (3.7.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-support (3.7.1) - shellany (0.0.1) - spoon (0.0.6) - ffi - thor (0.20.0) - -PLATFORMS - java - ruby - -DEPENDENCIES - bundler - byebug - cucumber - database_cleaner-core! - guard-rspec - listen - rake - rspec - -BUNDLED WITH - 1.17.3