aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/activestorage.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'activestorage/activestorage.gemspec')
-rw-r--r--activestorage/activestorage.gemspec4
1 files changed, 1 insertions, 3 deletions
diff --git a/activestorage/activestorage.gemspec b/activestorage/activestorage.gemspec
index d135324700..cb1bb00a25 100644
--- a/activestorage/activestorage.gemspec
+++ b/activestorage/activestorage.gemspec
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.summary = "Local and cloud file storage framework."
s.description = "Attach cloud and local files in Rails applications."
- s.required_ruby_version = ">= 2.2.2"
+ s.required_ruby_version = ">= 2.4.1"
s.license = "MIT"
@@ -29,6 +29,4 @@ Gem::Specification.new do |s|
s.add_dependency "activerecord", version
s.add_dependency "marcel", "~> 0.3.1"
-
- s.add_development_dependency "webmock", "~> 3.2.1"
end