aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-04-07 12:30:34 +0200
committerXavier Noria <fxn@hashref.com>2019-04-07 13:05:26 +0200
commit57c7cbb1623c0e8befc58988a34bbb9896fd226a (patch)
tree56160343a026cd0fc0bf7e64c988b6937c224aed /activesupport/activesupport.gemspec
parentc9e4c848eeeb8999b778fa1ae52185ca5537fffe (diff)
downloadrails-57c7cbb1623c0e8befc58988a34bbb9896fd226a.tar.gz
rails-57c7cbb1623c0e8befc58988a34bbb9896fd226a.tar.bz2
rails-57c7cbb1623c0e8befc58988a34bbb9896fd226a.zip
depend on Zeitwerk 2
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 bf0fe0f76d..e719fc6176 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.4", ">= 1.4.3"
+ s.add_dependency "zeitwerk", "~> 2.0"
end