aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/activemodel.gemspec
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2014-12-28 16:39:39 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2014-12-28 16:39:39 -0500
commitedaab4dbe80ac9ae705be05f7d9e20f942e057ab (patch)
tree69aaf62d1e11322555ed1060ac5384479727801c /activemodel/activemodel.gemspec
parente7e1b68093bead9677a0681f0f244aa836b3ef50 (diff)
parentd3b098b8289ffaa8486f526dc53204123ed581f3 (diff)
downloadrails-edaab4dbe80ac9ae705be05f7d9e20f942e057ab.tar.gz
rails-edaab4dbe80ac9ae705be05f7d9e20f942e057ab.tar.bz2
rails-edaab4dbe80ac9ae705be05f7d9e20f942e057ab.zip
Merge pull request #18209 from claudiob/bump-to-2-2
Require Ruby 2.2 for Rails 5.0
Diffstat (limited to 'activemodel/activemodel.gemspec')
-rw-r--r--activemodel/activemodel.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/activemodel.gemspec b/activemodel/activemodel.gemspec
index 73600b83fb..3c6eb56296 100644
--- a/activemodel/activemodel.gemspec
+++ b/activemodel/activemodel.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.summary = 'A toolkit for building modeling frameworks (part of Rails).'
s.description = 'A toolkit for building modeling frameworks like Active Record. Rich support for attributes, callbacks, validations, serialization, internationalization, and testing.'
- s.required_ruby_version = '>= 2.1.0'
+ s.required_ruby_version = '>= 2.2.0'
s.license = 'MIT'