Skip to content

Commit

Permalink
addressing cve
Browse files Browse the repository at this point in the history
  • Loading branch information
jfitisoff committed Mar 12, 2018
1 parent 01485a6 commit 4cdec94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -7,3 +7,4 @@ gem 'watir'
gem 'coveralls' # For Coveralls.
gem 'simplecov', :require => false # For Coveralls.
gem 'rake'
gem 'rubyzip', '~> 1.2.1'
5 changes: 3 additions & 2 deletions Gemfile.lock
Expand Up @@ -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)
Expand Down Expand Up @@ -72,8 +72,9 @@ DEPENDENCIES
coveralls
rake
rspec
rubyzip (~> 1.2.1)
simplecov
watir

BUNDLED WITH
1.11.2
1.16.1
2 changes: 1 addition & 1 deletion lib/site-object/version.rb
@@ -1,3 +1,3 @@
module SiteObject
VERSION = '0.4.9'
VERSION = '0.5.0'
end

0 comments on commit 4cdec94

Please sign in to comment.