Skip to content

Commit

Permalink
use heroku chromedriver only on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Jun 21, 2018
1 parent f35714d commit 38c1ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ gem 'sass-rails', '~> 5.0.0'
gem 'uglifier', '>= 1.3.0'

gem 'airbrake'
gem 'chromedriver-helper'
gem 'chronic'
gem 'clockwork'
gem 'connection_pool'
Expand All @@ -38,6 +37,7 @@ end
group :development do
gem 'derailed_benchmarks'
gem 'stackprof'
gem 'chromedriver-helper'
end

group :development, :test do
Expand Down

0 comments on commit 38c1ab8

Please sign in to comment.