Skip to content

Commit

Permalink
Bump aruba from 1.0.4 to 1.1.2
Browse files Browse the repository at this point in the history
Bumps [aruba](https://github.com/cucumber/aruba) from 1.0.4 to 1.1.2.
- [Changelog](https://github.com/cucumber/aruba/blob/main/CHANGELOG.md)
- [Commits](cucumber/aruba@v1.0.4...v1.1.2)

---
updated-dependencies:
- dependency-name: aruba
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent 5c547ed commit ff2d578
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem 'aruba', '~> 1.0.4'
gem 'aruba', '~> 1.1.2'
gem 'cucumber', '~> 3.1.2'
gem 'sinatra'
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
aruba (1.0.4)
aruba (1.1.2)
bundler (>= 1.17, < 3.0)
childprocess (>= 2.0, < 5.0)
contracts (~> 0.16.0)
cucumber (>= 2.4, < 6.0)
contracts (>= 0.16.0, < 0.18.0)
cucumber (>= 2.4, < 7.0)
rspec-expectations (~> 3.4)
thor (~> 1.0)
backports (3.24.1)
builder (3.2.4)
childprocess (4.1.0)
contracts (0.16.1)
contracts (0.17)
cucumber (3.1.2)
builder (>= 2.1.2)
cucumber-core (~> 3.2.0)
Expand Down Expand Up @@ -54,7 +55,7 @@ PLATFORMS
ruby

DEPENDENCIES
aruba (~> 1.0.4)
aruba (~> 1.1.2)
cucumber (~> 3.1.2)
sinatra

Expand Down

0 comments on commit ff2d578

Please sign in to comment.