Skip to content

Commit 561cd5a

Browse files
authored
Merge pull request #331 from ruby-oauth/dependabot/bundler/curb-1.1.0
Bump curb from 1.0.9 to 1.1.0
2 parents 44a28c8 + 077e1be commit 561cd5a

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)