From 96242410a8ce8d2de60483002ac20526f3f64c90 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 11 Mar 2019 16:11:35 -0700 Subject: bump Zeitwerk to 1.3.3 --- Gemfile.lock | 6 +++--- activesupport/activesupport.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c778569e72..cc2bb76150 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, >= 1.3.2) + zeitwerk (~> 1.3, >= 1.3.3) rails (6.0.0.beta2) actioncable (= 6.0.0.beta2) actionmailbox (= 6.0.0.beta2) @@ -277,7 +277,7 @@ GEM hiredis (0.6.3-java) http_parser.rb (0.6.0) httpclient (2.8.3) - i18n (1.5.3) + i18n (1.6.0) concurrent-ruby (~> 1.0) image_processing (1.7.1) mini_magick (~> 4.0) @@ -517,7 +517,7 @@ GEM websocket-extensions (0.1.3) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (1.3.2) + zeitwerk (1.3.3) PLATFORMS java diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index 2781d4e6f7..8409a0c420 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.2" + s.add_dependency "zeitwerk", "~> 1.3", ">= 1.3.3" end -- cgit v1.2.3