From 8d2ded95c89de74bacdfdeda894636b511e06953 Mon Sep 17 00:00:00 2001 From: connorshea <connor.james.shea@gmail.com> Date: Thu, 24 Mar 2016 20:21:32 -0600 Subject: [PATCH] Upgrade Bullet to 5.0.0 Includes Rails 5 support. See changelog for details (https://github.com/flyerhzm/bullet/blob/master/CHANGELOG.md). --- Gemfile.lock | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 16c09ab6e6d84..4f9c404dc6d91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,7 @@ GEM terminal-table (~> 1.4) browser (1.0.1) builder (3.2.2) - bullet (4.14.10) + bullet (5.0.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.9.0) bundler-audit (0.4.0) @@ -1064,3 +1064,6 @@ DEPENDENCIES web-console (~> 2.0) webmock (~> 1.21.0) wikicloth (= 0.8.1) + +BUNDLED WITH + 1.11.2 -- GitLab