Skip to content

Commit

Permalink
Merge pull request #125 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.13

Update zeitwerk requirement from >= 2.6.0, < 2.6.12 to >= 2.6.0, < 2.6.13
  • Loading branch information
brodyhoskins committed Jan 30, 2024
2 parents df18842 + c3ee978 commit b34a14f
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.15')
spec.add_dependency('tzinfo-data', '~> 1.2023', '>= 1.2023.3')
spec.add_dependency('watir', '>= 7.0', '< 7.2')
spec.add_dependency('zeitwerk', '>= 2.6.0', '< 2.6.12')
spec.add_dependency('zeitwerk', '>= 2.6.0', '< 2.6.13')

spec.required_ruby_version = '>= 3.2.0'
end

0 comments on commit b34a14f

Please sign in to comment.