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 /actionpack | |
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 'actionpack')
-rw-r--r-- | actionpack/actionpack.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/actionpack.gemspec b/actionpack/actionpack.gemspec index b6b70a027c..1bba9df969 100644 --- a/actionpack/actionpack.gemspec +++ b/actionpack/actionpack.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.summary = 'Web-flow and rendering framework putting the VC in MVC (part of Rails).' s.description = 'Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.' - s.required_ruby_version = '>= 2.2.1' + s.required_ruby_version = '>= 2.2.2' s.license = 'MIT' |