README.md in pgcli-rails-0.5.3 vs README.md in pgcli-rails-0.6.0

- old
+ new

@@ -41,10 +41,10 @@ ``` ## Requirements * Rails 4.2+ using PostgreSQL -* Ruby 2.5.0+ +* Ruby 2.6.0+ * [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 subclasses DBConsole to execute `pgcli` instead of `psql`. All you need to do is require the pgcli-rails gem by placing it in your Gemfile.