aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-05-22 11:48:05 +0200
committerHarald Eilertsen <haraldei@anduin.net>2015-05-22 11:48:05 +0200
commit9f5f264e6efcbd86ce119dba471ba1269d210e09 (patch)
treeaaeaa0455d8b265bfa8010298a1fd1668879706c
parent2fcf640e66f3acaa7acc9ad89cd58ae8bd467ccf (diff)
downloadcapistrano-refinerycms-9f5f264e6efcbd86ce119dba471ba1269d210e09.tar.gz
capistrano-refinerycms-9f5f264e6efcbd86ce119dba471ba1269d210e09.tar.bz2
capistrano-refinerycms-9f5f264e6efcbd86ce119dba471ba1269d210e09.zip
Set minimum ruby version to 1.9.2.
Because `require_relative` was introduced then. Not aware of anything else that should require anything else.
-rw-r--r--capistrano-refinerycms.gemspec2
1 files changed, 2 insertions, 0 deletions
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