aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-03-23 14:42:24 +0100
committerXavier Noria <fxn@hashref.com>2019-03-23 14:42:24 +0100
commit3acf5f71f0a8bbb8d6b2601810f4face5f9291ee (patch)
tree3011182acbf421ae49a9003214290d6e1f406e84 /activesupport/activesupport.gemspec
parent430b84195113ad38cbb024ff0377f85245a589ba (diff)
downloadrails-3acf5f71f0a8bbb8d6b2601810f4face5f9291ee.tar.gz
rails-3acf5f71f0a8bbb8d6b2601810f4face5f9291ee.tar.bz2
rails-3acf5f71f0a8bbb8d6b2601810f4face5f9291ee.zip
Depend on Zeitwerk 1.4.2
Diffstat (limited to 'activesupport/activesupport.gemspec')
-rw-r--r--activesupport/activesupport.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index 51f5086cca..be041944f6 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -34,5 +34,5 @@ Gem::Specification.new do |s|
s.add_dependency "tzinfo", "~> 1.1"
s.add_dependency "minitest", "~> 5.1"
s.add_dependency "concurrent-ruby", "~> 1.0", ">= 1.0.2"
- s.add_dependency "zeitwerk", "~> 1.4"
+ s.add_dependency "zeitwerk", "~> 1.4", ">= 1.4.2"
end