From 0caa7077267d7ef269a99a2d51213b35d7f10717 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 10:55:07 +0900 Subject: Bump active_record_query_trace from 1.6.2 to 1.7 (#12243) Bumps [active_record_query_trace](https://github.com/brunofacca/active-record-query-trace) from 1.6.2 to 1.7. - [Release notes](https://github.com/brunofacca/active-record-query-trace/releases) - [Changelog](https://github.com/brunofacca/active-record-query-trace/blob/master/HISTORY.md) - [Commits](https://github.com/brunofacca/active-record-query-trace/compare/v1.6.2...v1.7) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 1f361e4d5..295ed4073 100644 --- a/Gemfile +++ b/Gemfile @@ -126,7 +126,7 @@ group :test do end group :development do - gem 'active_record_query_trace', '~> 1.6' + gem 'active_record_query_trace', '~> 1.7' gem 'annotate', '~> 2.7' gem 'better_errors', '~> 2.5' gem 'binding_of_caller', '~> 0.7' -- cgit