Skip to content

Commit

Permalink
Merge pull request #147 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.16

Update zeitwerk requirement from >= 2.6.0, < 2.6.14 to >= 2.6.0, < 2.6.16
  • Loading branch information
brodyhoskins authored Jun 12, 2024
2 parents 83ddd70 + 517a868 commit 3c458c6
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.14')
spec.add_dependency('zeitwerk', '>= 2.6.0', '< 2.6.16')

spec.required_ruby_version = '>= 3.2.0'
end

0 comments on commit 3c458c6

Please sign in to comment.