Skip to content

Commit 674007b

Browse files
Merge pull request #3543 from beefproject/dependabot/bundler/curb-1.3.1
Build(deps-dev): bump curb from 1.2.2 to 1.3.1
2 parents 3f66ee0 + 12f1420 commit 674007b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ group :test do
7575

7676
# Note: curb gem requires curl libraries
7777
# sudo apt-get install libcurl4-openssl-dev
78-
gem 'curb', '~> 1.2'
78+
gem 'curb', '~> 1.3'
7979

8080
# Note: selenium-webdriver 3.x is incompatible with Firefox version 48 and prior
8181
# gem 'selenium' # Requires old version of selenium which is no longer available

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ GEM
5454
fiber-annotation
5555
fiber-local (~> 1.1)
5656
json
57-
curb (1.2.2)
57+
curb (1.3.1)
5858
daemons (1.4.1)
5959
date (3.5.1)
6060
diff-lcs (1.6.2)
@@ -317,7 +317,7 @@ DEPENDENCIES
317317
async-dns (~> 1.4)
318318
browserstack-local (~> 1.4)
319319
capybara (~> 3.40)
320-
curb (~> 1.2)
320+
curb (~> 1.3)
321321
em-websocket (~> 0.5.3)
322322
erubis (~> 2.7)
323323
espeak-ruby (~> 1.1.0)

0 commit comments

Comments
 (0)