Fix Cirlce

This commit is contained in:
Ari Timonen 2020-03-24 23:04:36 +02:00
parent 34a2cdf215
commit de38e1324f

View file

@ -7,7 +7,7 @@ references:
RACK_ENV: test RACK_ENV: test
RAILS_ENV: test RAILS_ENV: test
mysql: &mysql mysql: &mysql
image: cricleci/mysql:latest image: cricleci/mysql:10.3-bionic-ram
environment: environment:
MYSQL_DATABASE: ensl MYSQL_DATABASE: ensl
MYSQL_USER: ensl MYSQL_USER: ensl
@ -24,7 +24,7 @@ jobs:
- checkout - checkout
- run: - run:
name: Bundle Update name: Bundle Update
command: gem update --system && gem install bundler command: gem update --system && gem install bundler
# Which version of bundler? # Which version of bundler?
- run: - run:
name: Which bundler? name: Which bundler?