Package: ruby-redis-rack / 2.0.2-2

remove-bundler-dependecy Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Bundler
 Remove the dependency on bundler
Author: Balasankar C <balasankarc@autistici.org>
Last-Update: 2014-12-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,4 +1,3 @@
-require 'bundler/setup'
 require 'minitest/autorun'
 require 'mocha/setup'
 require 'rack'