Skip to content

Commit baa5b98

Browse files
Bump curb from 1.0.1 to 1.0.6
Bumps [curb](https://github.com/taf2/curb) from 1.0.1 to 1.0.6. - [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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cfdc0fe commit baa5b98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ platforms :mri do
2828
# Add `byebug` to your code where you want to drop to REPL, and add DEBUG=true when running tests
2929
gem "byebug"
3030
# WebMock is known to work with Curb >= 0.7.16, < 1.1, except versions 0.8.7
31-
gem "curb", [">= 0.7.16", "< 1.1", "!= 0.8.7"] if curb
31+
gem "curb", ">= 0.7.16", "!= 0.8.7", "< 1.1" if curb
3232
gem "pry-byebug"
3333
end
3434

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GEM
2020
cookiejar (0.3.3)
2121
crack (0.4.5)
2222
rexml
23-
curb (1.0.1)
23+
curb (1.0.6)
2424
docile (1.4.0)
2525
domain_name (0.5.20190701)
2626
unf (>= 0.0.5, < 1.0.0)

0 commit comments

Comments
 (0)