From f6c18c00bf5931caa62307ff06be64b2cf2e0f13 Mon Sep 17 00:00:00 2001 From: loadkpi Date: Mon, 4 Nov 2024 21:52:43 +0200 Subject: [PATCH] try to rm Gemfile.lock again to avoid jruby build problems --- .gitignore | 1 + Gemfile.lock | 102 --------------------------------------------------- 2 files changed, 1 insertion(+), 102 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index bc7f5f6..93882c5 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +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 .ruby-version .ruby-gemset diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index ae0d192..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,102 +0,0 @@ -PATH - remote: . - specs: - crawler_detect (1.2.4) - qonfig (>= 0.24) - -GEM - remote: https://rubygems.org/ - specs: - activesupport (6.1.7.8) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 1.6, < 2) - minitest (>= 5.1) - tzinfo (~> 2.0) - zeitwerk (~> 2.3) - armitage-rubocop (1.26.1.1) - rubocop (= 1.26.1) - rubocop-performance (= 1.13.3) - rubocop-rails (= 2.14.2) - rubocop-rake (= 0.6.0) - rubocop-rspec (= 2.9.0) - ast (2.4.2) - concurrent-ruby (1.2.3) - diff-lcs (1.5.1) - fuubar (2.5.1) - rspec-core (~> 3.0) - ruby-progressbar (~> 1.4) - i18n (1.14.6) - concurrent-ruby (~> 1.0) - minitest (5.15.0) - parallel (1.24.0) - parallel_tests (3.12.1) - parallel - parser (3.3.5.0) - ast (~> 2.4.1) - racc - qonfig (0.26.0) - racc (1.8.1) - rack (3.1.7) - rack-test (2.1.0) - rack (>= 1.3) - rainbow (3.1.1) - rake (13.2.1) - regexp_parser (2.9.2) - rexml (3.3.8) - rspec (3.13.0) - rspec-core (~> 3.13.0) - rspec-expectations (~> 3.13.0) - rspec-mocks (~> 3.13.0) - rspec-core (3.13.1) - rspec-support (~> 3.13.0) - rspec-expectations (3.13.3) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-mocks (3.13.2) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-support (3.13.1) - rubocop (1.26.1) - parallel (~> 1.10) - parser (>= 3.1.0.0) - rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.16.0, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.17.0) - parser (>= 3.1.1.0) - rubocop-performance (1.13.3) - rubocop (>= 1.7.0, < 2.0) - rubocop-ast (>= 0.4.0) - rubocop-rails (2.14.2) - activesupport (>= 4.2.0) - rack (>= 1.1) - rubocop (>= 1.7.0, < 2.0) - rubocop-rake (0.6.0) - rubocop (~> 1.0) - rubocop-rspec (2.9.0) - rubocop (~> 1.19) - ruby-progressbar (1.13.0) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) - zeitwerk (2.6.18) - -PLATFORMS - ruby - x86_64-linux - -DEPENDENCIES - activesupport (>= 6.0) - armitage-rubocop (>= 0.82) - crawler_detect! - fuubar (>= 2.5) - parallel_tests (>= 3.0) - rack-test (>= 2.1) - rake (>= 13.1) - rspec (>= 3.13) - -BUNDLED WITH - 2.3.27