From 6c68524b69e1bfb28f0d1aa5967fd602ed1b7ed7 Mon Sep 17 00:00:00 2001 From: Dino Maric Date: Mon, 31 Jul 2017 16:41:00 +0200 Subject: Depend on Ruby >=2.2.2 (#85) --- activestorage.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activestorage.gemspec') diff --git a/activestorage.gemspec b/activestorage.gemspec index 9546b60783..eeefa03903 100644 --- a/activestorage.gemspec +++ b/activestorage.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.homepage = "https://github.com/rails/activestorage" s.license = "MIT" - s.required_ruby_version = ">= 2.3.0" + s.required_ruby_version = ">= 2.2.2" s.add_dependency "rails", ">= 5.2.0.alpha" -- cgit v1.2.3