Skip to content

Commit

Permalink
Update measured requirement from >= 2.0, < 2.8.3 to >= 2.0, < 3.0.1
Browse files Browse the repository at this point in the history
Updates the requirements on [measured](https://github.com/Shopify/measured) to permit the latest version.
- [Changelog](https://github.com/Shopify/measured/blob/main/CHANGELOG.md)
- [Commits](Shopify/measured@v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: measured
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 6cc5739 commit 9f44d9c
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 @@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
spec.add_dependency('activesupport', '>= 4.2', '< 7.1.4')
spec.add_dependency('active_utils', '>= 3.3.1', '< 3.5.0')
spec.add_dependency('httparty', '~> 0.10')
spec.add_dependency('measured', '>= 2.0', '< 2.8.3')
spec.add_dependency('measured', '>= 2.0', '< 3.0.1')
spec.add_dependency('mimemagic', '~> 0.4.3')
spec.add_dependency('nokogiri', '>= 1.6', '< 1.17')
spec.add_dependency('place_kit', '~> 0.0.2')
Expand Down

0 comments on commit 9f44d9c

Please sign in to comment.