We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 575a455 + 0e72e90 commit e3fac88Copy full SHA for e3fac88
2 files changed
Gemfile
@@ -6,7 +6,7 @@ gem 'ffi', '1.9.24'
6
gem 'childprocess', '1.0.1'
7
gem 'nokogiri', '1.10.4'
8
gem 'json', '1.8.6'
9
-gem 'rubyzip', '1.2.2'
+gem 'rubyzip', '1.3.0'
10
gem 'rack', '1.6.11'
11
12
group :developement do
Gemfile.lock
@@ -61,7 +61,7 @@ GEM
61
rspec-expectations (2.10.0)
62
diff-lcs (~> 1.1.3)
63
rspec-mocks (2.10.0)
64
- rubyzip (1.2.2)
+ rubyzip (1.3.0)
65
selenium-webdriver (2.21.2)
66
childprocess (>= 0.2.5)
67
ffi (~> 1.0)
@@ -89,7 +89,7 @@ DEPENDENCIES
89
rake (>= 0.9)
90
rdoc (= 3.12.1)
91
rspec (~> 2.10)
92
- rubyzip (= 1.2.2)
+ rubyzip (= 1.3.0)
93
94
BUNDLED WITH
95
1.17.3
0 commit comments