diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-12-28 16:39:39 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-12-28 16:39:39 -0500 |
commit | edaab4dbe80ac9ae705be05f7d9e20f942e057ab (patch) | |
tree | 69aaf62d1e11322555ed1060ac5384479727801c /activerecord | |
parent | e7e1b68093bead9677a0681f0f244aa836b3ef50 (diff) | |
parent | d3b098b8289ffaa8486f526dc53204123ed581f3 (diff) | |
download | rails-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 'activerecord')
-rw-r--r-- | activerecord/activerecord.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/activerecord.gemspec b/activerecord/activerecord.gemspec index 471769a962..6a00605ce1 100644 --- a/activerecord/activerecord.gemspec +++ b/activerecord/activerecord.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.summary = 'Object-relational mapper framework (part of Rails).' s.description = 'Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.' - s.required_ruby_version = '>= 2.1.0' + s.required_ruby_version = '>= 2.2.0' s.license = 'MIT' |