1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

We are using the try operator

This commit is contained in:
David Heinemeier Hansson 2017-07-06 15:12:53 +02:00
parent 87ad273659
commit ef91f61fe5

View file

@ -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"