aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-03-14 14:42:12 -0700
committerXavier Noria <fxn@hashref.com>2019-03-14 14:42:12 -0700
commit85984e50311b7138504abe1be9bbe99f96dde8ef (patch)
treeea032a7b6b31a490a5a0ce1eeebaa03cf0741101 /activesupport/activesupport.gemspec
parent43fc7b476b483a89dacf9964ccf288f6bc6e1595 (diff)
downloadrails-85984e50311b7138504abe1be9bbe99f96dde8ef.tar.gz
rails-85984e50311b7138504abe1be9bbe99f96dde8ef.tar.bz2
rails-85984e50311b7138504abe1be9bbe99f96dde8ef.zip
bumps 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 8409a0c420..e55d73c717 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.3"
+ s.add_dependency "zeitwerk", "~> 1.3", ">= 1.3.4"
end