Skip to content

Commit

Permalink
Updates the Gemfile lock to newer versions
Browse files Browse the repository at this point in the history
Signed-off-by: Franklin Webber <[email protected]>
  • Loading branch information
Franklin Webber committed Feb 25, 2018
1 parent 768df65 commit b12cee6
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,31 @@ PATH
remote: .
specs:
yard-cucumber (3.1.0)
cucumber (~> 3)
gherkin (~> 5.0)
cucumber (>= 2.0, < 4.0)
gherkin (>= 4.0, < 6.0)
yard (~> 0.8, >= 0.8.1)

GEM
remote: https://rubygems.org/
specs:
backports (3.11.0)
builder (3.2.3)
cucumber (3.1.0)
cucumber (2.2.0)
builder (>= 2.1.2)
cucumber-core (~> 3.1.0)
cucumber-expressions (~> 5.0.4)
cucumber-core (~> 1.3.0)
cucumber-wire (~> 0.0.1)
diff-lcs (~> 1.3)
gherkin (~> 5.0)
diff-lcs (>= 1.1.3)
event-bus (~> 0.1.0)
gherkin3 (~> 3.1.0)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2)
cucumber-core (3.1.0)
backports (>= 3.8.0)
cucumber-tag_expressions (~> 1.1.0)
gherkin (>= 5.0.0)
cucumber-expressions (5.0.7)
cucumber-tag_expressions (1.1.1)
cucumber-core (1.3.1)
gherkin3 (~> 3.1.0)
cucumber-wire (0.0.1)
diff-lcs (1.3)
event-bus (0.1.0)
gherkin (5.0.0)
multi_json (1.12.2)
gherkin3 (3.1.2)
multi_json (1.13.1)
multi_test (0.1.2)
rake (10.5.0)
redcarpet (3.4.0)
Expand All @@ -39,10 +36,10 @@ PLATFORMS
ruby

DEPENDENCIES
gherkin (~> 5.0)
gherkin (>= 4.0, < 6.0)
rake (~> 10)
redcarpet
yard-cucumber!

BUNDLED WITH
1.15.4
1.16.1

0 comments on commit b12cee6

Please sign in to comment.