diff --git a/Gemfile b/Gemfile index e6a191b8f..b32bc6f76 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 13f3f5529..51c7e1a25 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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)