Skip to content

Commit cf7b4e2

Browse files
Bump curb from 1.1.0 to 1.2.0
Bumps [curb](https://github.com/taf2/curb) from 1.1.0 to 1.2.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.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c7665fb commit cf7b4e2

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
@@ -74,7 +74,7 @@ group :test do
7474

7575
# Note: curb gem requires curl libraries
7676
# sudo apt-get install libcurl4-openssl-dev
77-
gem 'curb', '~> 1.1'
77+
gem 'curb', '~> 1.2'
7878

7979
# Note: selenium-webdriver 3.x is incompatible with Firefox version 48 and prior
8080
# 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
@@ -53,7 +53,7 @@ GEM
5353
fiber-annotation
5454
fiber-local (~> 1.1)
5555
json
56-
curb (1.1.0)
56+
curb (1.2.0)
5757
daemons (1.4.1)
5858
date (3.4.1)
5959
diff-lcs (1.6.2)
@@ -295,7 +295,7 @@ DEPENDENCIES
295295
async-dns (~> 1.4)
296296
browserstack-local (~> 1.4)
297297
capybara (~> 3.40)
298-
curb (~> 1.1)
298+
curb (~> 1.2)
299299
em-websocket (~> 0.5.3)
300300
erubis (~> 2.7)
301301
espeak-ruby (~> 1.1.0)

0 commit comments

Comments
 (0)