aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-03-11 16:11:35 -0700
committerXavier Noria <fxn@hashref.com>2019-03-11 16:11:35 -0700
commit96242410a8ce8d2de60483002ac20526f3f64c90 (patch)
tree11d7ca91a621390752d7ffa7d2ca74ef2bc1faa9 /activesupport/activesupport.gemspec
parent9f0e83b7c5d9d24f6da7a04ea1d1546f29920f32 (diff)
downloadrails-96242410a8ce8d2de60483002ac20526f3f64c90.tar.gz
rails-96242410a8ce8d2de60483002ac20526f3f64c90.tar.bz2
rails-96242410a8ce8d2de60483002ac20526f3f64c90.zip
bump Zeitwerk to 1.3.3
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 2781d4e6f7..8409a0c420 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.3", ">= 1.3.2"
+ s.add_dependency "zeitwerk", "~> 1.3", ">= 1.3.3"
end