Skip to content

Commit

Permalink
another try at chrome with heroku?
Browse files Browse the repository at this point in the history
  • Loading branch information
estiens committed Jun 4, 2019
1 parent 8974939 commit 97c02a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'rack-cors', require: 'rack/cors'
gem 'redis-rails'
gem 'responders', '~> 2.0'
gem 'watir'
gem 'webdrivers', '~> 3.0'
gem 'chromedriver-helper'

group :production do
gem 'rails_12factor'
Expand Down
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ GEM
airbrake-ruby (~> 4.4)
airbrake-ruby (4.4.0)
rbtree3 (~> 0.5)
archive-zip (0.12.0)
io-like (~> 0.3.0)
arel (6.0.4)
ast (2.4.0)
autoprefixer-rails (9.6.0)
Expand All @@ -53,6 +55,9 @@ GEM
builder (3.2.3)
childprocess (1.0.1)
rake (< 13.0)
chromedriver-helper (2.1.1)
archive-zip (~> 0.10)
nokogiri (~> 1.8)
chronic (0.10.2)
clockwork (2.0.3)
tzinfo
Expand Down Expand Up @@ -113,6 +118,7 @@ GEM
multi_xml (>= 0.5.2)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
io-like (0.3.0)
jaro_winkler (1.5.2)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -269,10 +275,6 @@ GEM
watir (6.16.5)
regexp_parser (~> 1.2)
selenium-webdriver (~> 3.6)
webdrivers (3.9.4)
nokogiri (~> 1.6)
rubyzip (~> 1.0)
selenium-webdriver (~> 3.0)

PLATFORMS
ruby
Expand All @@ -282,6 +284,7 @@ DEPENDENCIES
autoprefixer-rails
better_errors
binding_of_caller
chromedriver-helper
chronic
clockwork
coffee-rails (~> 4.0.0)
Expand Down Expand Up @@ -314,7 +317,6 @@ DEPENDENCIES
stackprof
uglifier (>= 1.3.0)
watir
webdrivers (~> 3.0)

RUBY VERSION
ruby 2.5.3p105
Expand Down

0 comments on commit 97c02a3

Please sign in to comment.