aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-02-23 05:16:03 -0800
committerXavier Noria <fxn@hashref.com>2019-02-23 05:16:03 -0800
commit24092b71152a8a2db9bf32a18ac6929f393bfdd9 (patch)
treec53fb9aa5d67e19029eccd165314c6a5a410f03b /activesupport
parentbe442ccd8342baf39e73b01a6fdd38e1a3b15c2c (diff)
downloadrails-24092b71152a8a2db9bf32a18ac6929f393bfdd9.tar.gz
rails-24092b71152a8a2db9bf32a18ac6929f393bfdd9.tar.bz2
rails-24092b71152a8a2db9bf32a18ac6929f393bfdd9.zip
Upgrade Zeitwerk to 1.3.1
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/activesupport.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index 3913ce19c5..c92691afaf 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"
+ s.add_dependency "zeitwerk", "~> 1.3", ">= 1.3.1"
end