From 6c720dd0d535ad1c42463b7d00885ab8d5eaf7f2 Mon Sep 17 00:00:00 2001 From: Adrien Poly Date: Wed, 3 Apr 2024 07:39:30 +0200 Subject: [PATCH] upgrade ruby to 3.3.0 (#212) --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 1 - Gemfile.lock | 34 +++++++++++++++------------------- 4 files changed, 17 insertions(+), 22 deletions(-) diff --git a/.ruby-version b/.ruby-version index be94e6f5..15a27998 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.3.0 diff --git a/Dockerfile b/Dockerfile index a27fe4ab..877e01ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2.2 +FROM ruby:3.3.0 RUN apt-get update RUN apt-get install apt-transport-https diff --git a/Gemfile b/Gemfile index 07ddb04b..fd72fadf 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,6 @@ group :test do # Use system testing [https://guides.rubyonrails.org/testing.html#system-testing] gem "capybara" gem "selenium-webdriver" - gem "webdrivers" end gem 'cloudinary' diff --git a/Gemfile.lock b/Gemfile.lock index d4880d2f..1dddbe69 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,7 +70,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) annotate (3.2.0) activerecord (>= 3.2, < 8.0) @@ -83,11 +83,11 @@ GEM msgpack (~> 1.2) builder (3.2.4) byebug (11.1.3) - 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) @@ -240,24 +240,24 @@ GEM net-protocol netrc (0.11.0) nio4r (2.7.0) - nokogiri (1.16.2-arm64-darwin) + nokogiri (1.16.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.2-x86_64-darwin) + nokogiri (1.16.3-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.2-x86_64-linux) + nokogiri (1.16.3-x86_64-linux) racc (~> 1.4) object_shadow (1.1.1) orm_adapter (0.5.0) os (1.1.4) paint (2.3.0) pg (1.5.4) - psych (5.1.1.1) + psych (5.1.2) stringio - public_suffix (5.0.4) + public_suffix (5.0.5) puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) - rack (2.2.8.1) + rack (2.2.9) rack-test (2.1.0) rack (>= 1.3) rails (7.0.8.1) @@ -302,7 +302,7 @@ GEM activerecord (>= 6.1.5) activesupport (>= 6.1.5) i18n - rdoc (6.5.0) + rdoc (6.6.3.1) psych (>= 4.0.0) record_tag_helper (1.0.1) actionview (>= 5) @@ -310,7 +310,7 @@ GEM redis-client (>= 0.17.0) redis-client (0.18.0) connection_pool - regexp_parser (2.8.2) + regexp_parser (2.9.0) reline (0.3.9) io-console (~> 0.5) responders (3.1.1) @@ -336,7 +336,7 @@ GEM sprockets (> 3.0) sprockets-rails tilt - selenium-webdriver (4.10.0) + selenium-webdriver (4.16.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -357,7 +357,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - stringio (3.0.8) + stringio (3.1.0) sucker_punch (3.1.0) concurrent-ruby (~> 1.0) tailwindcss-rails (2.0.32-arm64-darwin) @@ -384,10 +384,6 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webdrivers (5.3.1) - nokogiri (~> 1.6) - rubyzip (>= 1.3.0) - selenium-webdriver (~> 4.0, < 4.11) websocket (1.2.10) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) @@ -401,6 +397,7 @@ GEM PLATFORMS arm64-darwin-22 + arm64-darwin-23 x86_64-darwin-20 x86_64-linux @@ -443,10 +440,9 @@ DEPENDENCIES turbo-rails tzinfo-data web-console - webdrivers RUBY VERSION - ruby 3.2.2p53 + ruby 3.3.0p0 BUNDLED WITH 2.4.5