From 37523da5e008469b5ba592b34fc30d601cebdbbd Mon Sep 17 00:00:00 2001 From: Craig Williams Date: Thu, 22 May 2014 12:21:25 -0500 Subject: [PATCH] Bump Ruby version to > 2.0 --- wkhtmltopdf-binary.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wkhtmltopdf-binary.gemspec b/wkhtmltopdf-binary.gemspec index 51ef187..8709910 100644 --- a/wkhtmltopdf-binary.gemspec +++ b/wkhtmltopdf-binary.gemspec @@ -5,8 +5,8 @@ Gem::Specification.new do |s| s.summary = 'Provides binaries for WKHTMLTOPDF project in an easily accessible package.' s.description = '' - s.required_ruby_version = '>= 1.8.7' - s.required_rubygems_version = ">= 1.3.6" + s.required_ruby_version = '> 2.0.0' + s.required_rubygems_version = "> 1.3.6" s.author = '- Research Information Systems, The University of Iowa' s.homepage = ''