[DRE-commits] [ruby-acts-as-list] 02/03: Revert "Remove gem 'activerecord', '>= 1.15.4.7794' from list_test.rb."

Andrew Lee ajqlee at moszumanska.debian.org
Tue Sep 15 11:46:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

ajqlee pushed a commit to branch master
in repository ruby-acts-as-list.

commit 81b2e35d36bc6cb8e90fcce2c698ee69c9eb7455
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date:   Tue Sep 15 19:44:13 2015 +0800

    Revert "Remove gem 'activerecord', '>= 1.15.4.7794' from list_test.rb."
    
    This reverts commit 78939854b35fdec89f539f298c83aba7717d8746.
---
 test/list_test.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/list_test.rb b/test/list_test.rb
index ade94cc..1ee6342 100644
--- a/test/list_test.rb
+++ b/test/list_test.rb
@@ -1,6 +1,7 @@
 require 'test/unit'
 
 require 'rubygems'
+gem 'activerecord', '>= 1.15.4.7794'
 require 'active_record'
 
 require "#{File.dirname(__FILE__)}/../lib/acts_as_list"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-acts-as-list.git



More information about the Pkg-ruby-extras-commits mailing list