mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Skip bundle exec in rake tasks
This commit is contained in:
parent
a17ca57d6e
commit
5a845fa6df
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -1,3 +1,4 @@
|
|||
require 'bundler/setup'
|
||||
require 'bundler/gem_tasks'
|
||||
require 'rake/testtask'
|
||||
require 'rake/extensiontask'
|
||||
|
|
Loading…
Reference in a new issue