Skip to content

Commit

Permalink
Depends on Zeitwerk 2.5.0.beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Sep 1, 2021
1 parent c236ff6 commit 174ee7b
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 @@ -81,7 +81,7 @@ PATH
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.5.0.beta2)
zeitwerk (~> 2.5.0.beta3)
rails (7.0.0.alpha)
actioncable (= 7.0.0.alpha)
actionmailbox (= 7.0.0.alpha)
Expand Down Expand Up @@ -513,7 +513,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.5.0.beta2)
zeitwerk (2.5.0.beta3)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion activesupport/activesupport.gemspec
Expand Up @@ -36,6 +36,6 @@ Gem::Specification.new do |s|
s.add_dependency "i18n", ">= 1.6", "< 2"
s.add_dependency "tzinfo", "~> 2.0"
s.add_dependency "concurrent-ruby", "~> 1.0", ">= 1.0.2"
s.add_dependency "zeitwerk", "~> 2.5.0.beta2"
s.add_dependency "zeitwerk", "~> 2.5.0.beta3"
s.add_dependency "minitest", ">= 5.1"
end

0 comments on commit 174ee7b

Please sign in to comment.