Skip to content

Commit e3fac88

Browse files
authored
Merge pull request #34 from mconf/fix-alerts-in-bbb-api
ELOSP-74 updated rubyzip gem to the newest version with no vulnerability.
2 parents 575a455 + 0e72e90 commit e3fac88

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
@@ -6,7 +6,7 @@ gem 'ffi', '1.9.24'
66
gem 'childprocess', '1.0.1'
77
gem 'nokogiri', '1.10.4'
88
gem 'json', '1.8.6'
9-
gem 'rubyzip', '1.2.2'
9+
gem 'rubyzip', '1.3.0'
1010
gem 'rack', '1.6.11'
1111

1212
group :developement do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ GEM
6161
rspec-expectations (2.10.0)
6262
diff-lcs (~> 1.1.3)
6363
rspec-mocks (2.10.0)
64-
rubyzip (1.2.2)
64+
rubyzip (1.3.0)
6565
selenium-webdriver (2.21.2)
6666
childprocess (>= 0.2.5)
6767
ffi (~> 1.0)
@@ -89,7 +89,7 @@ DEPENDENCIES
8989
rake (>= 0.9)
9090
rdoc (= 3.12.1)
9191
rspec (~> 2.10)
92-
rubyzip (= 1.2.2)
92+
rubyzip (= 1.3.0)
9393

9494
BUNDLED WITH
9595
1.17.3

0 commit comments

Comments
 (0)