README.md in query_diet-0.7.0 vs README.md in query_diet-0.7.1

- old
+ new

@@ -1,6 +1,6 @@ -Query Diet [![Build Status](https://travis-ci.org/makandra/query_diet.svg?branch=master)](https://travis-ci.org/makandra/query_diet) +Query Diet [![Tests](https://github.com/makandra/query_diet/workflows/Tests/badge.svg)](https://github.com/makandra/query_diet/actions) ========== Query Diet counts the number of database queries for the last request and *subtly* displays it in the upper right corner of your screen. The display turns red if too many queries are run, or if they take too long. This is useful to prevent [N + 1 queries](http://guides.rubyonrails.org/active_record_querying.html#eager-loading-associations) from creeping into your code. @@ -65,10 +65,10 @@ policy.style_src :self, :unsafe_inline ``` ### Rails compatibility -The gem is tested to work with Rails 3.2+ and Ruby 2.0+. +The gem is tested to work with Rails 3.2+ and Ruby 2.5.8+. For Rails 2.3 and Ruby 1.8.7 support, use a version < 0.6. Credits