From c8b0a1ac698dacd2ebd2fe357741e52b847b1ec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 02:45:46 +0000 Subject: [PATCH] Bump curb from 1.0.6 to 1.0.9 Bumps [curb](https://github.com/taf2/curb) from 1.0.6 to 1.0.9. - [Changelog](https://github.com/taf2/curb/blob/master/ChangeLog.md) - [Commits](https://github.com/taf2/curb/commits) --- updated-dependencies: - dependency-name: curb dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 45da891b9..1805ed31b 100644 --- a/Gemfile +++ b/Gemfile @@ -74,7 +74,7 @@ group :test do # Note: curb gem requires curl libraries # sudo apt-get install libcurl4-openssl-dev - gem 'curb', '~> 1.0', '>= 1.0.5' + gem 'curb', '~> 1.0' # Note: selenium-webdriver 3.x is incompatible with Firefox version 48 and prior # gem 'selenium' # Requires old version of selenium which is no longer available diff --git a/Gemfile.lock b/Gemfile.lock index de31ea360..78c6c3451 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,7 +53,7 @@ GEM fiber-annotation fiber-local (~> 1.1) json - curb (1.0.6) + curb (1.0.9) daemons (1.4.1) date (3.4.1) diff-lcs (1.5.1) @@ -263,7 +263,7 @@ DEPENDENCIES async-dns (~> 1.4) browserstack-local (~> 1.4) capybara (~> 3.40) - curb (~> 1.0, >= 1.0.5) + curb (~> 1.0) em-websocket (~> 0.5.3) erubis (~> 2.7) espeak-ruby (~> 1.1.0)