From 24092b71152a8a2db9bf32a18ac6929f393bfdd9 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 23 Feb 2019 05:16:03 -0800 Subject: Upgrade Zeitwerk to 1.3.1 --- Gemfile.lock | 4 ++-- activesupport/activesupport.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cd75cf0837..a291e94936 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,7 +70,7 @@ PATH i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - zeitwerk (~> 1.3) + zeitwerk (~> 1.3, >= 1.3.1) rails (6.0.0.beta1) actioncable (= 6.0.0.beta1) actionmailbox (= 6.0.0.beta1) @@ -517,7 +517,7 @@ GEM websocket-extensions (0.1.3) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (1.3.0) + zeitwerk (1.3.1) PLATFORMS java diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index 3913ce19c5..c92691afaf 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" + s.add_dependency "zeitwerk", "~> 1.3", ">= 1.3.1" end -- cgit v1.2.3