diff options
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 4 | 
2 files changed, 3 insertions, 3 deletions
@@ -95,7 +95,7 @@ gem 'breadcrumbs_on_rails'  # Format Output  gem 'json' -gem 'rubyzip', '~> 1.1.7' +gem 'rubyzip'  gem 'roo'  # Controller diff --git a/Gemfile.lock b/Gemfile.lock index 3acf91cc5..d220788ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -445,7 +445,7 @@ GEM      ruby-graphviz (1.2.3)      rubycas-client (2.3.9)        activesupport -    rubyzip (1.1.7) +    rubyzip (1.2.1)      safe_yaml (1.0.4)      sass (3.2.19)      sass-rails (4.0.5) @@ -641,7 +641,7 @@ DEPENDENCIES    rgeo (~> 0.5.2)    roo    rspec-rails (~> 3.5.0) -  rubyzip (~> 1.1.7) +  rubyzip    sass-rails (~> 4.0.3)    sawyer (~> 0.6.0)    sdoc (~> 0.4.0)  | 
