Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #578 from y-yagi/fix_build
Browse files Browse the repository at this point in the history
need load selenium before
  • Loading branch information
y-yagi committed Sep 18, 2018
2 parents 3995336 + b6b9acc commit 043fa34
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
ruby '2.5.1'

source 'https://rubygems.org'

gem 'rails', '5.2.1'

gem 'active_decorator'
Expand Down Expand Up @@ -66,7 +64,7 @@ group :test do
gem 'minitest-sub_test_case'
gem 'vcr'
gem 'webmock'
gem 'chromedriver-helper'
gem 'selenium-webdriver'
gem 'chromedriver-helper'
gem 'screenshot_opener'
end

0 comments on commit 043fa34

Please sign in to comment.