2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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