diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-10-29 10:55:07 +0900 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2019-10-29 10:55:07 +0900 |
commit | 0caa7077267d7ef269a99a2d51213b35d7f10717 (patch) | |
tree | 20b7ec5fd293e5526cc9c5a4f5bbafcfd1353c3d /Gemfile | |
parent | 254ddfc08a5478ade8003754ade32ab21cf9d8e2 (diff) |
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] <support@dependabot.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
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' |