Skip to content

Commit

Permalink
update circleci image to ruby 2.4.5 to use the latest chrome version
Browse files Browse the repository at this point in the history
  • Loading branch information
christinach committed Feb 16, 2019
1 parent b2fb905 commit fe79860
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
working_directory: ~/pomegranate
docker:
# The primary container is an instance of the first list image listed. Your build commands run in this container.
- image: circleci/ruby:2.3.7-node-browsers
- image: circleci/ruby:2.4.5-node-browsers
environment:
RAILS_ENV: test
NODE_ENV: test
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
rubocop:
working_directory: ~/pomegranate
docker:
- image: circleci/ruby:2.3.7-node-browsers
- image: circleci/ruby:2.4.5-node-browsers
environment:
RAILS_ENV: test
POMEGRANATE_DB_HOST: localhost
Expand All @@ -61,7 +61,7 @@ jobs:
test:
working_directory: ~/pomegranate
docker:
- image: circleci/ruby:2.3.7-node-browsers
- image: circleci/ruby:2.4.5-node-browsers
environment:
RAILS_ENV: test
POMEGRANATE_DB_HOST: localhost
Expand Down

0 comments on commit fe79860

Please sign in to comment.