Skip to content

Commit fe6b3b2

Browse files
committed
Remove capybara and webdriver gems for now (unused for API)
1 parent d6d0579 commit fe6b3b2

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ group :development, :test do
1515
end
1616

1717
group :test do
18-
gem 'capybara', '>= 2.15'
19-
gem 'chromedriver-helper'
18+
# gem 'capybara'
19+
# gem 'chromedriver-helper'
2020
gem 'coveralls'
2121
gem 'fuubar'
2222
gem 'rspec-rails'
2323
gem 'shoulda-callback-matchers'
2424
gem 'shoulda-matchers'
2525
gem 'simplecov', require: false
26-
gem 'selenium-webdriver'
26+
# gem 'selenium-webdriver'
2727
end

Gemfile.lock

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -101,18 +101,6 @@ GEM
101101
debug_inspector (>= 0.0.1)
102102
builder (3.2.4)
103103
byebug (11.1.3)
104-
capybara (3.38.0)
105-
addressable
106-
matrix
107-
mini_mime (>= 0.1.3)
108-
nokogiri (~> 1.8)
109-
rack (>= 1.6.0)
110-
rack-test (>= 0.6.3)
111-
regexp_parser (>= 1.5, < 3.0)
112-
xpath (~> 3.2)
113-
chromedriver-helper (2.1.1)
114-
archive-zip (~> 0.10)
115-
nokogiri (~> 1.8)
116104
coderay (1.1.3)
117105
concurrent-ruby (1.2.2)
118106
coveralls (0.7.1)
@@ -400,8 +388,6 @@ DEPENDENCIES
400388
better_together!
401389
binding_of_caller
402390
byebug
403-
capybara (>= 2.15)
404-
chromedriver-helper
405391
coveralls
406392
execjs
407393
factory_bot_rails
@@ -418,7 +404,6 @@ DEPENDENCIES
418404
rspec-rails
419405
rswag
420406
rubocop
421-
selenium-webdriver
422407
shoulda-callback-matchers
423408
shoulda-matchers
424409
simplecov

0 commit comments

Comments
 (0)