aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-04-09 11:06:44 +0200
committerXavier Noria <fxn@hashref.com>2019-04-09 11:06:44 +0200
commit9b5401fcc9624be9bd60331d59169267ae2f7bac (patch)
tree1e28b8596386b03ecfc526ec9e5eb81d3678fc2e /activesupport/activesupport.gemspec
parent496e8ee9370e9f165fd1f5d2620296299a6a8649 (diff)
downloadrails-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.gemspec2
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