Skip to content

Commit

Permalink
Constrain Zeitwerk to 2.6.5 (#1059)
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Waite <[email protected]>
  • Loading branch information
andyw8 and andyw8 authored Nov 15, 2022
1 parent 529dda7 commit 9ef0f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PATH
openssl
securerandom
sorbet-runtime
zeitwerk (~> 2.5)
zeitwerk (~> 2.5, < 2.6.5)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion shopify_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("openssl")
s.add_runtime_dependency("securerandom")
s.add_runtime_dependency("sorbet-runtime")
s.add_runtime_dependency("zeitwerk", "~> 2.5")
s.add_runtime_dependency("zeitwerk", "~> 2.5", "< 2.6.5") # https://github.com/Shopify/shopify-api-ruby/issues/1058

s.add_development_dependency("activesupport")
s.add_development_dependency("pry-byebug")
Expand Down

0 comments on commit 9ef0f17

Please sign in to comment.