README.md in pgcli-rails-0.8.1 vs README.md in pgcli-rails-0.9.0

- old
+ new

@@ -42,10 +42,10 @@ ``` ## Requirements * Rails 4.2+ using PostgreSQL -* Ruby 3.0+ +* Ruby 3.1+ * [pgcli][] (`brew install pgcli` to install on macOS) ## How it works pgcli-rails is simply a Rake task that reuses the existing `Rails::DBConsole` command class provided by Rails. It applies a monkey patch so that `pgcli` is executed instead of `psql`. All you need to do is require the pgcli-rails gem by placing it in your Gemfile.