diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-06 15:12:53 +0200 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-06 15:12:53 +0200 |
commit | ef91f61fe53d6985d4aea891305e64d6340db5cb (patch) | |
tree | 09725c74547deb035ede9292d680cf43436de6fa /activestorage.gemspec | |
parent | 87ad273659ef261f51dafee4ca1cc097b9ffd1bd (diff) | |
download | rails-ef91f61fe53d6985d4aea891305e64d6340db5cb.tar.gz rails-ef91f61fe53d6985d4aea891305e64d6340db5cb.tar.bz2 rails-ef91f61fe53d6985d4aea891305e64d6340db5cb.zip |
We are using the try operator
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 4670bd1502..afaad2af6d 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 = ">= 1.9.3" + s.required_ruby_version = ">= 2.3.0" s.add_dependency "activesupport", ">= 5.1" s.add_dependency "activerecord", ">= 5.1" |