aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMichel Etienne2013-02-07 16:22:58 +0100
committerMichel Etienne2013-02-07 16:22:58 +0100
commitced4e122d9204e0e507f0a34c53f978c4d73c45d (patch)
treed22becd1906fd07959295ef1e2273c99e140bbb2 /Gemfile
parent02f3f3276c4d8c62791f4f76688f01af0f1ceb97 (diff)
downloadchouette-core-ced4e122d9204e0e507f0a34c53f978c4d73c45d.tar.bz2
import foreign keys from ninoxe
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 06603da6b..eb2ae2de3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -40,11 +40,11 @@ gem 'calendar_helper', :git => "git://github.com/topfunky/calendar_helper.git"
gem "acts_as_tree", :git => "git://github.com/dryade/acts_as_tree.git"
#gem 'ninoxe', :git => 'git://github.com/dryade/ninoxe.git'
-gem 'ninoxe', :git => 'git://github.com/dryade/ninoxe.git', :branch => 'V2_0_2'
+gem 'ninoxe', :git => 'git://github.com/dryade/ninoxe.git', :branch => 'master'
#gem 'ninoxe', :git => 'git://chouette.dryade.priv/ninoxe' #, :path => '~/Projects/Ninoxe'
#gem 'ninoxe', :path => '~/workspace/chouette/ninoxe'
gem 'acts_as_list', '0.1.6'
-
+gem 'foreigner', '>=1.3.0'
#gem 'composite_primary_keys', '~> 5.0.8'
gem 'delayed_job_active_record'
gem 'apartment',:git => 'git://github.com/dryade/apartment.git'