Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary Ruby version specification on CI
This commit removes unnecessary Ruby version specification of Docker image on CircleCI config. The latest version is used if version is not specified, ```console % docker pull circleci/ruby Using default tag: latest latest: Pulling from circleci/ruby (snip) ``` With this change we don't have to update the version.
- Loading branch information