README.md in bundleup-2.2.6 vs README.md in bundleup-2.3.0

- old
+ new

@@ -1,9 +1,10 @@ # bundleup -[![Gem Version](https://badge.fury.io/rb/bundleup.svg)](http://badge.fury.io/rb/bundleup) -[![Build Status](https://mattbrictson.semaphoreci.com/badges/bundleup/branches/main.svg?style=shields)](https://mattbrictson.semaphoreci.com/projects/bundleup) +[![Gem Version](https://img.shields.io/gem/v/bundleup)](https://rubygems.org/gems/bundleup) +[![Gem Downloads](https://img.shields.io/gem/dt/bundleup)](https://www.ruby-toolbox.com/projects/bundleup) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mattbrictson/bundleup/ci.yml)](https://github.com/mattbrictson/bundleup/actions/workflows/ci.yml) **Run `bundleup` on a Ruby project containing a Gemfile to see what gem dependencies need updating.** It is a friendlier command-line interface to [Bundler’s][bundler] `bundle update` and `bundle outdated`. You might like bundleup because it: @@ -17,10 +18,10 @@ <img src="./demo.gif" width="682" height="351" alt="Sample output"> ## Requirements - Bundler 1.16 or later -- Ruby 2.6 or later +- Ruby 3.0 or later ## Usage Assuming you have a Ruby environment, all you need to do is install the bundleup gem: