From 2c1c836b3a2784bde98142b3f163baf2fb501975 Mon Sep 17 00:00:00 2001 From: Brian Durand Date: Thu, 16 Mar 2023 10:34:36 -0700 Subject: [PATCH] update .gitignore --- .gitignore | 1 + Gemfile.lock | 122 --------------------------------------------------- 2 files changed, 1 insertion(+), 122 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index 90f9586..59b6615 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store .bundle/ .rspec +.rspec_status .ruby-version .yardoc/ .env diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 3bb651e..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,122 +0,0 @@ -PATH - remote: . - specs: - sidekiq-transaction_guard (1.0.2) - activerecord (>= 4.0) - sidekiq (>= 3.0) - -GEM - remote: https://rubygems.org/ - specs: - activemodel (6.1.7.2) - activesupport (= 6.1.7.2) - activerecord (6.1.7.2) - activemodel (= 6.1.7.2) - activesupport (= 6.1.7.2) - activesupport (6.1.7.2) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 1.6, < 2) - minitest (>= 5.1) - tzinfo (~> 2.0) - zeitwerk (~> 2.3) - appraisal (2.4.1) - bundler - rake - thor (>= 0.14.0) - ast (2.4.2) - byebug (11.1.3) - coderay (1.1.3) - concurrent-ruby (1.2.0) - connection_pool (2.3.0) - database_cleaner-active_record (2.0.1) - activerecord (>= 5.a) - database_cleaner-core (~> 2.0.0) - database_cleaner-core (2.0.1) - diff-lcs (1.5.0) - i18n (1.12.0) - concurrent-ruby (~> 1.0) - json (2.6.3) - language_server-protocol (3.17.0.3) - method_source (1.0.0) - minitest (5.17.0) - parallel (1.22.1) - parser (3.2.1.0) - ast (~> 2.4.1) - pry (0.13.1) - coderay (~> 1.1) - method_source (~> 1.0) - pry-byebug (3.9.0) - byebug (~> 11.0) - pry (~> 0.13.0) - rack (2.2.6.2) - rainbow (3.1.1) - rake (13.0.6) - redis (5.0.6) - redis-client (>= 0.9.0) - redis-client (0.12.1) - connection_pool - regexp_parser (2.7.0) - rexml (3.2.5) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.1) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.2) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.3) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.0) - rubocop (1.44.1) - json (~> 2.3) - parallel (~> 1.10) - parser (>= 3.2.0.0) - rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.24.1, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.24.1) - parser (>= 3.1.1.0) - rubocop-performance (1.15.2) - rubocop (>= 1.7.0, < 2.0) - rubocop-ast (>= 0.4.0) - ruby-progressbar (1.11.0) - sidekiq (6.4.2) - connection_pool (>= 2.2.2) - rack (~> 2.0) - redis (>= 4.2.0) - sqlite3 (1.6.0-x86_64-darwin) - standard (1.24.2) - language_server-protocol (~> 3.17.0.2) - rubocop (= 1.44.1) - rubocop-performance (= 1.15.2) - thor (1.2.1) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) - unicode-display_width (2.4.2) - webrick (1.7.0) - yard (0.9.28) - webrick (~> 1.7.0) - zeitwerk (2.6.6) - -PLATFORMS - x86_64-darwin-20 - -DEPENDENCIES - appraisal - database_cleaner-active_record - pry-byebug - rake - rspec (~> 3.0) - sidekiq-transaction_guard! - sqlite3 - standard (~> 1.0) - yard - -BUNDLED WITH - 2.3.24