diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2015-04-13 22:56:47 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2015-04-13 22:56:47 -0500 |
commit | 33ea933d7bf6db1534a7a5752c7942a8dc89bd8a (patch) | |
tree | 3ccb6639f7e47df55e1961d5c8025009fe4b5b92 /activesupport | |
parent | 8ac458ad2e252ba041d9f4e42b94bd5997a622be (diff) | |
parent | 32f7491808d2c4e097ed7b3ee875e4d1cea8c442 (diff) | |
download | rails-33ea933d7bf6db1534a7a5752c7942a8dc89bd8a.tar.gz rails-33ea933d7bf6db1534a7a5752c7942a8dc89bd8a.tar.bz2 rails-33ea933d7bf6db1534a7a5752c7942a8dc89bd8a.zip |
Merge pull request #19753 from jonatack/use-ruby-2-2-2
Upgrade to Ruby 2.2.2
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/activesupport.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index 2cb455cb41..12c6a4d449 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.2.1' + s.required_ruby_version = '>= 2.2.2' s.license = 'MIT' |