OSDN Git Service

各種プラグインを同梱
[elecoma/elecoma.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 9e7cad9..e16b4cf 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -2,6 +2,8 @@ source 'https://rubygems.org'
 source 'http://gems.github.com'
 
 gem 'rails', '2.3.17'
+gem 'rake', '~> 10.0'
+gem 'test-unit', '1.2.3'
 gem 'pg'
 gem 'rmagick', '2.13.2'
 gem 'gettext', '2.1.0'
@@ -12,7 +14,7 @@ gem 'json'
 gem 'daemons'
 gem 'moji'
 
-gem 'acts_as_list'
+gem 'acts_as_list', :git => 'git://github.com/swanandp/acts_as_list.git', :ref => '819c37df1a5cacb5990a5c2cb923531e570203f'
 gem 'acts_as_tree', '0.1.1'
 gem 'ar_fixtures'
 gem 'jpmobile', '0.0.8'