From 3fe7a524a10b2b8d89950883c0ed4d45f764a0f3 Mon Sep 17 00:00:00 2001 From: carlospohlodcodeminer42 Date: Wed, 10 Jul 2024 17:47:55 -0300 Subject: [PATCH] updates: update capybara to 2.39.2 --- Gemfile | 2 +- Gemfile.lock | 30 +++++++++++++++++------------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index dea45e2..99dc4d3 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem "sqlite3" gem "sprockets-rails" - +gem "capybara", "~> 3.39.2" # Specify your gem's dependencies in magic_test.gemspec gemspec diff --git a/Gemfile.lock b/Gemfile.lock index a94a960..2cef02d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,13 +75,13 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.1) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) binding_of_caller (1.0.0) debug_inspector (>= 0.0.1) builder (3.2.4) - capybara (3.38.0) + capybara (3.39.2) addressable matrix mini_mime (>= 0.1.3) @@ -111,8 +111,8 @@ GEM marcel (1.0.2) matrix (0.4.2) method_source (1.0.0) - mini_mime (1.1.2) - mini_portile2 (2.8.0) + mini_mime (1.1.5) + mini_portile2 (2.8.7) minitest (5.15.0) net-imap (0.3.2) date @@ -124,8 +124,10 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.8) - nokogiri (1.13.3) - mini_portile2 (~> 2.8.0) + nokogiri (1.16.6) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) + nokogiri (1.16.6-x86_64-darwin) racc (~> 1.4) parallel (1.21.0) parser (3.0.3.2) @@ -136,11 +138,11 @@ GEM pry-stack_explorer (0.6.1) binding_of_caller (~> 1.0) pry (~> 0.13) - public_suffix (5.0.1) - racc (1.6.0) - rack (2.2.3) - rack-test (1.1.0) - rack (>= 1.0, < 3) + public_suffix (6.0.0) + racc (1.8.0) + rack (2.2.9) + rack-test (2.1.0) + rack (>= 1.3) rails (7.0.2.3) actioncable (= 7.0.2.3) actionmailbox (= 7.0.2.3) @@ -169,7 +171,7 @@ GEM zeitwerk (~> 2.5) rainbow (3.0.0) rake (13.0.6) - regexp_parser (2.2.0) + regexp_parser (2.9.2) rexml (3.2.5) rubocop (1.23.0) parallel (~> 1.10) @@ -195,6 +197,7 @@ GEM sprockets (>= 3.0.0) sqlite3 (1.5.4) mini_portile2 (~> 2.8.0) + sqlite3 (1.5.4-x86_64-darwin) standard (1.5.0) rubocop (= 1.23.0) rubocop-performance (= 1.12.0) @@ -216,6 +219,7 @@ PLATFORMS DEPENDENCIES bundler (>= 2.0) + capybara (~> 3.39.2) magic_test! minitest (>= 5.0) rake (>= 13.0)