From cc5f030a74aa091ad1038d92b64e67b48ea808b0 Mon Sep 17 00:00:00 2001 From: loadkpi Date: Sun, 25 Feb 2024 20:31:40 +0200 Subject: [PATCH] try to rm Gemfile.lock --- .gitignore | 2 +- Gemfile.lock | 134 --------------------------------------------------- 2 files changed, 1 insertion(+), 135 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index 2f15936..93882c5 100644 --- a/.gitignore +++ b/.gitignore @@ -45,7 +45,7 @@ build-iPhoneSimulator/ # for a library or gem, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: -# Gemfile.lock +Gemfile.lock .ruby-version .ruby-gemset diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 2d51c48..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,134 +0,0 @@ -PATH - remote: . - specs: - crawler_detect (1.2.3) - qonfig (~> 0.28) - -GEM - remote: https://rubygems.org/ - specs: - activesupport (7.1.3.2) - base64 - bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) - connection_pool (>= 2.2.5) - drb - i18n (>= 1.6, < 2) - minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) - armitage-rubocop (1.36.0) - rubocop (= 1.36.0) - rubocop-performance (= 1.15.0) - rubocop-rails (= 2.16.1) - rubocop-rake (= 0.6.0) - rubocop-rspec (= 2.13.2) - ast (2.4.2) - awesome_print (1.9.2) - base64 (0.2.0) - bigdecimal (3.1.6) - byebug (11.1.3) - coderay (1.1.3) - concurrent-ruby (1.2.3) - connection_pool (2.4.1) - diff-lcs (1.5.1) - drb (2.2.0) - ruby2_keywords - fuubar (2.5.1) - rspec-core (~> 3.0) - ruby-progressbar (~> 1.4) - i18n (1.14.1) - concurrent-ruby (~> 1.0) - json (2.7.1) - method_source (1.0.0) - minitest (5.22.2) - mutex_m (0.2.0) - parallel (1.24.0) - parallel_tests (4.5.1) - parallel - parser (3.3.0.5) - ast (~> 2.4.1) - racc - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) - pry-byebug (3.10.1) - byebug (~> 11.0) - pry (>= 0.13, < 0.15) - pry-meta (0.0.10) - awesome_print - pry - pry-byebug - pry-remote - pry-remote (0.1.8) - pry (~> 0.9) - slop (~> 3.0) - qonfig (0.28.0) - racc (1.7.3) - rack (3.0.9.1) - rack-test (2.1.0) - rack (>= 1.3) - rainbow (3.1.1) - rake (13.1.0) - regexp_parser (2.9.0) - rexml (3.2.6) - rspec (3.13.0) - rspec-core (~> 3.13.0) - rspec-expectations (~> 3.13.0) - rspec-mocks (~> 3.13.0) - rspec-core (3.13.0) - rspec-support (~> 3.13.0) - rspec-expectations (3.13.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-mocks (3.13.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-support (3.13.1) - rubocop (1.36.0) - json (~> 2.3) - parallel (~> 1.10) - parser (>= 3.1.2.1) - rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.20.1, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) - rubocop-performance (1.15.0) - rubocop (>= 1.7.0, < 2.0) - rubocop-ast (>= 0.4.0) - rubocop-rails (2.16.1) - activesupport (>= 4.2.0) - rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) - rubocop-rake (0.6.0) - rubocop (~> 1.0) - rubocop-rspec (2.13.2) - rubocop (~> 1.33) - ruby-progressbar (1.13.0) - ruby2_keywords (0.0.5) - slop (3.6.0) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) - -PLATFORMS - ruby - -DEPENDENCIES - activesupport (~> 7.1) - armitage-rubocop (~> 1.36) - bundler (~> 2.5) - crawler_detect! - fuubar (~> 2.5) - parallel_tests (~> 4.5) - pry-meta (~> 0.0.10) - rack-test (~> 2.1) - rake (~> 13.1) - rspec (~> 3.13) - -BUNDLED WITH - 2.5.6