From d2efbdbcfb1fdc7778049cd694176969ed679a09 Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Wed, 8 Apr 2026 09:41:24 +0200 Subject: [PATCH] Do not commit Gemfile.lock for library repos --- .gitignore | 3 + Gemfile.lock | 219 --------------------------------------------------- 2 files changed, 3 insertions(+), 219 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index f926e3a..1a7e6dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ .bundle/ +/Gemfile.lock +/vendor +/gemfiles/vendor log/*.log pkg/ test/dummy/db/*.sqlite3 diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 6d277df..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,219 +0,0 @@ -PATH - remote: . - specs: - archiving (0.7.0) - activerecord (>= 7.2, <= 8.2) - -GEM - remote: https://rubygems.org/ - specs: - action_text-trix (2.1.18) - railties - actioncable (8.1.3) - actionpack (= 8.1.3) - activesupport (= 8.1.3) - nio4r (~> 2.0) - websocket-driver (>= 0.6.1) - zeitwerk (~> 2.6) - actionmailbox (8.1.3) - actionpack (= 8.1.3) - activejob (= 8.1.3) - activerecord (= 8.1.3) - activestorage (= 8.1.3) - activesupport (= 8.1.3) - mail (>= 2.8.0) - actionmailer (8.1.3) - actionpack (= 8.1.3) - actionview (= 8.1.3) - activejob (= 8.1.3) - activesupport (= 8.1.3) - mail (>= 2.8.0) - rails-dom-testing (~> 2.2) - actionpack (8.1.3) - actionview (= 8.1.3) - activesupport (= 8.1.3) - nokogiri (>= 1.8.5) - rack (>= 2.2.4) - rack-session (>= 1.0.1) - rack-test (>= 0.6.3) - rails-dom-testing (~> 2.2) - rails-html-sanitizer (~> 1.6) - useragent (~> 0.16) - actiontext (8.1.3) - action_text-trix (~> 2.1.15) - actionpack (= 8.1.3) - activerecord (= 8.1.3) - activestorage (= 8.1.3) - activesupport (= 8.1.3) - globalid (>= 0.6.0) - nokogiri (>= 1.8.5) - actionview (8.1.3) - activesupport (= 8.1.3) - builder (~> 3.1) - erubi (~> 1.11) - rails-dom-testing (~> 2.2) - rails-html-sanitizer (~> 1.6) - activejob (8.1.3) - activesupport (= 8.1.3) - globalid (>= 0.3.6) - activemodel (8.1.3) - activesupport (= 8.1.3) - activerecord (8.1.3) - activemodel (= 8.1.3) - activesupport (= 8.1.3) - timeout (>= 0.4.0) - activestorage (8.1.3) - actionpack (= 8.1.3) - activejob (= 8.1.3) - activerecord (= 8.1.3) - activesupport (= 8.1.3) - marcel (~> 1.0) - activesupport (8.1.3) - base64 - bigdecimal - concurrent-ruby (~> 1.0, >= 1.3.1) - connection_pool (>= 2.2.5) - drb - i18n (>= 1.6, < 2) - json - logger (>= 1.4.2) - minitest (>= 5.1) - securerandom (>= 0.3) - tzinfo (~> 2.0, >= 2.0.5) - uri (>= 0.13.1) - base64 (0.3.0) - bigdecimal (4.1.0) - builder (3.3.0) - concurrent-ruby (1.3.6) - connection_pool (3.0.2) - crass (1.0.6) - date (3.5.1) - drb (2.2.3) - erb (6.0.2) - erubi (1.13.1) - globalid (1.3.0) - activesupport (>= 6.1) - i18n (1.14.8) - concurrent-ruby (~> 1.0) - io-console (0.8.2) - irb (1.17.0) - pp (>= 0.6.0) - prism (>= 1.3.0) - rdoc (>= 4.0.0) - reline (>= 0.4.2) - json (2.19.3) - logger (1.7.0) - loofah (2.25.1) - crass (~> 1.0.2) - nokogiri (>= 1.12.0) - mail (2.9.0) - logger - mini_mime (>= 0.1.1) - net-imap - net-pop - net-smtp - marcel (1.1.0) - mini_mime (1.1.5) - mini_portile2 (2.8.9) - minitest (6.0.2) - drb (~> 2.0) - prism (~> 1.5) - minitest-focus (1.4.1) - minitest (> 5.0) - net-imap (0.6.2) - date - net-protocol - net-pop (0.1.2) - net-protocol - net-protocol (0.2.2) - timeout - net-smtp (0.5.1) - net-protocol - nio4r (2.7.5) - nokogiri (1.19.2) - mini_portile2 (~> 2.8.2) - racc (~> 1.4) - pp (0.6.3) - prettyprint - prettyprint (0.2.0) - prism (1.9.0) - psych (5.3.1) - date - stringio - racc (1.8.1) - rack (3.2.5) - rack-session (2.1.1) - base64 (>= 0.1.0) - rack (>= 3.0.0) - rack-test (2.2.0) - rack (>= 1.3) - rackup (2.3.1) - rack (>= 3) - rails (8.1.3) - actioncable (= 8.1.3) - actionmailbox (= 8.1.3) - actionmailer (= 8.1.3) - actionpack (= 8.1.3) - actiontext (= 8.1.3) - actionview (= 8.1.3) - activejob (= 8.1.3) - activemodel (= 8.1.3) - activerecord (= 8.1.3) - activestorage (= 8.1.3) - activesupport (= 8.1.3) - bundler (>= 1.15.0) - railties (= 8.1.3) - rails-dom-testing (2.3.0) - activesupport (>= 5.0.0) - minitest - nokogiri (>= 1.6) - rails-html-sanitizer (1.7.0) - loofah (~> 2.25) - nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - railties (8.1.3) - actionpack (= 8.1.3) - activesupport (= 8.1.3) - irb (~> 1.13) - rackup (>= 1.0.0) - rake (>= 12.2) - thor (~> 1.0, >= 1.2.2) - tsort (>= 0.2) - zeitwerk (~> 2.6) - rake (13.3.1) - rdoc (7.2.0) - erb - psych (>= 4.0.0) - tsort - reline (0.6.3) - io-console (~> 0.5) - rr (3.1.2) - securerandom (0.4.1) - stringio (3.2.0) - thor (1.5.0) - timeout (0.6.0) - trilogy (2.11.1) - bigdecimal - tsort (0.2.0) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) - uri (1.1.1) - useragent (0.16.11) - websocket-driver (0.8.0) - base64 - websocket-extensions (>= 0.1.0) - websocket-extensions (0.1.5) - zeitwerk (2.7.5) - -PLATFORMS - ruby - -DEPENDENCIES - archiving! - minitest-focus - rails (>= 7.2, <= 8.2) - rake - rr - trilogy - -BUNDLED WITH - 4.0.3