Skip to content

Commit

Permalink
Do not require bundler-audit in Gemfile
Browse files Browse the repository at this point in the history
Move `bundler-audit` to the `development` gem group only.
  • Loading branch information
Fabrizio Monti authored and Dan Croak committed Dec 28, 2014
1 parent e4c22d8 commit 558a9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Gemfile.erb
Expand Up @@ -25,14 +25,14 @@ gem "uglifier"
gem "unicorn"

group :development do
gem "bundler-audit"
gem "spring"
gem "spring-commands-rspec"
gem "web-console"
end

group :development, :test do
gem "awesome_print"
gem "bundler-audit", require: false
gem "byebug"
gem "dotenv-rails"
gem "factory_girl_rails"
Expand Down

0 comments on commit 558a9ce

Please sign in to comment.