From e4270dcd4487ba52d867a35dd60e48ea4c105c89 Mon Sep 17 00:00:00 2001 From: Jon Samwell Date: Mon, 3 Feb 2020 15:48:47 +1100 Subject: [PATCH] chore(libs): update Gherkin lib --- CHANGELOG.md | 3 +++ pubspec.lock | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 982324c..5899d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.1.7+5] - 03/02/2019 +* Updated to latest Gherkin library (see https://github.com/jonsamwell/dart_gherkin/blob/master/CHANGELOG.md#1163---03022019) + ## [1.1.7+4] - 31/01/2019 * Update check to determine if any devices are connected to run tests against * When the flag `verboseFlutterProcessLogs` was true Flutter driver was preemptively connecting to the app when it was not ready diff --git a/pubspec.lock b/pubspec.lock index e1a112a..432b8e9 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -118,7 +118,7 @@ packages: name: gherkin url: "https://pub.dartlang.org" source: hosted - version: "1.1.6+3" + version: "1.1.6+4" glob: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 0ed7407..685d2c3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_gherkin description: A Gherkin / Cucumber parser and test runner for Dart and Flutter -version: 1.1.7+4 +version: 1.1.7+5 author: Jon Samwell homepage: https://github.com/jonsamwell/flutter_gherkin @@ -16,7 +16,7 @@ dependencies: sdk: flutter glob: ^1.1.7 meta: ">=1.1.6 <2.0.0" - gherkin: ^1.1.6+3 + gherkin: ^1.1.6+4 # gherkin: # path: ../dart_gherkin