Skip to content

Commit

Permalink
bumps Zeitwerk
Browse files Browse the repository at this point in the history
This version makes eager loading and autoloading consistent,
as documented in the upgrading guide.
  • Loading branch information
fxn committed Jun 30, 2019
1 parent 49073fa commit 72e257b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -71,7 +71,7 @@ PATH
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.1, >= 2.1.4)
zeitwerk (~> 2.1, >= 2.1.8)
rails (6.1.0.alpha)
actioncable (= 6.1.0.alpha)
actionmailbox (= 6.1.0.alpha)
Expand Down Expand Up @@ -523,7 +523,7 @@ GEM
websocket-extensions (0.1.3)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.1.4)
zeitwerk (2.1.8)

PLATFORMS
java
Expand Down
2 changes: 1 addition & 1 deletion activesupport/activesupport.gemspec
Expand Up @@ -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.1", ">= 2.1.4"
s.add_dependency "zeitwerk", "~> 2.1", ">= 2.1.8"
end

0 comments on commit 72e257b

Please sign in to comment.