Skip to content

Commit

Permalink
Configure Bundler to validate task dependencies (#1242)
Browse files Browse the repository at this point in the history
Rouge previously allowed Rake to be run without prepending the command
with `bundle exec`. The Rake task for updating the changelog has a
dependency that breaks this. This commit fixes that.
  • Loading branch information
ashmaroli authored and pyrmont committed Jul 2, 2019
1 parent c56e788 commit e9c02a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require 'rake/clean'
require 'pathname'
require 'bundler/setup'
require "bundler/gem_tasks"
require "rake/testtask"

Expand Down

0 comments on commit e9c02a5

Please sign in to comment.