mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
rake: add bundler/gem_tasks
This commit is contained in:
parent
1981b38063
commit
ab0d17c3ef
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
|
@ -1,5 +1,6 @@
|
|||
require "rubygems"
|
||||
require "bundler/setup"
|
||||
require 'bundler/gem_tasks'
|
||||
require 'rake/testtask'
|
||||
|
||||
namespace :test do
|
||||
|
|
|
|||
Loading…
Reference in a new issue