aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
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 /activesupport
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 'activesupport')
-rw-r--r--activesupport/activesupport.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index 678799b94e..a5339e6475 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.summary = 'A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.'
s.description = 'A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.'
- s.required_ruby_version = '>= 2.1.0'
+ s.required_ruby_version = '>= 2.2.0'
s.license = 'MIT'