aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/activeresource.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'activeresource/activeresource.gemspec')
-rw-r--r--activeresource/activeresource.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/activeresource/activeresource.gemspec b/activeresource/activeresource.gemspec
index 51a381ccc8..1722ebeb8e 100644
--- a/activeresource/activeresource.gemspec
+++ b/activeresource/activeresource.gemspec
@@ -4,6 +4,7 @@ Gem::Specification.new do |s|
s.version = '3.0.0.beta1'
s.summary = 'REST-model framework (part of Rails).'
s.description = 'REST-model framework (part of Rails).'
+ s.required_ruby_version = '>= 1.8.7'
s.author = 'David Heinemeier Hansson'
s.email = 'david@loudthinking.com'