From 3806ecc1ed02a766a446a2cb10b1b0028ec528b2 Mon Sep 17 00:00:00 2001 From: Akhil Dhavala Date: Wed, 8 Apr 2020 17:16:44 +0530 Subject: [PATCH 1/2] updating vulnerabilities --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c73ad7a..48910c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GEM remote: http://rubygems.org/ specs: - json (1.8.3) - minitest (5.8.4) - rake (10.5.0) + json (2.3.0) + minitest (5.14.0) + rake (13.0.1) PLATFORMS ruby @@ -14,4 +14,4 @@ DEPENDENCIES rake BUNDLED WITH - 1.11.2 + 1.17.3 From 6d6a30b644d63f1198436799d31c275e184f5bd5 Mon Sep 17 00:00:00 2001 From: Akhil Dhavala Date: Wed, 8 Apr 2020 19:52:50 +0530 Subject: [PATCH 2/2] bumping version --- browserstack-local.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browserstack-local.gemspec b/browserstack-local.gemspec index abd528d..d8c79fa 100644 --- a/browserstack-local.gemspec +++ b/browserstack-local.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'browserstack-local' - s.version = '1.3.0' - s.date = '2016-09-19' + s.version = '1.4.0' + s.date = '2020-04-09' s.summary = "BrowserStack Local" s.description = "Ruby bindings for BrowserStack Local" s.authors = ["BrowserStack"]