From 3506a51b3a6f74acaf55993a8daf69bf10b168d2 Mon Sep 17 00:00:00 2001 From: carlospohlodcodeminer42 Date: Fri, 19 Jul 2024 16:13:26 -0300 Subject: [PATCH 1/4] update rails to 7.1.3.4 (was 7.0.2.3) related updates - rake from 13.0.6 to 13.2.1 - zeitwerk from 2.6.6 to 2.6.16 - activesupport from 7.0.2.3 to 7.1.3.4 - activemodel from 7.0.2.3 to 7.1.3.4 - activerecord from 7.0.2.3 to 7.1.3.4 - actionview from 7.0.2.3 to 7.1.3.4 - activejob from 7.0.2.3 to 7.1.3.4 - actionpack from 7.0.2.3 to 7.1.3.4 - activestorage from 7.0.2.3 to 7.1.3.4 - actionmailer from 7.0.2.3 to 7.1.3.4 - actionmailbox from 7.0.2.3 to 7.1.3.4 - actiontext from 7.0.2.3 to 7.1.3.4 - actioncable from 7.0.2.3 to 7.1.3.4 - railties from 7.0.2.3 to 7.1.3.4 - rails-dom-testing from 2.0.3 to 2.2.0 - globalid from 1.1.0 to 1.2.1 --- Gemfile.lock | 173 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 103 insertions(+), 70 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e1eaf43..13f9a8e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,74 +10,85 @@ PATH GEM remote: https://rubygems.org/ specs: - actioncable (7.0.2.3) - actionpack (= 7.0.2.3) - activesupport (= 7.0.2.3) + actioncable (7.1.3.4) + actionpack (= 7.1.3.4) + activesupport (= 7.1.3.4) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (7.0.2.3) - actionpack (= 7.0.2.3) - activejob (= 7.0.2.3) - activerecord (= 7.0.2.3) - activestorage (= 7.0.2.3) - activesupport (= 7.0.2.3) + zeitwerk (~> 2.6) + actionmailbox (7.1.3.4) + actionpack (= 7.1.3.4) + activejob (= 7.1.3.4) + activerecord (= 7.1.3.4) + activestorage (= 7.1.3.4) + activesupport (= 7.1.3.4) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.0.2.3) - actionpack (= 7.0.2.3) - actionview (= 7.0.2.3) - activejob (= 7.0.2.3) - activesupport (= 7.0.2.3) + actionmailer (7.1.3.4) + actionpack (= 7.1.3.4) + actionview (= 7.1.3.4) + activejob (= 7.1.3.4) + activesupport (= 7.1.3.4) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp - rails-dom-testing (~> 2.0) - actionpack (7.0.2.3) - actionview (= 7.0.2.3) - activesupport (= 7.0.2.3) - rack (~> 2.0, >= 2.2.0) + rails-dom-testing (~> 2.2) + actionpack (7.1.3.4) + actionview (= 7.1.3.4) + activesupport (= 7.1.3.4) + nokogiri (>= 1.8.5) + racc + rack (>= 2.2.4) + rack-session (>= 1.0.1) rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (7.0.2.3) - actionpack (= 7.0.2.3) - activerecord (= 7.0.2.3) - activestorage (= 7.0.2.3) - activesupport (= 7.0.2.3) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + actiontext (7.1.3.4) + actionpack (= 7.1.3.4) + activerecord (= 7.1.3.4) + activestorage (= 7.1.3.4) + activesupport (= 7.1.3.4) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.2.3) - activesupport (= 7.0.2.3) + actionview (7.1.3.4) + activesupport (= 7.1.3.4) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (7.0.2.3) - activesupport (= 7.0.2.3) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activejob (7.1.3.4) + activesupport (= 7.1.3.4) globalid (>= 0.3.6) - activemodel (7.0.2.3) - activesupport (= 7.0.2.3) - activerecord (7.0.2.3) - activemodel (= 7.0.2.3) - activesupport (= 7.0.2.3) - activestorage (7.0.2.3) - actionpack (= 7.0.2.3) - activejob (= 7.0.2.3) - activerecord (= 7.0.2.3) - activesupport (= 7.0.2.3) + activemodel (7.1.3.4) + activesupport (= 7.1.3.4) + activerecord (7.1.3.4) + activemodel (= 7.1.3.4) + activesupport (= 7.1.3.4) + timeout (>= 0.4.0) + activestorage (7.1.3.4) + actionpack (= 7.1.3.4) + activejob (= 7.1.3.4) + activerecord (= 7.1.3.4) + activesupport (= 7.1.3.4) marcel (~> 1.0) - mini_mime (>= 1.1.0) - activesupport (7.0.2.3) + activesupport (7.1.3.4) + 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) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) + base64 (0.2.0) + bigdecimal (3.1.8) binding_of_caller (1.0.1) debug_inspector (>= 1.2.0) builder (3.3.0) @@ -92,14 +103,20 @@ GEM xpath (~> 3.2) coderay (1.1.3) concurrent-ruby (1.3.3) + connection_pool (2.4.1) crass (1.0.6) date (3.3.4) debug_inspector (1.2.0) + drb (2.2.1) erubi (1.13.0) - globalid (1.1.0) - activesupport (>= 5.0) + globalid (1.2.1) + activesupport (>= 6.1) i18n (1.14.5) concurrent-ruby (~> 1.0) + io-console (0.7.2) + irb (1.14.0) + rdoc (>= 4.0.0) + reline (>= 0.4.2) json (2.7.2) language_server-protocol (3.17.0.3) lint_roller (1.1.0) @@ -117,6 +134,7 @@ GEM mini_mime (1.1.5) mini_portile2 (2.8.7) minitest (5.24.1) + mutex_m (0.2.0) net-imap (0.4.14) date net-protocol @@ -142,41 +160,54 @@ GEM pry-stack_explorer (0.6.1) binding_of_caller (~> 1.0) pry (~> 0.13) + psych (5.1.2) + stringio public_suffix (6.0.0) racc (1.8.0) rack (2.2.9) + rack-session (1.0.2) + rack (< 3) rack-test (2.1.0) rack (>= 1.3) - rails (7.0.2.3) - actioncable (= 7.0.2.3) - actionmailbox (= 7.0.2.3) - actionmailer (= 7.0.2.3) - actionpack (= 7.0.2.3) - actiontext (= 7.0.2.3) - actionview (= 7.0.2.3) - activejob (= 7.0.2.3) - activemodel (= 7.0.2.3) - activerecord (= 7.0.2.3) - activestorage (= 7.0.2.3) - activesupport (= 7.0.2.3) + rackup (1.0.0) + rack (< 3) + webrick + rails (7.1.3.4) + actioncable (= 7.1.3.4) + actionmailbox (= 7.1.3.4) + actionmailer (= 7.1.3.4) + actionpack (= 7.1.3.4) + actiontext (= 7.1.3.4) + actionview (= 7.1.3.4) + activejob (= 7.1.3.4) + activemodel (= 7.1.3.4) + activerecord (= 7.1.3.4) + activestorage (= 7.1.3.4) + activesupport (= 7.1.3.4) bundler (>= 1.15.0) - railties (= 7.0.2.3) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + railties (= 7.1.3.4) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.0.2.3) - actionpack (= 7.0.2.3) - activesupport (= 7.0.2.3) - method_source + railties (7.1.3.4) + actionpack (= 7.1.3.4) + activesupport (= 7.1.3.4) + irb + rackup (>= 1.0.0) rake (>= 12.2) - thor (~> 1.0) - zeitwerk (~> 2.5) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.0.6) + rake (13.2.1) + rdoc (6.7.0) + psych (>= 4.0.0) regexp_parser (2.9.2) + reline (0.5.9) + io-console (~> 0.5) rexml (3.3.1) strscan rubocop (1.64.1) @@ -218,18 +249,20 @@ GEM standard-performance (1.4.0) lint_roller (~> 1.1) rubocop-performance (~> 1.21.0) + stringio (3.1.1) strscan (3.1.0) thor (1.3.1) timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) + webrick (1.8.1) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.6) + zeitwerk (2.6.16) PLATFORMS ruby From f6348e17394de7d17b15c67ded4d1334824bdb5b Mon Sep 17 00:00:00 2001 From: carlospohlodcodeminer42 Date: Fri, 19 Jul 2024 16:44:09 -0300 Subject: [PATCH 2/4] update: rack 3.1.7 (was 2.2.9) and related gems: - rack-session 2.0.0 (was 1.0.2) - rackup 2.1.0 (was 1.0.0) - also update - capybara 3.40.0 (was 3.39.2) - standard 1.39.2 (was 1.39.1) - sqlite3 2.0.2 (was 1.5.4) --- Gemfile.lock | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 13f9a8e..1e1fcfa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,11 +92,11 @@ GEM binding_of_caller (1.0.1) debug_inspector (>= 1.2.0) builder (3.3.0) - capybara (3.39.2) + capybara (3.40.0) addressable matrix mini_mime (>= 0.1.3) - nokogiri (~> 1.8) + nokogiri (~> 1.11) rack (>= 1.6.0) rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) @@ -164,14 +164,14 @@ GEM stringio public_suffix (6.0.0) racc (1.8.0) - rack (2.2.9) - rack-session (1.0.2) - rack (< 3) + rack (3.1.7) + rack-session (2.0.0) + rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) - rackup (1.0.0) - rack (< 3) - webrick + rackup (2.1.0) + rack (>= 3) + webrick (~> 1.8) rails (7.1.3.4) actioncable (= 7.1.3.4) actionmailbox (= 7.1.3.4) @@ -208,7 +208,7 @@ GEM regexp_parser (2.9.2) reline (0.5.9) io-console (~> 0.5) - rexml (3.3.1) + rexml (3.3.2) strscan rubocop (1.64.1) json (~> 2.3) @@ -227,17 +227,17 @@ GEM rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) - sprockets (4.1.1) + sprockets (4.2.1) concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.4.2) - actionpack (>= 5.2) - activesupport (>= 5.2) + rack (>= 2.2.4, < 4) + sprockets-rails (3.5.1) + actionpack (>= 6.1) + activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.5.4) + sqlite3 (2.0.2) mini_portile2 (~> 2.8.0) - sqlite3 (1.5.4-x86_64-darwin) - standard (1.39.1) + sqlite3 (2.0.2-x86_64-darwin) + standard (1.39.2) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.64.0) From 1251ad0e5fb4f6fc7fea4f1604bd66df7091095b Mon Sep 17 00:00:00 2001 From: carlospohlodcodeminer42 Date: Fri, 19 Jul 2024 17:11:22 -0300 Subject: [PATCH 3/4] version: change project version to 0.1.1 --- lib/magic_test/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/magic_test/version.rb b/lib/magic_test/version.rb index b671701..161f68e 100644 --- a/lib/magic_test/version.rb +++ b/lib/magic_test/version.rb @@ -1,3 +1,3 @@ module MagicTest - VERSION = "0.1.0" + VERSION = "0.1.1" end From 5bfe04078a1b07f57b291dc20b9f78e577a2c862 Mon Sep 17 00:00:00 2001 From: carlospohlodcodeminer42 Date: Fri, 19 Jul 2024 17:12:50 -0300 Subject: [PATCH 4/4] versio update: update magic test version to 0.1.1 on gemfile.lock --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1e1fcfa..f78025e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - magic_test (0.1.0) + magic_test (0.1.1) capybara (>= 3.0) pry pry-stack_explorer