Skip to content

Commit

Permalink
Update allure to 2.13.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrcuns committed Jun 27, 2020
1 parent d58c1a4 commit 053c0b6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ALLURE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.13.6
2.13.6.1
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
PATH
remote: allure-cucumber
specs:
allure-cucumber (2.13.6)
allure-ruby-commons (= 2.13.6)
allure-cucumber (2.13.6.1)
allure-ruby-commons (= 2.13.6.1)
cucumber (>= 4.0.0)

PATH
remote: allure-rspec
specs:
allure-rspec (2.13.6)
allure-ruby-commons (= 2.13.6)
allure-rspec (2.13.6.1)
allure-ruby-commons (= 2.13.6.1)
rspec-core (~> 3.8)
ruby2_keywords (~> 0.0.2)

PATH
remote: allure-ruby-commons
specs:
allure-ruby-commons (2.13.6)
allure-ruby-commons (2.13.6.1)
json (>= 1.8, < 3)
mime-types (~> 3.3)
require_all (>= 2, < 4)
Expand All @@ -25,7 +25,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.1)
activesupport (6.0.3.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand All @@ -39,25 +39,25 @@ GEM
coderay (1.1.2)
colorize (0.8.1)
concurrent-ruby (1.1.6)
cucumber (4.0.0)
cucumber (4.0.1)
builder (~> 3.2, >= 3.2.3)
cucumber-core (~> 7.0, >= 7.0.0)
cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
cucumber-gherkin (~> 13.0, >= 13.0.0)
cucumber-html-formatter (~> 6.0, >= 6.0.1)
cucumber-messages (~> 12.1, >= 12.1.1)
cucumber-wire (~> 3.0, >= 3.0.0)
diff-lcs (~> 1.3, >= 1.3)
diff-lcs (~> 1.3, >= 1.3, < 1.4)
multi_test (~> 0.1, >= 0.1.2)
sys-uname (~> 1.0, >= 1.0.2)
cucumber-core (7.0.0)
cucumber-gherkin (~> 13.0, >= 13.0.0)
cucumber-messages (~> 12.1, >= 12.1.1)
cucumber-tag-expressions (~> 2.0, >= 2.0.4)
cucumber-cucumber-expressions (10.2.0)
cucumber-cucumber-expressions (10.2.1)
cucumber-gherkin (13.0.0)
cucumber-messages (~> 12.0, >= 12.0.0)
cucumber-html-formatter (6.0.2)
cucumber-html-formatter (6.0.3)
cucumber-messages (~> 12.1, >= 12.1.1)
cucumber-messages (12.1.1)
protobuf-cucumber (~> 3.10, >= 3.10.8)
Expand All @@ -69,8 +69,8 @@ GEM
diff-lcs (1.3)
docile (1.3.2)
e2mmap (0.1.0)
ffi (1.13.0)
i18n (1.8.2)
ffi (1.13.1)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
json (2.3.0)
Expand Down

0 comments on commit 053c0b6

Please sign in to comment.