From e865a44b93cdc0779cbc696eac0c72d4680984a3 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Mon, 15 May 2017 13:35:28 -0400 Subject: [PATCH] FIX: Forgot to lock gem --- Gemfile | 2 +- Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index afba38ddc4b..607322dca3e 100644 --- a/Gemfile +++ b/Gemfile @@ -140,7 +140,7 @@ group :test, :development do gem 'spork-rails' gem 'pry-nav' gem 'byebug', require: ENV['RM_INFO'].nil? - gem "bundle-audit", require: false + gem "bundler-audit", require: false end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index aa006ab0318..3620aac23e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,6 +68,9 @@ GEM bullet (5.4.2) activesupport (>= 3.0.0) uniform_notifier (~> 1.10.0) + bundler-audit (0.5.0) + bundler (~> 1.2) + thor (~> 0.18) byebug (9.0.6) certified (1.0.0) coderay (1.1.1) @@ -402,6 +405,7 @@ DEPENDENCIES binding_of_caller bootsnap bullet + bundler-audit byebug certified discourse-qunit-rails