aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-04-23 00:36:14 +0200
committerXavier Noria <fxn@hashref.com>2019-04-23 01:18:21 +0200
commit1b2efe5a111941d57edbaf2be7f3a94eb02b5f9d (patch)
tree6829f4218faa04a0ac7b2cf571eb9e9281e67b1a /activesupport/activesupport.gemspec
parentcc834db1d0815744cfa173813c05d928e008e167 (diff)
downloadrails-1b2efe5a111941d57edbaf2be7f3a94eb02b5f9d.tar.gz
rails-1b2efe5a111941d57edbaf2be7f3a94eb02b5f9d.tar.bz2
rails-1b2efe5a111941d57edbaf2be7f3a94eb02b5f9d.zip
upgrades Zeitwerk to 2.1.4
This commit more or less undoes 9b5401f, restores autoloaded? not to touch the descendants tracker, and autoloaded_constants because it is documented in the guide.
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 dd2340cdd3..7ecbafc911 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", "~> 2.1", ">= 2.1.2"
+ s.add_dependency "zeitwerk", "~> 2.1", ">= 2.1.4"
end