File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
specs:
4
4
selenium-webdriver (3.8.0 )
5
5
childprocess (~> 0.5 )
6
- rubyzip (~> 1.0 )
6
+ rubyzip (~> 1.2 )
7
7
8
8
GEM
9
9
remote: https://rubygems.org/
Original file line number Diff line number Diff line change 22
22
<orderEntry type =" library" scope =" PROVIDED" name =" rspec-core (v2.99.2, ruby-2.2.2-p95) [gem]" level =" application" />
23
23
<orderEntry type =" library" scope =" PROVIDED" name =" rspec-expectations (v2.99.2, ruby-2.2.2-p95) [gem]" level =" application" />
24
24
<orderEntry type =" library" scope =" PROVIDED" name =" rspec-mocks (v2.99.2, ruby-2.2.2-p95) [gem]" level =" application" />
25
- <orderEntry type =" library" scope =" PROVIDED" name =" rubyzip (v1.1.7 , ruby-2.2.2-p95) [gem]" level =" application" />
25
+ <orderEntry type =" library" scope =" PROVIDED" name =" rubyzip (v1.2.1 , ruby-2.2.2-p95) [gem]" level =" application" />
26
26
<orderEntry type =" library" scope =" PROVIDED" name =" safe_yaml (v1.0.4, ruby-2.2.2-p95) [gem]" level =" application" />
27
27
<orderEntry type =" library" scope =" PROVIDED" name =" webmock (v1.19.0, ruby-2.2.2-p95) [gem]" level =" application" />
28
28
<orderEntry type =" library" scope =" PROVIDED" name =" websocket (v1.2.1, ruby-2.2.2-p95) [gem]" level =" application" />
34
34
<option name =" useAlternativeWorkingDir" value =" false" />
35
35
<option name =" workingDirSelection" value =" < MODULE> " />
36
36
</component >
37
- </module >
37
+ </module >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ HTML of the application.'
20
20
s . files = Dir [ root + '/**/*' ] . reject { |e | e =~ /ruby\. iml|build\. desc/ } . map { |e | e . sub ( root + '/' , '' ) }
21
21
s . require_paths = [ 'lib' ]
22
22
23
- s . add_runtime_dependency 'rubyzip' , [ '~> 1.0 ' ]
23
+ s . add_runtime_dependency 'rubyzip' , [ '~> 1.2 ' ]
24
24
s . add_runtime_dependency 'childprocess' , [ '~> 0.5' ]
25
25
26
26
s . add_development_dependency 'rspec' , [ '~> 3.0' ]
You can’t perform that action at this time.
0 commit comments