aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2015-04-13 22:56:47 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2015-04-13 22:56:47 -0500
commit33ea933d7bf6db1534a7a5752c7942a8dc89bd8a (patch)
tree3ccb6639f7e47df55e1961d5c8025009fe4b5b92 /actionview
parent8ac458ad2e252ba041d9f4e42b94bd5997a622be (diff)
parent32f7491808d2c4e097ed7b3ee875e4d1cea8c442 (diff)
downloadrails-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 'actionview')
-rw-r--r--actionview/actionview.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/actionview.gemspec b/actionview/actionview.gemspec
index d8ea9d562c..612e94021d 100644
--- a/actionview/actionview.gemspec
+++ b/actionview/actionview.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.summary = 'Rendering framework putting the V in MVC (part of Rails).'
s.description = 'Simple, battle-tested conventions and helpers for building web pages.'
- s.required_ruby_version = '>= 2.2.1'
+ s.required_ruby_version = '>= 2.2.2'
s.license = 'MIT'