Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group :development, :test do
gem 'ruby-debug19'
gem 'fabrication', '~> 1.3.1'
gem 'zippy'
gem 'rubyzip', '~> 0.9.9'
gem 'rubyzip', '~> 1.3.0'
end

group :test do
Expand Down
21 changes: 10 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GEM
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.3.9)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
columnize (0.3.6)
cucumber (1.1.9)
Expand All @@ -31,7 +31,7 @@ GEM
term-ansicolor (>= 1.0.6)
diff-lcs (1.1.3)
fabrication (1.3.2)
ffi (1.9.0)
ffi (1.11.1)
gherkin (2.9.3)
json (>= 1.4.6)
grit (2.4.1)
Expand Down Expand Up @@ -63,7 +63,7 @@ GEM
activemodel (~> 3.1)
mongo (<= 1.6.2)
tzinfo (~> 0.3.22)
multi_json (1.8.0)
multi_json (1.14.1)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
padrino (0.10.5)
Expand Down Expand Up @@ -125,12 +125,11 @@ GEM
ruby-debug-base19 (>= 0.11.19)
ruby_core_source (0.1.5)
archive-tar-minitar (>= 0.5.2)
rubyzip (0.9.9)
selenium-webdriver (2.35.1)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip (< 1.0.0)
websocket (~> 1.0.4)
rubyzip (1.3.0)
selenium-webdriver (2.53.4)
childprocess (~> 0.5)
rubyzip (~> 1.0)
websocket (~> 1.0)
sinatra (1.3.6)
rack (~> 1.4)
rack-protection (~> 1.3)
Expand All @@ -151,7 +150,7 @@ GEM
raindrops (~> 0.7)
url_mount (0.2.1)
rack
websocket (1.0.7)
websocket (1.2.8)
xpath (0.1.4)
nokogiri (~> 1.3)
zippy (0.2.1)
Expand All @@ -175,7 +174,7 @@ DEPENDENCIES
rake
rspec (~> 2.8.0)
ruby-debug19
rubyzip (~> 0.9.9)
rubyzip (~> 1.3.0)
tilt (~> 1.3.7)
unicorn
zippy