Skip to content

Commit

Permalink
Auto maintain ruby version in comparisons doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Nov 17, 2019
1 parent b02b238 commit c6a1593
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ namespace :bump do
%r{circleci/ruby:([\d\.]+)} => latest
replace_in_file ".circleci/Dockerfile",
%r{circleci/ruby:([\d\.]+)} => latest
replace_in_file "docs/comparisons.md",
/ruby version\s*\|\s*([\d\.]+)/i => lowest_minor

travis = YAML.safe_load(open(".travis.yml"))
travis["rvm"] = RubyVersions.latest_supported_patches + ["ruby-head"]
Expand Down

0 comments on commit c6a1593

Please sign in to comment.