From 26c23be040b049d6c2bfd7bc591d154bb89ff05d Mon Sep 17 00:00:00 2001 From: Jens Ulferts Date: Fri, 7 Apr 2017 15:41:09 +0200 Subject: [PATCH] bump svg-graph --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 05fef7ae6e0..bbd098212aa 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ gem 'stringex', '~> 2.6.1' # generates SVG Graphs # used for statistics on svn repositories -gem 'svg-graph', '~> 2.0.1' +gem 'svg-graph', '~> 2.1.0' gem 'date_validator', '~> 0.9.0' gem 'ruby-duration', '~> 3.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 426da582086..1d321bd2329 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -541,7 +541,7 @@ GEM sqlite3 (1.3.11) stringex (2.6.1) structured_warnings (0.2.0) - svg-graph (2.0.1) + svg-graph (2.1.0) syck (1.0.5) sys-filesystem (1.1.7) ffi @@ -700,7 +700,7 @@ DEPENDENCIES sprockets (~> 3.7.0) sqlite3 stringex (~> 2.6.1) - svg-graph (~> 2.0.1) + svg-graph (~> 2.1.0) syck (~> 1.0.5) sys-filesystem (~> 1.1.4) thin (~> 1.7.0)