From 077e1be7ad4a28ab0a01780e6a4e0c4b732eee78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 04:54:47 +0000 Subject: [PATCH] Bump curb from 1.0.9 to 1.1.0 Bumps [curb](https://github.com/taf2/curb) from 1.0.9 to 1.1.0. - [Changelog](https://github.com/taf2/curb/blob/master/ChangeLog.md) - [Commits](https://github.com/taf2/curb/commits) --- updated-dependencies: - dependency-name: curb dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d7a6da8b..b30a1d98 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ platforms :mri do # Add `byebug` to your code where you want to drop to REPL, and add DEBUG=true when running tests gem "byebug" # WebMock is known to work with Curb >= 0.7.16, < 1.1, except versions 0.8.7 - gem "curb", ">= 0.7.16", "!= 0.8.7", "< 1.1" if curb + gem "curb", ">= 0.7.16", "!= 0.8.7", "< 1.2" if curb gem "pry-byebug" end diff --git a/Gemfile.lock b/Gemfile.lock index d663843c..22ec21ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,7 +23,7 @@ GEM crack (1.0.0) bigdecimal rexml - curb (1.0.9) + curb (1.1.0) diff-lcs (1.5.1) diffy (3.4.2) docile (1.4.1) @@ -205,7 +205,7 @@ PLATFORMS DEPENDENCIES byebug codecov (~> 0.6) - curb (>= 0.7.16, < 1.1, != 0.8.7) + curb (>= 0.7.16, < 1.2, != 0.8.7) em-http-request (~> 1.1.7) github-markup iconv