Skip to content

Commit c8b0a1a

Browse files
Bump curb from 1.0.6 to 1.0.9
Bumps [curb](https://github.com/taf2/curb) from 1.0.6 to 1.0.9. - [Changelog](https://github.com/taf2/curb/blob/master/ChangeLog.md) - [Commits](https://github.com/taf2/curb/commits) --- updated-dependencies: - dependency-name: curb dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de51ade commit c8b0a1a

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
@@ -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.0', '>= 1.0.5'
77+
gem 'curb', '~> 1.0'
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.0.6)
56+
curb (1.0.9)
5757
daemons (1.4.1)
5858
date (3.4.1)
5959
diff-lcs (1.5.1)
@@ -263,7 +263,7 @@ DEPENDENCIES
263263
async-dns (~> 1.4)
264264
browserstack-local (~> 1.4)
265265
capybara (~> 3.40)
266-
curb (~> 1.0, >= 1.0.5)
266+
curb (~> 1.0)
267267
em-websocket (~> 0.5.3)
268268
erubis (~> 2.7)
269269
espeak-ruby (~> 1.1.0)

0 commit comments

Comments
 (0)