diff options
author | Xavier Noria <fxn@hashref.com> | 2019-03-19 10:03:56 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2019-03-19 13:07:31 +0100 |
commit | 3d0850bfb8b6d0e4acce489a86353a21fd4df21a (patch) | |
tree | e8683bb1778854a58e60571da23af2ebd812a0d9 /activesupport/activesupport.gemspec | |
parent | 4a797074e40916d85012461a92310b46d396428a (diff) | |
download | rails-3d0850bfb8b6d0e4acce489a86353a21fd4df21a.tar.gz rails-3d0850bfb8b6d0e4acce489a86353a21fd4df21a.tar.bz2 rails-3d0850bfb8b6d0e4acce489a86353a21fd4df21a.zip |
depend on Zeitwerk 1.4.0
Diffstat (limited to 'activesupport/activesupport.gemspec')
-rw-r--r-- | activesupport/activesupport.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index e55d73c717..51f5086cca 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.4" + s.add_dependency "zeitwerk", "~> 1.4" end |