From ab0c74f30013cd442d0ef3768d07c14025fe7c5a Mon Sep 17 00:00:00 2001 From: Celso Martins Date: Tue, 27 Aug 2024 15:20:28 -0300 Subject: [PATCH] chore: downgraded rails --- Gemfile | 2 +- Gemfile.lock | 268 +++++++++++++++++++++++++-------------------------- 2 files changed, 131 insertions(+), 139 deletions(-) diff --git a/Gemfile b/Gemfile index ac30a0d03..8fad9ec39 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' ruby '3.3.4' -gem 'rails' +gem 'rails', '= 7.1.4' gem 'bundler', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 9c74e0e8c..5e0d73018 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,76 +1,80 @@ GEM remote: https://rubygems.org/ specs: - actioncable (7.2.1) - actionpack (= 7.2.1) - activesupport (= 7.2.1) + actioncable (7.1.4) + actionpack (= 7.1.4) + activesupport (= 7.1.4) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.2.1) - actionpack (= 7.2.1) - activejob (= 7.2.1) - activerecord (= 7.2.1) - activestorage (= 7.2.1) - activesupport (= 7.2.1) - mail (>= 2.8.0) - actionmailer (7.2.1) - actionpack (= 7.2.1) - actionview (= 7.2.1) - activejob (= 7.2.1) - activesupport (= 7.2.1) - mail (>= 2.8.0) + actionmailbox (7.1.4) + actionpack (= 7.1.4) + activejob (= 7.1.4) + activerecord (= 7.1.4) + activestorage (= 7.1.4) + activesupport (= 7.1.4) + mail (>= 2.7.1) + net-imap + net-pop + net-smtp + actionmailer (7.1.4) + actionpack (= 7.1.4) + actionview (= 7.1.4) + activejob (= 7.1.4) + activesupport (= 7.1.4) + mail (~> 2.5, >= 2.5.4) + net-imap + net-pop + net-smtp rails-dom-testing (~> 2.2) - actionpack (7.2.1) - actionview (= 7.2.1) - activesupport (= 7.2.1) + actionpack (7.1.4) + actionview (= 7.1.4) + activesupport (= 7.1.4) nokogiri (>= 1.8.5) racc - rack (>= 2.2.4, < 3.2) + 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 (7.2.1) - actionpack (= 7.2.1) - activerecord (= 7.2.1) - activestorage (= 7.2.1) - activesupport (= 7.2.1) + actiontext (7.1.4) + actionpack (= 7.1.4) + activerecord (= 7.1.4) + activestorage (= 7.1.4) + activesupport (= 7.1.4) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.2.1) - activesupport (= 7.2.1) + actionview (7.1.4) + activesupport (= 7.1.4) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.2.1) - activesupport (= 7.2.1) + activejob (7.1.4) + activesupport (= 7.1.4) globalid (>= 0.3.6) - activemodel (7.2.1) - activesupport (= 7.2.1) - activerecord (7.2.1) - activemodel (= 7.2.1) - activesupport (= 7.2.1) + activemodel (7.1.4) + activesupport (= 7.1.4) + activerecord (7.1.4) + activemodel (= 7.1.4) + activesupport (= 7.1.4) timeout (>= 0.4.0) - activestorage (7.2.1) - actionpack (= 7.2.1) - activejob (= 7.2.1) - activerecord (= 7.2.1) - activesupport (= 7.2.1) + activestorage (7.1.4) + actionpack (= 7.1.4) + activejob (= 7.1.4) + activerecord (= 7.1.4) + activesupport (= 7.1.4) marcel (~> 1.0) - activesupport (7.2.1) + activesupport (7.1.4) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.3.1) + concurrent-ruby (~> 1.0, >= 1.0.2) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) - logger (>= 1.4.2) minitest (>= 5.1) - securerandom (>= 0.3) - tzinfo (~> 2.0, >= 2.0.5) + mutex_m + tzinfo (~> 2.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) annotate (3.2.0) @@ -94,13 +98,11 @@ GEM bullet (7.2.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) - carrierwave (3.0.7) - activemodel (>= 6.0.0) - activesupport (>= 6.0.0) - addressable (~> 2.6) - image_processing (~> 1.1) - marcel (~> 1.0.0) - ssrf_filter (~> 1.0) + carrierwave (1.3.4) + activemodel (>= 4.0.0) + activesupport (>= 4.0.0) + mime-types (>= 1.16) + ssrf_filter (~> 1.0, < 1.1.0) childprocess (5.1.0) logger (~> 1.5) cloudinary (2.1.2) @@ -145,33 +147,6 @@ GEM activerecord (>= 4.2, < 8) docile (1.4.1) drb (2.2.1) - dry-configurable (1.2.0) - dry-core (~> 1.0, < 2) - zeitwerk (~> 2.6) - dry-core (1.0.1) - concurrent-ruby (~> 1.0) - zeitwerk (~> 2.6) - dry-inflector (1.1.0) - dry-initializer (3.1.1) - dry-logic (1.5.0) - concurrent-ruby (~> 1.0) - dry-core (~> 1.0, < 2) - zeitwerk (~> 2.6) - dry-schema (1.13.4) - concurrent-ruby (~> 1.0) - dry-configurable (~> 1.0, >= 1.0.1) - dry-core (~> 1.0, < 2) - dry-initializer (~> 3.0) - dry-logic (>= 1.4, < 2) - dry-types (>= 1.7, < 2) - zeitwerk (~> 2.6) - dry-types (1.7.2) - bigdecimal (~> 3.0) - concurrent-ruby (~> 1.0) - dry-core (~> 1.0) - dry-inflector (~> 1.0) - dry-logic (~> 1.4) - zeitwerk (~> 2.6) erubi (1.13.0) erubis (2.7.0) execjs (2.9.1) @@ -187,9 +162,16 @@ GEM multipart-post (~> 2) faraday-net_http (3.3.0) net-http + ffi (1.17.0-aarch64-linux-gnu) + ffi (1.17.0-aarch64-linux-musl) + ffi (1.17.0-arm-linux-gnu) + ffi (1.17.0-arm-linux-musl) ffi (1.17.0-arm64-darwin) + ffi (1.17.0-x86-linux-gnu) + ffi (1.17.0-x86-linux-musl) ffi (1.17.0-x86_64-darwin) ffi (1.17.0-x86_64-linux-gnu) + ffi (1.17.0-x86_64-linux-musl) fiber-storage (1.0.0) figaro (1.2.0) thor (>= 0.14.0, < 2) @@ -225,9 +207,6 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) ice_nine (0.11.2) - image_processing (1.13.0) - mini_magick (>= 4.9.5, < 5) - ruby-vips (>= 2.0.17, < 3) io-console (0.7.2) irb (1.14.0) rdoc (>= 4.0.0) @@ -256,6 +235,7 @@ GEM activerecord kaminari-core (= 1.2.2) kaminari-core (1.2.2) + kwalify (0.7.2) language_server-protocol (3.17.0.3) launchy (3.0.1) addressable (~> 2.8) @@ -274,13 +254,17 @@ GEM net-smtp marcel (1.0.4) memory_profiler (1.0.2) - mini_magick (4.13.2) + mime-types (3.5.2) + mime-types-data (~> 3.2015) + mime-types-data (3.2024.0820) + mini_magick (5.0.1) mini_mime (1.1.5) minitest (5.25.1) multi_json (1.15.0) multi_xml (0.7.1) bigdecimal (~> 3.1) multipart-post (2.4.1) + mutex_m (0.2.0) net-http (0.4.1) uri net-imap (0.4.14) @@ -294,8 +278,14 @@ GEM net-protocol newrelic_rpm (9.13.0) nio4r (2.7.3) + nokogiri (1.16.7-aarch64-linux) + racc (~> 1.4) + nokogiri (1.16.7-arm-linux) + racc (~> 1.4) nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.7-x86-linux) + racc (~> 1.4) nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) @@ -311,7 +301,7 @@ GEM parallel (1.26.3) parallel_tests (4.7.1) parallel - parser (3.3.4.2) + parser (3.2.2.4) ast (~> 2.4.1) racc path_expander (1.1.2) @@ -336,20 +326,20 @@ GEM rackup (1.0.0) rack (< 3) webrick - rails (7.2.1) - actioncable (= 7.2.1) - actionmailbox (= 7.2.1) - actionmailer (= 7.2.1) - actionpack (= 7.2.1) - actiontext (= 7.2.1) - actionview (= 7.2.1) - activejob (= 7.2.1) - activemodel (= 7.2.1) - activerecord (= 7.2.1) - activestorage (= 7.2.1) - activesupport (= 7.2.1) + rails (7.1.4) + actioncable (= 7.1.4) + actionmailbox (= 7.1.4) + actionmailer (= 7.1.4) + actionpack (= 7.1.4) + actiontext (= 7.1.4) + actionview (= 7.1.4) + activejob (= 7.1.4) + activemodel (= 7.1.4) + activerecord (= 7.1.4) + activestorage (= 7.1.4) + activesupport (= 7.1.4) bundler (>= 1.15.0) - railties (= 7.2.1) + railties (= 7.1.4) rails-controller-testing (1.0.5) actionpack (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1) @@ -374,10 +364,10 @@ GEM ruby-progressbar rails_serve_static_assets (0.0.5) rails_stdout_logging (0.0.5) - railties (7.2.1) - actionpack (= 7.2.1) - activesupport (= 7.2.1) - irb (~> 1.13) + railties (7.1.4) + actionpack (= 7.1.4) + activesupport (= 7.1.4) + irb rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) @@ -390,11 +380,10 @@ GEM rdoc (6.7.0) psych (>= 4.0.0) redis (4.8.1) - reek (6.3.0) - dry-schema (~> 1.13.0) - parser (~> 3.3.0) + reek (6.1.4) + kwalify (~> 0.7.0) + parser (~> 3.2.0) rainbow (>= 2.0, < 4.0) - rexml (~> 3.1) regexp_parser (2.9.2) reline (0.5.9) io-console (~> 0.5) @@ -426,54 +415,49 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.65.1) + rubocop (1.59.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.3.0.2) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 2.4, < 3.0) + regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.1) - parser (>= 3.3.1.0) + rubocop-ast (1.30.0) + parser (>= 3.2.1.0) rubocop-graphql (1.5.4) rubocop (>= 1.50, < 2) - rubocop-performance (1.21.1) + rubocop-performance (1.20.2) rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.26.0) + rubocop-ast (>= 1.30.0, < 2.0) + rubocop-rails (2.23.1) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.52.0, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rspec (3.0.4) - rubocop (~> 1.61) - rubocop-rspec_rails (2.30.0) - rubocop (~> 1.61) - rubocop-rspec (~> 3, >= 3.0.1) + rubocop (>= 1.33.0, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) + rubocop-rspec (3.0.0) + rubocop (~> 1.40) + rubocop-rspec_rails (2.29.0) + rubocop (~> 1.40) ruby-progressbar (1.13.0) - ruby-vips (2.2.2) - ffi (~> 1.12) - logger ruby_parser (3.21.1) racc (~> 1.5) sexp_processor (~> 4.16) - rubycritic (4.9.0) + rubycritic (4.9.1) flay (~> 2.13) flog (~> 4.7) launchy (>= 2.5.2) - parser (>= 3.2.2.1) + parser (>= 3.2.2.4) rainbow (~> 3.1.1) - reek (~> 6.0, < 7.0) + reek (~> 6.0, < 6.2) rexml - ruby_parser (~> 3.20) + ruby_parser (~> 3.21) simplecov (>= 0.22.0) tty-which (~> 0.5.0) virtus (~> 2.0) - securerandom (0.3.1) sexp_processor (4.17.2) shoulda-matchers (6.4.0) activesupport (>= 5.2.0) @@ -500,7 +484,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - ssrf_filter (1.1.2) + ssrf_filter (1.0.8) stackprof (0.2.26) statsd-ruby (1.5.0) stringio (3.1.1) @@ -517,8 +501,7 @@ GEM execjs (>= 0.3.0, < 3) unicode-display_width (2.5.0) uniform_notifier (1.16.0) - uri (0.13.0) - useragent (0.16.10) + uri (0.13.1) version_gem (1.1.4) virtus (2.0.0) axiom-types (~> 0.1) @@ -543,11 +526,20 @@ GEM zeitwerk (2.6.17) PLATFORMS - arm64-darwin-21 - arm64-darwin-22 - arm64-darwin-23 - x86_64-darwin-22 + aarch64-linux + aarch64-linux-gnu + aarch64-linux-musl + arm-linux + arm-linux-gnu + arm-linux-musl + arm64-darwin + x86-linux + x86-linux-gnu + x86-linux-musl + x86_64-darwin x86_64-linux + x86_64-linux-gnu + x86_64-linux-musl DEPENDENCIES addressable @@ -586,7 +578,7 @@ DEPENDENCIES puma puma_worker_killer rack-mini-profiler - rails + rails (= 7.1.4) rails-controller-testing rails_12factor rails_best_practices @@ -619,4 +611,4 @@ RUBY VERSION ruby 3.3.4p94 BUNDLED WITH - 2.3.14 + 2.5.11