Skip to content

Commit a7dbd63

Browse files
chore: Update hashdiff requirement from ~> 1.1.0 to ~> 1.2.0 (#1071)
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.1.0...v1.2.0) --- updated-dependencies: - dependency-name: hashdiff dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 710884d commit a7dbd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gemspec
1717

1818
gem 'appium_thor', '~> 2.0'
1919
gem 'fakefs', '~> 3.0.0'
20-
gem 'hashdiff', '~> 1.1.0'
20+
gem 'hashdiff', '~> 1.2.0'
2121
gem 'minitest', '~> 5.0'
2222
gem 'minitest-reporters', '~> 1.1'
2323
gem 'pry'

0 commit comments

Comments
 (0)