aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/activerecord.gemspec
diff options
context:
space:
mode:
authorPeter Suschlik <ps@neopoly.de>2015-03-09 09:55:11 +0100
committerPeter Suschlik <ps@neopoly.de>2015-03-09 09:56:26 +0100
commitf0768eba2833a19dccff936e20392cc34b0c0d8f (patch)
treeb7a66205fa963e4625a42156795bf97de34ffe86 /activerecord/activerecord.gemspec
parentfb764ba63e53b728873075a0d207b993409798a2 (diff)
downloadrails-f0768eba2833a19dccff936e20392cc34b0c0d8f.tar.gz
rails-f0768eba2833a19dccff936e20392cc34b0c0d8f.tar.bz2
rails-f0768eba2833a19dccff936e20392cc34b0c0d8f.zip
Target Ruby 2.2.1 in gemspecs
This is a follow-up to #19257
Diffstat (limited to 'activerecord/activerecord.gemspec')
-rw-r--r--activerecord/activerecord.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/activerecord.gemspec b/activerecord/activerecord.gemspec
index c5cd0c89f7..c88b9e8718 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.2.0'
+ s.required_ruby_version = '>= 2.2.1'
s.license = 'MIT'