diff options
author | Xavier Noria <fxn@hashref.com> | 2019-03-06 12:08:08 -0800 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2019-03-06 12:08:08 -0800 |
commit | 71e23d33aef3f69aee742a06d45f456eb35552e3 (patch) | |
tree | a94b2a6ce3a4f7c898c5e1013472009b31ea283f /activesupport/activesupport.gemspec | |
parent | a2bc42f1e78fbc48f7810abf5970268ccefaf021 (diff) | |
download | rails-71e23d33aef3f69aee742a06d45f456eb35552e3.tar.gz rails-71e23d33aef3f69aee742a06d45f456eb35552e3.tar.bz2 rails-71e23d33aef3f69aee742a06d45f456eb35552e3.zip |
Bump Zeitwerk
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 c92691afaf..a9d08c7e85 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.1" + s.add_dependency "zeitwerk", "~> 1.3", ">= 1.3.2" end |