Skip to content

Commit 077e1be

Browse files
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] <[email protected]>
1 parent 44a28c8 commit 077e1be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
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", "!= 0.8.7", "< 1.1" if curb
31+
gem "curb", ">= 0.7.16", "!= 0.8.7", "< 1.2" if curb
3232
gem "pry-byebug"
3333
end
3434

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GEM
2323
crack (1.0.0)
2424
bigdecimal
2525
rexml
26-
curb (1.0.9)
26+
curb (1.1.0)
2727
diff-lcs (1.5.1)
2828
diffy (3.4.2)
2929
docile (1.4.1)
@@ -205,7 +205,7 @@ PLATFORMS
205205
DEPENDENCIES
206206
byebug
207207
codecov (~> 0.6)
208-
curb (>= 0.7.16, < 1.1, != 0.8.7)
208+
curb (>= 0.7.16, < 1.2, != 0.8.7)
209209
em-http-request (~> 1.1.7)
210210
github-markup
211211
iconv

0 commit comments

Comments
 (0)