FIX: Forgot to lock gem

This commit is contained in:
Robin Ward 2017-05-15 13:35:28 -04:00
parent e7827ee715
commit e865a44b93
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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