diff options
author | Xavier Noria <fxn@hashref.com> | 2019-04-09 11:06:44 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2019-04-09 11:06:44 +0200 |
commit | 9b5401fcc9624be9bd60331d59169267ae2f7bac (patch) | |
tree | 1e28b8596386b03ecfc526ec9e5eb81d3678fc2e /activesupport/activesupport.gemspec | |
parent | 496e8ee9370e9f165fd1f5d2620296299a6a8649 (diff) | |
download | rails-9b5401fcc9624be9bd60331d59169267ae2f7bac.tar.gz rails-9b5401fcc9624be9bd60331d59169267ae2f7bac.tar.bz2 rails-9b5401fcc9624be9bd60331d59169267ae2f7bac.zip |
depend on Zeitwerk 2.1.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 e719fc6176..546cc1797a 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", "~> 2.0" + s.add_dependency "zeitwerk", "~> 2.1" end |