From 4cdec94eca33caa0a77e77791b9a503cf7579ef3 Mon Sep 17 00:00:00 2001 From: John Fitisoff Date: Mon, 12 Mar 2018 12:17:18 -0700 Subject: [PATCH] addressing cve --- Gemfile | 1 + Gemfile.lock | 5 +++-- lib/site-object/version.rb | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9f98abb..d157040 100644 --- a/Gemfile +++ b/Gemfile @@ -7,3 +7,4 @@ gem 'watir' gem 'coveralls' # For Coveralls. gem 'simplecov', :require => false # For Coveralls. gem 'rake' +gem 'rubyzip', '~> 1.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index f0225dc..6bf4876 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.4.0) rspec-support (3.4.1) - rubyzip (1.2.0) + rubyzip (1.2.1) selenium-webdriver (2.52.0) childprocess (~> 0.5) multi_json (~> 1.0) @@ -72,8 +72,9 @@ DEPENDENCIES coveralls rake rspec + rubyzip (~> 1.2.1) simplecov watir BUNDLED WITH - 1.11.2 + 1.16.1 diff --git a/lib/site-object/version.rb b/lib/site-object/version.rb index d7c2afe..22f5b82 100644 --- a/lib/site-object/version.rb +++ b/lib/site-object/version.rb @@ -1,3 +1,3 @@ module SiteObject - VERSION = '0.4.9' + VERSION = '0.5.0' end