From 93bd683e838a548d87172a7ebe280d573b3038f0 Mon Sep 17 00:00:00 2001 From: YOSHIDA Hiroki Date: Fri, 31 May 2013 17:44:20 +0900 Subject: [PATCH] =?utf8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=81=8C=E9=80=9A?= =?utf8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=ABacts=5Fas=5Flist=E3=82=92?= =?utf8?q?=E3=83=80=E3=82=A6=E3=83=B3=E3=82=B0=E3=83=AC=E3=83=BC=E3=83=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 +- Gemfile.lock | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 85bd9a6..e16b4cf 100644 --- a/Gemfile +++ b/Gemfile @@ -14,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' diff --git a/Gemfile.lock b/Gemfile.lock index 06273ed..00fa382 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,10 @@ +GIT + remote: git://github.com/swanandp/acts_as_list.git + revision: 819c37df1a5cacb5990a5c2cb923531e570203f2 + ref: 819c37df1a5cacb5990a5c2cb923531e570203f + specs: + acts_as_list (0.1.4) + PATH remote: vendor/gems/lhalib-0.8.1 specs: @@ -17,7 +24,6 @@ GEM activeresource (2.3.17) activesupport (= 2.3.17) activesupport (2.3.17) - acts_as_list (0.1.9) acts_as_tree (0.1.1) addressable (2.3.4) ar_fixtures (0.0.4) @@ -80,7 +86,7 @@ PLATFORMS ruby DEPENDENCIES - acts_as_list + acts_as_list! acts_as_tree (= 0.1.1) ar_fixtures daemons -- 2.11.0