diff --git a/Gemfile b/Gemfile index 8468dab..d928a9f 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source "http://rubygems.org" gem "ci_reporter", "1.8.4", :group => :test gem "rake", "~> 0.9.2", :group => :test gem "rspec", "~> 2.13.0", :group => :test -gem "rubyzip", "~> 1.2.1" +gem "rubyzip", "~> 1.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 5073d65..9879b3c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GEM rspec-expectations (2.13.0) diff-lcs (>= 1.1.3, < 2.0) rspec-mocks (2.13.0) - rubyzip (1.2.1) + rubyzip (1.3.0) PLATFORMS ruby @@ -23,4 +23,4 @@ DEPENDENCIES ci_reporter (= 1.8.4) rake (~> 0.9.2) rspec (~> 2.13.0) - rubyzip (~> 1.2.1) + rubyzip (~> 1.3.0)