Skip to content

Commit

Permalink
fixup! Test against Ruby 2.7 on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Feb 8, 2020
1 parent 765a99b commit 6174677
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ commands:
steps:
- checkout

# Install bundler
- run: gem install bundler

# Restore Cached Dependencies
- restore_cache:
name: Restore bundle cache
Expand Down

0 comments on commit 6174677

Please sign in to comment.