Skip to content

Commit

Permalink
chore: Update hashdiff requirement from ~> 1.0.0 to ~> 1.1.0 (#1009)
Browse files Browse the repository at this point in the history
Updates the requirements on [hashdiff](https://github.com/liufengyun/hashdiff) to permit the latest version.
- [Changelog](https://github.com/liufengyun/hashdiff/blob/master/changelog.md)
- [Commits](liufengyun/hashdiff@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: hashdiff
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 7342c05 commit cb2f421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appium_lib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|

s.add_development_dependency 'appium_thor', '~> 1.1', '>= 1.1.4'
s.add_development_dependency 'fakefs', '~> 2.5.0'
s.add_development_dependency 'hashdiff', '~> 1.0.0'
s.add_development_dependency 'hashdiff', '~> 1.1.0'
s.add_development_dependency 'posix-spawn', '~> 0.3'
s.add_development_dependency 'pry'
s.add_development_dependency 'rake', '~> 13.0'
Expand Down

0 comments on commit cb2f421

Please sign in to comment.