Skip to content

Commit

Permalink
Bump aruba from 0.14.4 to 0.14.5 (#668)
Browse files Browse the repository at this point in the history
Bumps [aruba](https://github.com/cucumber/aruba) from 0.14.4 to 0.14.5.
- [Release notes](https://github.com/cucumber/aruba/releases)
- [Changelog](https://github.com/cucumber/aruba/blob/master/CHANGELOG.md)
- [Commits](cucumber/aruba@v0.14.4...v0.14.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and tansaku committed Mar 15, 2018
1 parent 4898c54 commit f31cab7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ group :development, :test do
gem 'rspec-rails'
gem 'rspec-activemodel-mocks'
gem 'execjs'
gem 'aruba', '~> 0.14.4'
gem 'aruba', '~> 0.14.5'
gem 'byebug'
gem 'rack_session_access'
gem 'jasmine', '~> 3.1'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ GEM
airbrake-ruby (~> 2.5)
airbrake-ruby (2.8.2)
arel (8.0.0)
aruba (0.14.4)
childprocess (~> 0.8.0)
aruba (0.14.5)
childprocess (>= 0.6.3, < 0.10.0)
contracts (~> 0.9)
cucumber (>= 1.3.19)
ffi (~> 1.9.10)
Expand All @@ -85,7 +85,7 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (>= 2.0, < 4.0)
childprocess (0.8.0)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
cliver (0.3.2)
coffee-rails (4.2.2)
Expand Down Expand Up @@ -437,7 +437,7 @@ PLATFORMS

DEPENDENCIES
airbrake
aruba (~> 0.14.4)
aruba (~> 0.14.5)
binding_of_caller
bootstrap3-datetimepicker-rails
bootstrap_sortable_rails (~> 1.11.2)
Expand Down

0 comments on commit f31cab7

Please sign in to comment.