From 6922c5ec2bc24b6a69695bca4cf3490907d149ad Mon Sep 17 00:00:00 2001 From: Aidan Feldman Date: Fri, 5 Sep 2014 02:52:54 -0400 Subject: [PATCH] add rmagick as an explicit dependency --- sparklines.gemspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sparklines.gemspec b/sparklines.gemspec index 52b0833..4318455 100644 --- a/sparklines.gemspec +++ b/sparklines.gemspec @@ -17,6 +17,8 @@ Gem::Specification.new do |s| s.rubygems_version = %q{1.2.0} s.summary = %q{Tiny graphs.} s.test_files = ["test/test_all.rb"] + + s.add_dependency(%q, ["~> 2.13"]) if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION