diff options
author | Dino Maric <dino.onex@gmail.com> | 2017-07-31 16:41:00 +0200 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-31 09:41:00 -0500 |
commit | 6c68524b69e1bfb28f0d1aa5967fd602ed1b7ed7 (patch) | |
tree | 51797a0e7c0a404a2ed255f80b014976204c4879 /activestorage.gemspec | |
parent | 9da2c41b2fbdd7cc7e31473376e339e566900ade (diff) | |
download | rails-6c68524b69e1bfb28f0d1aa5967fd602ed1b7ed7.tar.gz rails-6c68524b69e1bfb28f0d1aa5967fd602ed1b7ed7.tar.bz2 rails-6c68524b69e1bfb28f0d1aa5967fd602ed1b7ed7.zip |
Depend on Ruby >=2.2.2 (#85)
Diffstat (limited to 'activestorage.gemspec')
-rw-r--r-- | activestorage.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
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" |