Bundle update

This commit is contained in:
echarp 2018-09-16 23:15:04 +02:00
parent 8d3adf0308
commit 4c3894d881
2 changed files with 0 additions and 20 deletions

View File

@ -107,11 +107,8 @@ group :development do
end end
group :test do group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '~> 2.13'
# To test objects assigned in controllers, much easier... # To test objects assigned in controllers, much easier...
gem 'rails-controller-testing' gem 'rails-controller-testing'
gem 'selenium-webdriver'
end end
group :development, :test, :assets do group :development, :test, :assets do

View File

@ -80,15 +80,6 @@ GEM
bundler (~> 1.2) bundler (~> 1.2)
thor (~> 0.18) thor (~> 0.18)
byebug (10.0.2) 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) coderay (1.1.2)
coffee-rails (4.2.2) coffee-rails (4.2.2)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
@ -358,7 +349,6 @@ GEM
ruby_dep (1.5.0) ruby_dep (1.5.0)
ruby_parser (3.11.0) ruby_parser (3.11.0)
sexp_processor (~> 4.9) sexp_processor (~> 4.9)
rubyzip (1.2.2)
sass (3.5.7) sass (3.5.7)
sass-listen (~> 4.0.0) sass-listen (~> 4.0.0)
sass-listen (4.0.0) sass-listen (4.0.0)
@ -376,9 +366,6 @@ GEM
tilt tilt
sdoc (1.0.0) sdoc (1.0.0)
rdoc (>= 5.0) rdoc (>= 5.0)
selenium-webdriver (3.14.0)
childprocess (~> 0.5)
rubyzip (~> 1.2)
sexp_processor (4.11.0) sexp_processor (4.11.0)
shellany (0.0.1) shellany (0.0.1)
simple_calendar (2.3.0) simple_calendar (2.3.0)
@ -445,8 +432,6 @@ GEM
websocket-driver (0.7.0) websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3) websocket-extensions (0.1.3)
xpath (3.1.0)
nokogiri (~> 1.8)
PLATFORMS PLATFORMS
ruby ruby
@ -458,7 +443,6 @@ DEPENDENCIES
brakeman brakeman
bundler-audit bundler-audit
byebug byebug
capybara (~> 2.13)
coffee-rails coffee-rails
devise devise
devise-i18n devise-i18n
@ -503,7 +487,6 @@ DEPENDENCIES
rails-i18n rails-i18n
sassc-rails sassc-rails
sdoc sdoc
selenium-webdriver
simple_calendar simple_calendar
spring spring
spring-watcher-listen (~> 2.0.0) spring-watcher-listen (~> 2.0.0)