aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-02-21 14:27:32 -0800
committerXavier Noria <fxn@hashref.com>2019-02-21 14:27:32 -0800
commit159b9c40dbe10451ba773ced84a39c4ecced21f4 (patch)
treed4719717b2b9653bfc6ced89d61b2d02c535e022 /activesupport/activesupport.gemspec
parent3b6602aa7a01fb415fce07ef32458b131e5762e1 (diff)
downloadrails-159b9c40dbe10451ba773ced84a39c4ecced21f4.tar.gz
rails-159b9c40dbe10451ba773ced84a39c4ecced21f4.tar.bz2
rails-159b9c40dbe10451ba773ced84a39c4ecced21f4.zip
bump Zeitwerk
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 2fa0623a9c..3913ce19c5 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.2"
+ s.add_dependency "zeitwerk", "~> 1.3"
end