Skip to content

Commit 936a050

Browse files
authored
Merge pull request #300 from oauth-xx/dependabot/bundler/curb-1.0.6
Bump curb from 1.0.1 to 1.0.6
2 parents 31d59c1 + baa5b98 commit 936a050

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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", "< 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

Lines changed: 1 addition & 1 deletion
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)