Skip to content

Commit

Permalink
Use just latest Ruby for some jobs
Browse files Browse the repository at this point in the history
It doesn't specifically need to be 2.5 or 2.6.
  • Loading branch information
bquorning committed Dec 28, 2018
1 parent f0e9aee commit 2474c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rubocop: &rubocop
jobs:
confirm_config_and_documentation:
docker:
- image: circleci/ruby:2.5
- image: circleci/ruby
steps:
- checkout
- run: bundle install
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:

code-climate:
docker:
- image: circleci/ruby:2.5
- image: circleci/ruby
steps:
- checkout
- run: bundle install
Expand Down

0 comments on commit 2474c21

Please sign in to comment.