From 9cc7346d3b83a82e8206004d71b1f91866e42eaf Mon Sep 17 00:00:00 2001 From: mayra lucia navarro Date: Sun, 1 Sep 2024 17:16:54 -0500 Subject: [PATCH] Update gems --- .github/workflows/test.yml | 4 ++-- .ruby-version | 2 +- Gemfile.lock | 41 +++++++++++++++++++------------------- 3 files changed, 24 insertions(+), 23 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ddf2e8f..dd70823 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - ruby: ['3.2.2'] + ruby: ['3.2.2','3.3.4'] runs-on: ubuntu-20.04 services: postgres: @@ -27,7 +27,7 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Install Bundler - run: gem install bundler:2.4.5 + run: gem install bundler:2.5.18 - name: Run yarn commands run: | yarn install diff --git a/.ruby-version b/.ruby-version index be94e6f..a0891f5 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.3.4 diff --git a/Gemfile.lock b/Gemfile.lock index bff0429..b367a9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,7 +101,7 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crass (1.0.6) cssbundling-rails (1.4.1) railties (>= 6.0.0) @@ -126,16 +126,17 @@ GEM railties (>= 5.0.0) faker (2.18.0) i18n (>= 1.6, < 2) - faraday (2.10.1) - faraday-net_http (>= 2.0, < 3.2) + faraday (2.11.0) + faraday-net_http (>= 2.0, < 3.4) logger faraday-mashify (0.1.1) faraday (~> 2.0) hashie faraday-multipart (1.0.4) multipart-post (~> 2) - faraday-net_http (3.1.1) + faraday-net_http (3.3.0) net-http + ffi (1.17.0-x86_64-darwin) ffi (1.17.0-x86_64-linux-gnu) gli (2.21.5) globalid (1.2.1) @@ -200,7 +201,7 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.24.1) + minitest (5.25.1) msgpack (1.7.2) multi_json (1.15.0) multi_xml (0.7.1) @@ -208,7 +209,7 @@ GEM multipart-post (2.4.1) net-http (0.4.1) uri - net-imap (0.4.14) + net-imap (0.4.15) date net-protocol net-pop (0.1.2) @@ -225,8 +226,8 @@ GEM os (1.1.4) package_json (0.1.0) pagy (6.5.0) - parallel (1.25.1) - parser (3.3.4.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pg (1.4.6) @@ -241,7 +242,7 @@ GEM public_suffix (6.0.1) puma (6.4.2) nio4r (~> 2.0) - pundit (2.3.2) + pundit (2.4.0) activesupport (>= 3.0.0) racc (1.8.1) rack (2.2.9) @@ -305,13 +306,13 @@ GEM strscan rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.3) + rspec-rails (6.1.4) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -320,18 +321,17 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.65.1) + rubocop (1.66.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.4, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + rubocop-ast (>= 1.32.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) rubyzip (2.3.2) @@ -343,7 +343,7 @@ GEM sprockets (> 3.0) sprockets-rails tilt - selenium-webdriver (4.23.0) + selenium-webdriver (4.24.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -381,7 +381,7 @@ GEM railties (>= 6.0.0) stringio (3.1.1) strscan (3.1.0) - thor (1.3.1) + thor (1.3.2) tilt (2.4.0) timeout (0.4.1) trailblazer-option (0.1.2) @@ -394,7 +394,7 @@ GEM concurrent-ruby (~> 1.0) uber (0.1.0) unicode-display_width (2.5.0) - uri (0.13.0) + uri (0.13.1) warden (1.2.9) rack (>= 2.0.9) web-console (4.2.1) @@ -411,6 +411,7 @@ GEM zeitwerk (2.6.17) PLATFORMS + x86_64-darwin-22 x86_64-linux DEPENDENCIES @@ -453,7 +454,7 @@ DEPENDENCIES web-console (>= 4.1.0) RUBY VERSION - ruby 3.2.2p53 + ruby 3.3.4p94 BUNDLED WITH - 2.4.10 + 2.5.18