Skip to content

Commit

Permalink
Merge pull request #155 from next-tms/dependabot/bundler/zeitwerk-gte…
Browse files Browse the repository at this point in the history
…-2.6.0-and-lt-2.6.19

Update zeitwerk requirement from >= 2.6.0, < 2.6.17 to >= 2.6.0, < 2.6.19
  • Loading branch information
brodyhoskins authored Sep 25, 2024
2 parents 37cd0d8 + becf19a commit 2fa2a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freight_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Gem::Specification.new do |spec|
spec.add_dependency('savon', '>= 2.0', '< 2.16')
spec.add_dependency('tzinfo-data', '~> 1.2023', '>= 1.2023.3')
spec.add_dependency('watir', '>= 7.0', '< 7.4')
spec.add_dependency('zeitwerk', '>= 2.6.0', '< 2.6.17')
spec.add_dependency('zeitwerk', '>= 2.6.0', '< 2.6.19')

spec.required_ruby_version = '>= 3.2.0'
end

0 comments on commit 2fa2a16

Please sign in to comment.