From 4c3894d88157773edd763cc264a3496432230829 Mon Sep 17 00:00:00 2001 From: echarp Date: Sun, 16 Sep 2018 23:15:04 +0200 Subject: [PATCH] Bundle update --- Gemfile | 3 --- Gemfile.lock | 17 ----------------- 2 files changed, 20 deletions(-) diff --git a/Gemfile b/Gemfile index ee080f33..cf81456d 100644 --- a/Gemfile +++ b/Gemfile @@ -107,11 +107,8 @@ group :development do end group :test do - # Adds support for Capybara system testing and selenium driver - gem 'capybara', '~> 2.13' # To test objects assigned in controllers, much easier... gem 'rails-controller-testing' - gem 'selenium-webdriver' end group :development, :test, :assets do diff --git a/Gemfile.lock b/Gemfile.lock index a27f2b71..cb17c72b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,15 +80,6 @@ GEM bundler (~> 1.2) thor (~> 0.18) byebug (10.0.2) - capybara (2.18.0) - addressable - mini_mime (>= 0.1.3) - nokogiri (>= 1.3.3) - rack (>= 1.0.0) - rack-test (>= 0.5.4) - xpath (>= 2.0, < 4.0) - childprocess (0.9.0) - ffi (~> 1.0, >= 1.0.11) coderay (1.1.2) coffee-rails (4.2.2) coffee-script (>= 2.2.0) @@ -358,7 +349,6 @@ GEM ruby_dep (1.5.0) ruby_parser (3.11.0) sexp_processor (~> 4.9) - rubyzip (1.2.2) sass (3.5.7) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -376,9 +366,6 @@ GEM tilt sdoc (1.0.0) rdoc (>= 5.0) - selenium-webdriver (3.14.0) - childprocess (~> 0.5) - rubyzip (~> 1.2) sexp_processor (4.11.0) shellany (0.0.1) simple_calendar (2.3.0) @@ -445,8 +432,6 @@ GEM websocket-driver (0.7.0) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.3) - xpath (3.1.0) - nokogiri (~> 1.8) PLATFORMS ruby @@ -458,7 +443,6 @@ DEPENDENCIES brakeman bundler-audit byebug - capybara (~> 2.13) coffee-rails devise devise-i18n @@ -503,7 +487,6 @@ DEPENDENCIES rails-i18n sassc-rails sdoc - selenium-webdriver simple_calendar spring spring-watcher-listen (~> 2.0.0)