Skip to content

Commit

Permalink
Bump guard-cucumber from 1.5.4 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [guard-cucumber](https://github.com/guard/guard-cucumber) from 1.5.4 to 3.0.0.
- [Release notes](https://github.com/guard/guard-cucumber/releases)
- [Changelog](https://github.com/guard/guard-cucumber/blob/master/CHANGELOG.md)
- [Commits](guard/guard-cucumber@v1.5.4...v3.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 12, 2020
1 parent 21e2d92 commit 43f8138
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ group :development, :test do
gem 'coveralls', '~> 0.8', require: false
gem 'simplecov', '~> 0.16'
gem 'guard-rspec', '~> 4.7'
gem 'guard-cucumber', '~> 1.5'
gem 'guard-cucumber', '~> 3.0'
gem 'guard-bundler', '~> 2.2'
gem 'webmock', '~> 3.9', require: false
gem 'pry', '~> 0.13'
Expand Down
31 changes: 18 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,21 +141,28 @@ GEM
thor
typhoeus
uri_template
cucumber (2.0.2)
cucumber (3.2.0)
builder (>= 2.1.2)
cucumber-core (~> 1.2.0)
diff-lcs (>= 1.1.3)
gherkin (~> 2.12)
cucumber-core (~> 3.2.0)
cucumber-expressions (~> 6.0.1)
cucumber-wire (~> 0.0.1)
diff-lcs (~> 1.3)
gherkin (~> 5.1.0)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2)
cucumber-core (1.2.0)
gherkin (~> 2.12.0)
cucumber-core (3.2.1)
backports (>= 3.8.0)
cucumber-tag_expressions (~> 1.1.0)
gherkin (~> 5.0)
cucumber-expressions (6.0.1)
cucumber-rails (1.4.5)
capybara (>= 1.1.2, < 3)
cucumber (>= 1.3.8, < 4)
mime-types (>= 1.16, < 4)
nokogiri (~> 1.5)
railties (>= 3, < 5.1)
cucumber-tag_expressions (1.1.1)
cucumber-wire (0.0.1)
curb (0.9.11)
daemons (1.3.1)
data_uri (0.1.0)
Expand Down Expand Up @@ -360,8 +367,7 @@ GEM
multi_json (~> 1.0)
net-http-persistent (>= 2.7)
net-http-pipeline
gherkin (2.12.2)
multi_json (~> 1.3)
gherkin (5.1.0)
git (1.7.0)
rchardet (~> 1.8)
globalid (0.4.2)
Expand All @@ -380,10 +386,9 @@ GEM
guard (~> 2.2)
guard-compat (~> 1.1)
guard-compat (1.2.1)
guard-cucumber (1.5.4)
cucumber (>= 1.3.0)
guard-compat (~> 1.0)
nenv (~> 0.1)
guard-cucumber (3.0.0)
cucumber (>= 3.1)
nenv (>= 0.1)
guard-rspec (4.7.3)
guard (~> 2.1)
guard-compat (~> 1.1)
Expand Down Expand Up @@ -805,7 +810,7 @@ DEPENDENCIES
font-awesome-rails (~> 4.7)
foreman (~> 0.87)
guard-bundler (~> 2.2)
guard-cucumber (~> 1.5)
guard-cucumber (~> 3.0)
guard-rspec (~> 4.7)
jbuilder (~> 2.9)
jquery-dotdotdot-rails (~> 1.6)
Expand Down

0 comments on commit 43f8138

Please sign in to comment.