aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-11-29 05:04:03 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-11-29 05:04:03 -0200
commit86857868f8bdb33a865d9483c53cd0a5583bb7cc (patch)
tree53d2ceb1bf62bb48812080cf983d0196e4b8ccc9 /activerecord
parent4d331b8469b20fbce5f782f2b60bf7188e5c6fbd (diff)
parent96d0f751f97c7eebc63d02b5dab88eee3aa3a921 (diff)
downloadrails-86857868f8bdb33a865d9483c53cd0a5583bb7cc.tar.gz
rails-86857868f8bdb33a865d9483c53cd0a5583bb7cc.tar.bz2
rails-86857868f8bdb33a865d9483c53cd0a5583bb7cc.zip
Merge pull request #17830 from claudiob/bump-required-ruby-version
Bump required Ruby version to 2.1.0
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/activerecord.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/activerecord.gemspec b/activerecord/activerecord.gemspec
index 834fffeb18..471769a962 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 = '>= 1.9.3'
+ s.required_ruby_version = '>= 2.1.0'
s.license = 'MIT'