File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,14 +2,15 @@ source 'http://rubygems.org'
22
33gemspec
44
5- gem "ffi" , '1.9.24'
6- gem "childprocess" , '1.0.1'
7- gem "nokogiri" , "1.10.4"
8- gem "json" , '1.8.6'
5+ 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'
910
1011group :developement do
1112 gem 'rake' , '>= 0.9'
12- gem 'rdoc'
13+ gem 'rdoc' , '3.12.1'
1314end
1415
1516group :development , :test do
Original file line number Diff line number Diff line change 5151 rack-test (0.6.1 )
5252 rack (>= 1.0 )
5353 rake (0.9.2.2 )
54- rdoc (3.12 )
54+ rdoc (3.12.1 )
5555 json (~> 1.4 )
5656 rspec (2.10.0 )
5757 rspec-core (~> 2.10.0 )
6161 rspec-expectations (2.10.0 )
6262 diff-lcs (~> 1.1.3 )
6363 rspec-mocks (2.10.0 )
64- rubyzip (0.9.8 )
64+ rubyzip (1.2.2 )
6565 selenium-webdriver (2.21.2 )
6666 childprocess (>= 0.2.5 )
6767 ffi (~> 1.0 )
@@ -86,8 +86,9 @@ DEPENDENCIES
8686 json (= 1.8.6 )
8787 nokogiri (= 1.10.4 )
8888 rake (>= 0.9 )
89- rdoc
89+ rdoc ( = 3.12.1 )
9090 rspec (~> 2.10 )
91+ rubyzip (= 1.2.2 )
9192
9293BUNDLED WITH
9394 1.17.3
You can’t perform that action at this time.
0 commit comments