From dc0b93dbf6f57ada8b90745bb405b2fab19def51 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Mon, 23 Jan 2023 22:23:19 +0100 Subject: [PATCH] Bumping ruby examples to 4.8.0 --- examples/ruby/Gemfile | 2 +- examples/ruby/Gemfile.lock | 42 ++++++++++++++++++++++---------------- 2 files changed, 25 insertions(+), 19 deletions(-) diff --git a/examples/ruby/Gemfile b/examples/ruby/Gemfile index b520372ff1fa..94bb72bb311d 100644 --- a/examples/ruby/Gemfile +++ b/examples/ruby/Gemfile @@ -7,6 +7,6 @@ gem 'rake', '~> 13.0' gem 'rspec', '~> 3.0' gem 'rubocop', '~> 1.35' gem 'rubocop-rspec', '~> 2.12' -gem 'selenium-webdriver', '= 4.7.1' +gem 'selenium-webdriver', '= 4.8.0' gem 'webdrivers', '~> 5.1' gem 'ffi', '~> 1.15', '>= 1.15.5' \ No newline at end of file diff --git a/examples/ruby/Gemfile.lock b/examples/ruby/Gemfile.lock index 07cc3584c458..49c62eb5b72f 100644 --- a/examples/ruby/Gemfile.lock +++ b/examples/ruby/Gemfile.lock @@ -4,18 +4,20 @@ GEM ast (2.4.2) diff-lcs (1.5.0) ffi (1.15.5) - json (2.6.2) - nokogiri (1.13.10-x86_64-darwin) + json (2.6.3) + nokogiri (1.14.0-arm64-darwin) racc (~> 1.4) - nokogiri (1.13.10-x86_64-linux) + nokogiri (1.14.0-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.14.0-x86_64-linux) racc (~> 1.4) parallel (1.22.1) - parser (3.1.3.0) + parser (3.2.0.0) ast (~> 2.4.1) - racc (1.6.1) + racc (1.6.2) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.6.1) + regexp_parser (2.6.2) rexml (3.2.5) rspec (3.12.0) rspec-core (~> 3.12.0) @@ -23,34 +25,37 @@ GEM rspec-mocks (~> 3.12.0) rspec-core (3.12.0) rspec-support (~> 3.12.0) - rspec-expectations (3.12.0) + rspec-expectations (3.12.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.0) + rspec-mocks (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.39.0) + rubocop (1.44.0) json (~> 2.3) parallel (~> 1.10) - parser (>= 3.1.2.1) + parser (>= 3.2.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.23.0, < 2.0) + rubocop-ast (>= 1.24.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.24.0) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.24.1) parser (>= 3.1.1.0) - rubocop-rspec (2.15.0) + rubocop-capybara (2.17.0) + rubocop (~> 1.41) + rubocop-rspec (2.18.1) rubocop (~> 1.33) + rubocop-capybara (~> 2.17) ruby-progressbar (1.11.0) rubyzip (2.3.2) - selenium-webdriver (4.7.1) + selenium-webdriver (4.8.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - unicode-display_width (2.3.0) + unicode-display_width (2.4.2) webdrivers (5.2.0) nokogiri (~> 1.6) rubyzip (>= 1.3.0) @@ -58,6 +63,7 @@ GEM websocket (1.2.9) PLATFORMS + arm64-darwin-21 x86_64-darwin-19 x86_64-darwin-20 x86_64-linux @@ -68,8 +74,8 @@ DEPENDENCIES rspec (~> 3.0) rubocop (~> 1.35) rubocop-rspec (~> 2.12) - selenium-webdriver (= 4.7.1) + selenium-webdriver (= 4.8.0) webdrivers (~> 5.1) BUNDLED WITH - 2.3.20 + 2.3.11