From 3d4c868ef972c1a2ba5c36d1c004c126e796f6bd Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Sun, 5 Mar 2023 21:18:37 +0100 Subject: [PATCH] bundle update --- Gemfile.lock | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 81 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 60358b6..0241b9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,15 +66,38 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) + bindex (0.8.1) builder (3.2.4) + byebug (11.1.3) + capybara (3.38.0) + addressable + matrix + mini_mime (>= 0.1.3) + nokogiri (~> 1.8) + rack (>= 1.6.0) + rack-test (>= 0.6.3) + regexp_parser (>= 1.5, < 3.0) + xpath (~> 3.2) concurrent-ruby (1.2.2) crass (1.0.6) date (3.3.3) + debug (1.7.1) + irb (>= 1.5.0) + reline (>= 0.3.1) erubi (1.12.0) + ffi (1.15.5) globalid (1.1.0) activesupport (>= 5.0) i18n (1.12.0) concurrent-ruby (~> 1.0) + importmap-rails (1.1.5) + actionpack (>= 6.0.0) + railties (>= 6.0.0) + io-console (0.6.0) + irb (1.6.2) + reline (>= 0.3.0) loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -84,9 +107,11 @@ GEM net-pop net-smtp marcel (1.0.2) + matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.2) minitest (5.18.0) + mysql2 (0.5.5) net-imap (0.3.4) date net-protocol @@ -99,6 +124,9 @@ GEM nio4r (2.5.8) nokogiri (1.14.2-x86_64-linux) racc (~> 1.4) + public_suffix (5.0.1) + puma (5.6.5) + nio4r (~> 2.0) racc (1.6.2) rack (2.2.6.3) rack-test (2.0.2) @@ -130,20 +158,72 @@ GEM thor (~> 1.0) zeitwerk (~> 2.5) rake (13.0.6) + regexp_parser (2.7.0) + reline (0.3.2) + io-console (~> 0.5) + rexml (3.2.5) + rubyzip (2.3.2) + sassc (2.4.0) + ffi (~> 1.9) + sassc-rails (2.1.2) + railties (>= 4.0.0) + sassc (>= 2.0) + sprockets (> 3.0) + sprockets-rails + tilt + selenium-webdriver (4.8.1) + rexml (~> 3.2, >= 3.2.5) + rubyzip (>= 1.2.2, < 3.0) + websocket (~> 1.0) + sprockets (4.2.0) + concurrent-ruby (~> 1.0) + rack (>= 2.2.4, < 4) + sprockets-rails (3.4.2) + actionpack (>= 5.2) + activesupport (>= 5.2) + sprockets (>= 3.0.0) thor (1.2.1) + tilt (2.1.0) timeout (0.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) + web-console (4.2.0) + actionview (>= 6.0.0) + activemodel (>= 6.0.0) + bindex (>= 0.4.0) + railties (>= 6.0.0) + webdrivers (5.2.0) + nokogiri (~> 1.6) + rubyzip (>= 1.3.0) + selenium-webdriver (~> 4.0) + websocket (1.2.9) websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) + xpath (3.2.0) + nokogiri (~> 1.8) zeitwerk (2.6.7) PLATFORMS x86_64-linux DEPENDENCIES - rails (~> 7.0) + byebug + capybara + debug + importmap-rails + mysql2 (~> 0.5) + puma (~> 5.0) + rails (~> 7.0.4, >= 7.0.4.2) + sassc-rails + selenium-webdriver + sprockets-rails + tzinfo-data + web-console + webdrivers + +RUBY VERSION + ruby 2.7.7p221 BUNDLED WITH 2.2.33