From 9f5f264e6efcbd86ce119dba471ba1269d210e09 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 22 May 2015 11:48:05 +0200 Subject: Set minimum ruby version to 1.9.2. Because `require_relative` was introduced then. Not aware of anything else that should require anything else. --- capistrano-refinerycms.gemspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/capistrano-refinerycms.gemspec b/capistrano-refinerycms.gemspec index d6f0151..350d6e4 100644 --- a/capistrano-refinerycms.gemspec +++ b/capistrano-refinerycms.gemspec @@ -36,4 +36,6 @@ Gem::Specification.new do |s| "lib/generators/capistrano/refinerycms/template_generator.rb"] s.homepage = 'https://github.com/snake66/capistrano-refinerycms' s.license = 'GPL-3.0' + + s.required_ruby_version = '>= 1.9.2' end -- cgit v1.2.3